flat-mcmc

Painless, efficient, general-purpose sampling from continuous distributions.
Log | Files | Refs | README | LICENSE

commit 7a61ebeed932f8ae22abba5810f3e2365fc671c3
parent 1e9cca1c905c6c79fa0a469768d1ecd8c6455419
Author: Jared Tobin <jared@jtobin.ca>
Date:   Fri,  9 Dec 2016 23:10:21 +1300

Remove bnn-example.

Diffstat:
Mflat-mcmc.cabal | 13+------------
1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/flat-mcmc.cabal b/flat-mcmc.cabal @@ -1,5 +1,5 @@ name: flat-mcmc -version: 1.4.1 +version: 1.4.2 synopsis: Painless general-purpose sampling. homepage: https://github.com/jtobin/flat-mcmc license: MIT @@ -96,14 +96,3 @@ Test-suite bnn , flat-mcmc , vector -executable bnn-example - hs-source-dirs: src - main-is: Main.hs - default-language: Haskell2010 - ghc-options: - -O2 -Wall -rtsopts -threaded - build-depends: - base - , flat-mcmc - , vector -