Skip to content

v0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Dec 19:53
· 35 commits to main since this release
4692558

Added

  • add interface for setting Sokal window size
  • add interface to update ESS hyperparameter settings
  • finishing touches on mcmc module
  • add integrated autocorrelation time
  • add ctrl-c back to MCMC sampler
  • add Multivariate normal ESS example
  • add initial MCMC interface
  • use mul_add where applicable
  • add benchmarks for each algorithm
  • move Point to be usable by other algorithms and correct the way Nelder-Mead functions are evaluated with bounds

Other

  • fix Just -> just
  • remove trace plots
  • update README.md and crate-level documnetation with MCMC section
  • ignore .pkl files
  • rename Point::len to Point::dimension
  • rename i -> step
  • add docstrings to sampler
  • rename AIMES -> AIES
  • get rid of generics