mighty-metropolis

The classic Metropolis algorithm.
Log | Files | Refs | README | LICENSE

commit d078d0f36cca92328ed685ccbc90700ee1e3ce65
parent d9dec7542e2635e4b24c7ad6a31d35120933703c
Author: Alex Zarebski <aezarebski@gmail.com>
Date:   Thu, 14 May 2020 15:46:38 +0100

documentation

Diffstat:
MCHANGELOG | 1+
MNumeric/MCMC/Metropolis.hs | 3++-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,6 +1,7 @@ # Changelog - 1.3.0 (2020-05-14) + * Add 'chain'' function to use 'chainTunables' * Add testing via 'hspec'. - 1.2.0 (2016-12-22) diff --git a/Numeric/MCMC/Metropolis.hs b/Numeric/MCMC/Metropolis.hs @@ -87,7 +87,8 @@ drive radial tunable = loop where yield next loop next prng --- | Return a list of @Chain@ values potentially with tunable values. +-- | Return a list of @Chain@ values potentially with tunable values computed +-- from each position. chain' :: (PrimMonad m, Traversable f) => Int