README.md
setup.py
blackjax/__init__.py
blackjax/hmc.py
blackjax/nuts.py
blackjax/stan_warmup.py
blackjax.egg-info/PKG-INFO
blackjax.egg-info/SOURCES.txt
blackjax.egg-info/dependency_links.txt
blackjax.egg-info/top_level.txt
blackjax/adaptation/__init__.py
blackjax/adaptation/mass_matrix.py
blackjax/adaptation/step_size.py
blackjax/inference/__init__.py
blackjax/inference/base.py
blackjax/inference/integrators.py
blackjax/inference/metrics.py
blackjax/inference/proposal.py
blackjax/inference/termination.py
blackjax/inference/trajectory.py
blackjax/optimizers/__init__.py
blackjax/optimizers/dual_averaging.py
tests/__init__.py
tests/test_compilation.py
tests/test_integrators.py
tests/test_mass_matrix.py
tests/test_metrics.py
tests/test_optimizers.py
tests/test_sampling.py
tests/test_step_size.py
tests/test_trajectory.py
tests/test_uturn.py