autoppl  v0.8
A C++ template library for probabilistic programming
mh.hpp File Reference

Go to the source code of this file.

Namespaces

 ppl
 
 ppl::mcmc
 

Functions

template<class ProgramType , class OffsetPackType , class MCMCResultType >
void ppl::mcmc::mh_ (const ProgramType &program, const MHConfig &config, const OffsetPackType &pack, MCMCResultType &res)
 
template<class ExprType >
auto ppl::mh (const ExprType &expr, const MHConfig &config=MHConfig())