passage

Parallel code generation for hierarchical Bayesian modeling.

Latest on Hackage:0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Chad Scherrer (Pacific Northwest National Laboratory), Levent Erkok (Galois, Inc), Iavor Diatchki (Galois, Inc), Matthew Sottile (Galois, Inc)
Maintained by Chad Scherrer

Passage is a PArallel SAmpler GEnerator. The user specifies a hierarchical Bayesian model and data using the Passage EDSL, and Passage generates code to sample the posterior distribution in parallel.

Currently Passage targets C with OpenMP threads.