C-bowman / inference-tools

Python tools for Bayesian data analysis
MIT License
28 stars 3 forks source link

Implement the No-U-Turn sampler (NUTS) into HamiltonianChain #6

Open C-bowman opened 4 years ago

C-bowman commented 4 years ago

Presently, HamiltonianChain samples the total number of leapfrog steps used to produce the proposal from a pre-defined uniform distribution.

The No-U-Turn Sampler (NUTS) is a more efficient implementation of Hamiltonian Monte-Carlo which adaptively sets the number of steps taken per proposal.