LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
versioneer.py
blackjax/__init__.py
blackjax/_version.py
blackjax/base.py
blackjax/diagnostics.py
blackjax/kernels.py
blackjax/progress_bar.py
blackjax/types.py
blackjax/util.py
blackjax/adaptation/__init__.py
blackjax/adaptation/mass_matrix.py
blackjax/adaptation/meads.py
blackjax/adaptation/pathfinder_adaptation.py
blackjax/adaptation/step_size.py
blackjax/adaptation/window_adaptation.py
blackjax/mcmc/__init__.py
blackjax/mcmc/diffusions.py
blackjax/mcmc/elliptical_slice.py
blackjax/mcmc/ghmc.py
blackjax/mcmc/hmc.py
blackjax/mcmc/integrators.py
blackjax/mcmc/irmh.py
blackjax/mcmc/mala.py
blackjax/mcmc/marginal_latent_gaussian.py
blackjax/mcmc/metrics.py
blackjax/mcmc/nuts.py
blackjax/mcmc/periodic_orbital.py
blackjax/mcmc/proposal.py
blackjax/mcmc/rmh.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/diffusions.py
blackjax/sgmcmc/gradients.py
blackjax/sgmcmc/sghmc.py
blackjax/sgmcmc/sgld.py
blackjax/smc/__init__.py
blackjax/smc/adaptive_tempered.py
blackjax/smc/base.py
blackjax/smc/ess.py
blackjax/smc/resampling.py
blackjax/smc/solver.py
blackjax/smc/tempered.py
blackjax/vi/__init__.py
blackjax/vi/pathfinder.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
tests/__init__.py
tests/test_adaptation.py
tests/test_benchmarks.py
tests/test_compilation.py
tests/test_diagnostics.py
tests/test_integrators.py
tests/test_latent_gaussian.py
tests/test_mass_matrix.py
tests/test_metrics.py
tests/test_optimizers.py
tests/test_pathfinder.py
tests/test_proposal.py
tests/test_resampling.py
tests/test_sampling.py
tests/test_smc.py
tests/test_smc_ess.py
tests/test_solver.py
tests/test_step_size.py
tests/test_tempered_smc.py
tests/test_trajectory.py
tests/test_uturn.py