All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Note: We try to adhere to these practices as of version [v1.1.0].
- All functionality previously contained in
TaijaBase.Samplers
has been moved into a new package calledEnergySamplers.jl
and deprecated here. [#16]
- Renamed
PCD
toPCM
to make it clearer that this simply runs persistent Markov chains, not contrastive divergence. [#14] - Improved
mcmc_samples
to now allow mini-batch training. [#14]
- No longer clipping generated samples at extrema of prior. [#13]
- Added support for running Persistent Markov Chains (PMC) on models. [#10]
- Improved the samplers and added proper unit tests. [#8]
- Added samplers from JointEnergyModels.jl.