hnuts

No U-Turn Sampling in Haskell.
git clone git://git.jtobin.io/hnuts.git
Log | Files | Refs | README | LICENSE

commit 5fa71a62057073bfdb32bf1d0264a1da3c32f247
parent 0fd05ef867d3ca45a86e952d7dd80b204f8de646
Author: Jared Tobin <jared@jtobin.ca>
Date:   Fri, 11 Mar 2016 12:46:08 +1300

Add license badge. [ci skip]

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

diff --git a/README.md b/README.md @@ -1,10 +1,13 @@ -hnuts +hnuts ----- +[![BSD License](https://img.shields.io/badge/license-BSD-blue.svg)](https://github.com/jtobin/hnuts/blob/master/LICENSE) + + The No U-Turn Sampler - 'automatic' Hamiltonian Monte Carlo. Check out the Numeric.MCMC.NUTS.Examples module for example usage. -See: Hoffman, Gelman (2011) The No U-Turn Sampler: Adaptively Setting Path +See: Hoffman, Gelman (2011) The No U-Turn Sampler: Adaptively Setting Path Lengths in Hamiltonian Monte Carlo.