hnuts

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

DateCommit messageAuthorFiles+-
2016-03-10 23:46Add license badge. [ci skip]Jared Tobin1+5-2
2015-08-04 17:04Merge branch 'master' of github.com:jtobin/hnutsJared Tobin1+1-1
2015-08-04 17:04Misc cleanup.Jared Tobin5+22-16
2015-05-02 02:47Update .gitignore.Jared Tobin1+1-0
2015-05-02 02:45Some misc work I had lying around.Jared Tobin2+8-7
2015-05-02 02:44Update .gitignore.Jared Tobin1+4-0
2015-05-02 02:44Improve cabal file formatting.Jared Tobin1+17-12
2013-10-16 19:57Fix typo in Example.hs.Jared Tobin1+1-1
2013-10-15 22:00Remove build image (travis using old GHC).Jared Tobin1+1-1
2013-10-15 21:55Point to examples in README.Jared Tobin1+2-0
2013-10-15 21:25Add travis support.Jared Tobin2+2-1
2013-10-15 21:24Cabalize.Jared Tobin4+118-56
2013-10-15 21:12Update README.Jared Tobin1+2-0
2013-10-15 21:09Add examples. Remove old testing code.Jared Tobin3+56-100
2013-10-15 07:45Don't return burn-in states. Limit initial step iters.Jared Tobin2+10-10
2013-10-15 03:06Remove Debug.Trace stuff.Jared Tobin1+1-3
2013-10-15 03:03DA bug fix (looks reasonably correct).Jared Tobin2+5-6
2013-10-15 02:51Bug fixes, DA dev.Jared Tobin2+175-110
2013-10-13 21:41Add dual-averaging code to module.Jared Tobin1+179-3
2013-10-13 20:15Rollback refactoring changes - it removed required memoization.Jared Tobin1+0-7
2013-10-13 08:48Remove working directory from tree.Jared Tobin2+0-423
2013-10-13 08:47Switch buildTree to a fully recursive version.Jared Tobin2+68-73
2013-10-03 07:21Fix proposal bug in buildTree.Jared Tobin2+45-39
2013-09-22 09:57Add testing code.Jared Tobin2+61-23
2013-09-22 08:26Fix bug in nutsKernel.Jared Tobin1+10-5
2013-09-22 08:18Bug fix to buildTree.Jared Tobin1+7-4
2013-09-22 05:40Add debugging newtype & fix return bug.Jared Tobin1+15-1
2013-09-16 00:42Add some code for testing.Jared Tobin4+8-5
2013-09-15 20:59Reorganize module.Jared Tobin6+191-174
2013-09-09 00:19Add reference, split between NUTS and dual-averaging NUTS.Jared Tobin3+305-95
2013-09-08 09:52Specialize types, get inner loop working.Jared Tobin2+340-202
2013-09-01 10:03Add NUTS kernel skeleton.Jared Tobin1+56-14
2013-09-01 09:09Add more sophisticated buildTree.Jared Tobin1+98-39
2013-09-01 08:15Add findReasonableEpsilon.Jared Tobin2+41-16
2013-09-01 06:46Correct buildTree function.Jared Tobin1+36-20
2013-09-01 06:26Initial commit.Jared Tobin3+116-0