boltzmann-brain-1.4: Boltzmann sampler compiler for combinatorial systems.

Copyright(c) Maciej Bendkowski 2017-2018
LicenseBSD3
Maintainermaciej.bendkowski@tcs.uj.edu.pl
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Data.Boltzmann.Compiler.Haskell.Rational

Description

Rational system compiler using Haskell's built-in algebraic data types to handle to given system types. The outcome sampler is a rejection-based sampler implementing the interruptible sampling scheme for strongly connected specifications.

Synopsis

Documentation

data Conf Source #

Default configuration type.

Constructors

Conf 

Fields

compile :: Configuration a => a -> IO () Source #