Skip to content

v0.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Dec 01:43
· 12 commits to main since this release
d1872ea

Added

  • Add autocorrelation MCMCObserver
  • add build methods to observers to make Arc<RwLock<Self>>s out of them

Fixed

  • change build signature for standalone structs
  • correct autocorrelation calculation

Other

  • add usage doctest for AutocorrelationObserver
  • update example with IAT observer and proper burn-in, as well as an IAT plot
  • remove methods to set all observers and change the signature of with_observer to accept an Arc<RwLock<Observer>>
  • switch Observer/MCMCObserver callback notation to terminate if true is returned