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

Deprecate `init_params` which is no longer in AbstractMCMC #353

Closed torfjelde closed 9 months ago

torfjelde commented 9 months ago

Maybe we shouldn't do this actually. We should probably just bump minor version and drop support for init_params completely, as we've done in other packages: https://github.com/TuringLang/AdvancedMH.jl/pull/92#event-10797486064

yebai commented 9 months ago

It hasn’t been released yet, feel free to remove it in a new PR.