Skip to content

V0.5.0

Compare
Choose a tag to compare
@JaimeRZP JaimeRZP released this 27 Jul 15:28
· 27 commits to master since this release
8429077

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

Full Changelog: v0.4.6...v0.5.0