flat-mcmc

Painless, efficient, general-purpose sampling from continuous distributions.
git clone git://git.jtobin.io/flat-mcmc.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2020-10-11 01:36Patch version bump (v1.5.2).Jared Tobin5+12-9
2020-01-29 15:45Patch version bump (v1.5.1).Jared Tobin4+17-4
2020-01-29 15:45Remove Data.Monoid import.Jared Tobin1+0-1
2018-06-30 06:15Bump stackage versions.Jared Tobin2+2-2
2018-03-14 21:42Bump resolver/compilers, match mwc-prob bound on Hackage.Jared Tobin3+4-4
2017-05-17 08:55Bump stackage versions.Jared Tobin2+3-3
2016-12-19 18:42Generalize base monad.Jared Tobin5+19-9
2016-12-09 10:10Remove bnn-example.Jared Tobin1+1-12
2016-12-01 21:42Assorted tweaks.Jared Tobin5+11-8
2016-11-30 21:31Fix gitignore.Jared Tobin2+29-1
2016-11-30 21:25Version bump (1.4.0).Jared Tobin7+86-60
2016-11-28 08:24Use 'sparks' scheduler from monad-par.Jared Tobin4+17-17
2016-11-12 10:07Add example executable.Jared Tobin3+35-0
2016-11-07 01:44Cabal file updates.Jared Tobin1+12-11
2016-11-07 01:21Misc performance improvements.Jared Tobin2+45-15
2016-10-31 19:29Fix README typo. [ci skip]Jared Tobin1+1-1
2016-10-28 01:14[ci skip] Update README.Jared Tobin3+11-10
2016-10-28 01:12Appease bounds.Jared Tobin1+1-1
2016-10-28 01:07Use unboxed vectors (resolves #2).Jared Tobin5+29-27
2016-04-06 13:42Fix annoying markup in description.Jared Tobin1+4-4
2016-04-06 13:29Description in cabal file.Jared Tobin1+1-1
2016-04-06 13:23Add BNN test case.Jared Tobin2+34-0
2016-04-06 10:08README.Jared Tobin1+4-3
2016-04-06 10:06README.Jared Tobin1+3-1
2016-04-06 10:00Documentation.Jared Tobin1+53-1
2016-04-03 13:58Estimate appropriate granularity.Jared Tobin2+6-3
2016-04-03 13:38Add badges. [ci skip]Jared Tobin1+5-1
2016-04-03 13:36Remove old examples. [ci skip]Jared Tobin9+1-230
2016-04-03 13:34Merge pull request #1 from jtobin/jt-cleanupJared Tobin12+352-217
2016-04-03 13:30Decrease iters in test.Jared Tobin1+1-1
2016-04-03 13:20Update LICENSE.Jared Tobin1+1-1
2016-04-03 13:19More README stuff.Jared Tobin1+3-3
2016-04-03 13:17More README stuff.Jared Tobin1+6-1
2016-04-03 13:15Add image to README.Jared Tobin1+3-0
2016-04-03 13:13Update readme and cabal description.Jared Tobin3+71-12
2016-04-03 12:56Bug fixes.Jared Tobin2+19-12
2016-04-03 04:01Fix segfault.Jared Tobin2+3-2
2016-04-03 03:50src -> lib, etc.Jared Tobin3+16-2
2016-03-30 11:11Update travis stuff.Jared Tobin2+31-1
2016-03-30 11:09Rosenbrock example segfaulting.Jared Tobin2+33-2
2016-03-30 10:53Misc updates.Jared Tobin3+86-120
2015-10-17 02:59Several updates.Jared Tobin3+32-59
2015-10-15 09:22Some updates that were lying around.Jared Tobin5+12-3
2014-05-25 13:10Bump to 0.3.0.0.Jared Tobin7+222-185
2012-11-30 10:48Fix run scripts to use relative path.Jared Tobin3+18-4
2012-11-30 10:40Add run-example scripts.Jared Tobin3+33-1
2012-11-30 09:48Add build script for examples.Jared Tobin1+25-0
2012-11-26 01:26Slight API change. Update examples accordingly.Jared Tobin7+71-115
2012-11-11 21:33Add burn-in option to runChain.Jared Tobin6+19-12
2012-11-07 01:15Nanosecond-shaving optimization to SPDE example.Jared Tobin2+3-2
2012-11-05 01:49Fix cabal file.Jared Tobin2+6-0
2012-11-05 00:27Serialize to float rather than double.Jared Tobin2+6-3
2012-11-04 20:23Remove data folder.Jared Tobin2+0-300
2012-11-04 20:18Add thinning parameter.Jared Tobin6+39-16
2012-11-04 11:02Add Travis support.Jared Tobin2+6-1
2012-11-04 10:17Patch .gitignore and cabal file.Jared Tobin2+5-5
2012-11-04 09:42Initial commit.Jared Tobin12+712-0