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

Change default adaptor for `HMCDA` #338

Closed yebai closed 1 year ago

yebai commented 1 year ago

By default, the HMCDA algorithm doesn't adapt to the mass matrix. This PR removes adaptation and includes numerous other minor fixes.