blackjax-devs / sampling-book

Tutorials and sampling algorithm comparisons
https://blackjax-devs.github.io/sampling-book
68 stars 13 forks source link

Symplectic integrators #18

Open rlouf opened 1 year ago

rlouf commented 1 year ago

Building up to a full tutorial on HMC we need to explain what symplectic integrators are and why we use them for HMC

Use the integrators implemented in /mcmc/integrators.py to illustrate.