mighty-metropolis

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

commit cccf03d0cc41b2d20797af95ef02df5874d59dc0
parent a01cdaacc4e25dd2d1bb85f68a21d2de97e500e3
Author: Jared Tobin <jared@jtobin.ca>
Date:   Sun,  4 Dec 2016 22:03:23 +1300

Loosen upper bound on xformers. [ci skip]

Diffstat:
Mmighty-metropolis.cabal | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mighty-metropolis.cabal b/mighty-metropolis.cabal @@ -42,7 +42,7 @@ library , primitive >= 0.6 && < 1.0 , mcmc-types >= 1.0.1 , mwc-probability >= 1.0.1 - , transformers >= 0.5 && < 0.6 + , transformers >= 0.5 && < 1.0 Test-suite rosenbrock type: exitcode-stdio-1.0