TuringLang / AdvancedHMC.jl

Robust, modular and efficient implementation of advanced Hamiltonian Monte Carlo algorithms
https://turinglang.org/AdvancedHMC.jl/
MIT License
228 stars 39 forks source link

Find step_size if zero #348

Closed yebai closed 11 months ago

yebai commented 1 year ago

Determine initial leapfrog step size via find_step_size automatically when a user passes Leapfrog(0.0).

yebai commented 11 months ago

@torfjelde @xukai92 can you take a look?