Releases: TuringLang/AdvancedHMC.jl
Releases · TuringLang/AdvancedHMC.jl
v0.2.8
v0.2.8 (2019-11-01)
Diff since v0.2.7
Closed issues:
- Better names for sampling methods from trees (#99)
- Add tests to check if random number generator is correct passed to all places (#46)
Merged pull requests:
v0.2.6
v0.2.6 (2019-10-10)
Diff since v0.2.5
Closed issues:
- Problem with show method for DenseEuclideanMetric (#105)
- Cannot use HMC and PG together in .2.4 (#95)
- Tempering with multiplication of momentum leap frog step (#52)
- Identify divergent transition (#50)
- Samples during adaption phase (#35)
- Support mutable and immutable array types (#18)
Merged pull requests:
v0.2.5
v0.2.5 (2019-09-16)
Diff since v0.2.4
Closed issues:
- Initial mass matrix is reset to identity when n_adapts>0 (#98)
Merged pull requests:
v0.2.4
v0.2.4 (2019-09-03)
Diff since v0.2.3
Closed issues:
- More unit tests for HMC building blocks (#84)
- Possible (algorithmic) speedups (#32)
- Create a synthetic multivariate Gaussian test for pre-conditioning adaption (#25)
- Testing against CuArrays (#12)
Merged pull requests:
v0.2.3
v0.2.3 (2019-08-19)
Diff since v0.2.2
Closed issues:
- How to convert the output into a MCMCChains
Chains
(#89)
Merged pull requests:
- Update no-U-turn criteria and added some unit tests (#91) (xukai92)
- Working with CuArrays (#90) (xukai92)