hnuts

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

commit 86e33be3518d3e6872637b17c950e1ae6ec69ec3
parent 5ff45efda4530a1465e5521b13b6c94f08d11f34
Author: Jared Tobin <jared@jtobin.ca>
Date:   Wed, 16 Oct 2013 10:25:59 +1300

Add travis support.

Diffstat:
A.travis.yml | 1+
MREADME.md | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -0,0 +1 @@ +language: haskell diff --git a/README.md b/README.md @@ -1,4 +1,4 @@ -hnuts +hnuts [![Build Status](https://travis-ci.org/jtobin/hnuts.png?branch=master)](https://travis-ci.org/jtobin/hnuts) ----- The No U-Turn Sampler - 'automatic' Hamiltonian Monte Carlo.