.gitattributes
.gitignore
.gitlint
.pre-commit-config.yaml
.readthedocs.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
GOVERNANCE.md
LICENSE
MANIFEST.in
Makefile
README.md
codecov.yml
jupytex.toml
mypy.ini
pyproject.toml
pytest.ini
requirements-doc.txt
requirements.txt
setup.cfg
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/enhancement.md
.github/ISSUE_TEMPLATE/meeting.md
.github/ISSUE_TEMPLATE/sampler_proposal.md
.github/workflows/benchmark.yml
.github/workflows/build_documentation.yml
.github/workflows/nightly.yml
.github/workflows/publish_documentation.yml
.github/workflows/release.yml
.github/workflows/schedule-meeting.yml
.github/workflows/test.yml
blackjax/__init__.py
blackjax/_version.py
blackjax/base.py
blackjax/diagnostics.py
blackjax/progress_bar.py
blackjax/types.py
blackjax/util.py
blackjax/adaptation/__init__.py
blackjax/adaptation/base.py
blackjax/adaptation/chees_adaptation.py
blackjax/adaptation/mass_matrix.py
blackjax/adaptation/mclmc_adaptation.py
blackjax/adaptation/meads_adaptation.py
blackjax/adaptation/pathfinder_adaptation.py
blackjax/adaptation/step_size.py
blackjax/adaptation/window_adaptation.py
blackjax/mcmc/__init__.py
blackjax/mcmc/barker.py
blackjax/mcmc/diffusions.py
blackjax/mcmc/elliptical_slice.py
blackjax/mcmc/ghmc.py
blackjax/mcmc/hmc.py
blackjax/mcmc/integrators.py
blackjax/mcmc/mala.py
blackjax/mcmc/marginal_latent_gaussian.py
blackjax/mcmc/mclmc.py
blackjax/mcmc/metrics.py
blackjax/mcmc/nuts.py
blackjax/mcmc/periodic_orbital.py
blackjax/mcmc/proposal.py
blackjax/mcmc/random_walk.py
blackjax/mcmc/termination.py
blackjax/mcmc/trajectory.py
blackjax/optimizers/__init__.py
blackjax/optimizers/dual_averaging.py
blackjax/optimizers/lbfgs.py
blackjax/sgmcmc/__init__.py
blackjax/sgmcmc/csgld.py
blackjax/sgmcmc/diffusions.py
blackjax/sgmcmc/gradients.py
blackjax/sgmcmc/sghmc.py
blackjax/sgmcmc/sgld.py
blackjax/sgmcmc/sgnht.py
blackjax/smc/__init__.py
blackjax/smc/adaptive_tempered.py
blackjax/smc/base.py
blackjax/smc/ess.py
blackjax/smc/inner_kernel_tuning.py
blackjax/smc/resampling.py
blackjax/smc/solver.py
blackjax/smc/tempered.py
blackjax/smc/tuning/__init__.py
blackjax/smc/tuning/from_kernel_info.py
blackjax/smc/tuning/from_particles.py
blackjax/vi/__init__.py
blackjax/vi/meanfield_vi.py
blackjax/vi/pathfinder.py
blackjax/vi/schrodinger_follmer.py
blackjax/vi/svgd.py
blackjax_nightly.egg-info/PKG-INFO
blackjax_nightly.egg-info/SOURCES.txt
blackjax_nightly.egg-info/dependency_links.txt
blackjax_nightly.egg-info/requires.txt
blackjax_nightly.egg-info/top_level.txt
docs/bib.rst
docs/conf.py
docs/index.md
docs/refs.bib
docs/_static/blackjax.png
docs/_static/custom.css
docs/examples/howto_custom_gradients.md
docs/examples/howto_metropolis_within_gibbs.md
docs/examples/howto_other_frameworks.md
docs/examples/howto_sample_multiple_chains.md
docs/examples/howto_use_aesara.md
docs/examples/howto_use_numpyro.md
docs/examples/howto_use_oryx.md
docs/examples/howto_use_pymc.md
docs/examples/howto_use_tfp.md
docs/examples/quickstart.md
docs/examples/data/google.csv
tests/__init__.py
tests/test_benchmarks.py
tests/test_compilation.py
tests/test_diagnostics.py
tests/adaptation/__init__.py
tests/adaptation/test_adaptation.py
tests/adaptation/test_mass_matrix.py
tests/adaptation/test_step_size.py
tests/mcmc/__init__.py
tests/mcmc/test_barker.py
tests/mcmc/test_integrators.py
tests/mcmc/test_latent_gaussian.py
tests/mcmc/test_metrics.py
tests/mcmc/test_proposal.py
tests/mcmc/test_random_walk_without_chex.py
tests/mcmc/test_sampling.py
tests/mcmc/test_trajectory.py
tests/mcmc/test_uturn.py
tests/optimizers/__init__.py
tests/optimizers/test_optimizers.py
tests/optimizers/test_pathfinder.py
tests/smc/__init__.py
tests/smc/test_inner_kernel_tuning.py
tests/smc/test_kernel_compatibility.py
tests/smc/test_resampling.py
tests/smc/test_smc.py
tests/smc/test_smc_ess.py
tests/smc/test_solver.py
tests/smc/test_tempered_smc.py
tests/vi/__init__.py
tests/vi/test_meanfield_vi.py
tests/vi/test_schrodinger_follmer.py
tests/vi/test_svgd.py