flat-mcmc 1.0.0 → 1.0.1
raw patch · 1 files changed
+4/−4 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- flat-mcmc.cabal +4/−4
flat-mcmc.cabal view
@@ -1,5 +1,5 @@ name: flat-mcmc-version: 1.0.0+version: 1.0.1 synopsis: Painless general-purpose sampling. homepage: http://jtobin.github.com/flat-mcmc license: MIT@@ -10,10 +10,10 @@ build-type: Simple cabal-version: >=1.10 description:- *flat-mcmc* is a Haskell library for painless, efficient, general-purpose+ flat-mcmc is a Haskell library for painless, efficient, general-purpose sampling from continuous distributions. .- *flat-mcmc* uses an ensemble sampler that is invariant to affine+ flat-mcmc uses an ensemble sampler that is invariant to affine transformations of space. It wanders a target probability distribution's parameter space as if it had been "flattened" or "unstretched" in some sense, allowing many particles to explore it locally and in parallel.@@ -21,7 +21,7 @@ In general this sampler is useful when you want decent performance without dealing with any tuning parameters or local proposal distributions. .- *flat-mcmc* exports an 'mcmc' function that prints a trace to stdout, as well+ flat-mcmc exports an 'mcmc' function that prints a trace to stdout, as well as a 'flat' transition operator that can be used more generally. . > import Numeric.MCMC.Flat