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

NUTS kernel options #342

Closed JaimeRZP closed 1 year ago

JaimeRZP commented 1 year ago

Is there a reason why we are not passing the sampler options to the make_kernel function?

JaimeRZP commented 1 year ago

Not that I'm aware. Maybe also bump the version?

bumped!

JaimeRZP commented 1 year ago

I have also spotted an important bug in make_init_params which I have fixed and unit_tested. However. https://github.com/TuringLang/Turing.jl/pull/2050 will not run until this is merged.