mighty-metropolis

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

commit 2c3f7ff4a4f33462962dd8466293687e61748b6a
parent b9974abccbfffc27c19c4d068f1e0326ea89e33d
Author: Jared Tobin <jared@jtobin.ca>
Date:   Fri, 23 Dec 2016 10:06:57 +1300

Update README. [ci skip]

Diffstat:
MREADME.md | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -21,4 +21,9 @@ See the *test* directory for example usage. main :: IO () main = withSystemRandom . asGenIO $ mcmc 10000 1 [0, 0] rosenbrock +*mighty-metropolis* is a member of the [declarative][decl] suite of MCMC +libraries that are designed to work together seamlessly. + ![trace](https://dl.dropboxusercontent.com/spa/u0s6617yxinm2ca/osecfv_w.png) + +[decl]: https://github.com/jtobin/declarative