commit a83d035217df7b797b279ee443c1c0a87e35176f parent e40f860f0acbf67a3528b5ea204450714e453b49 Author: Jared Tobin <jared@jtobin.ca> Date: Thu, 8 Oct 2015 18:32:15 +1300 Add hackage version badge. Diffstat:
M | README.md | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -1,4 +1,7 @@ -# mighty-metropolis [![Build Status](https://secure.travis-ci.org/jtobin/mighty-metropolis.png)](http://travis-ci.org/jtobin/mighty-metropolis) +# mighty-metropolis + +[![Build Status](https://secure.travis-ci.org/jtobin/mighty-metropolis.png)](http://travis-ci.org/jtobin/mighty-metropolis) +[![Hackage Version](https://img.shields.io/hackage/v/mighty-metropolis.svg)](http://hackage.haskell.org/package/mighty-metropolis) The classic Metropolis algorithm. Wander around parameter space according to a simple spherical Gaussian distribution.