V0.5.0
AdvancedHMC v0.5.0 (Breaking!)
This release introduces convenience constructors for the most common AdvancedHMC sampler settings.
API Changes
Previously AdvancedHMC
had constructors for the most common HMCKernel
objects.
Now these constructors will initialize their respective HMCSampler
when provided to sample
.
New:
HMC(n_leapfrog::Int)
Changed:
NUTS(δ::Float64)
HMCDA(δ::Float64, λ::Float64)
Removed:
StaticTrajectory{TS}(int::AbstractIntegrator, L)
What's Changed
- Fix turing.ml links by @devmotion in #322
- Convinience constructors by @JaimeRZP in #325
- kwarg nadapt by @JaimeRZP in #332
- Added some clarification comments on the metric field of HMC samplers by @yebai in #334
- Minor improvements to constructors and related tests by @torfjelde in #336
- ReadMe for consctructors by @JaimeRZP in #329
- Change default adaptor for
HMCDA
by @yebai in #338 - removing last HMCKernel legacy function by @JaimeRZP in #339
- Further improvements to recently introduced constructors by @torfjelde in #340
Full Changelog: v0.4.6...v0.5.0