autoppl
v0.8
A C++ template library for probabilistic programming
|
#include <random>
#include <autoppl/util/logging.hpp>
#include <autoppl/util/traits/traits.hpp>
#include <autoppl/util/time/stopwatch.hpp>
#include <autoppl/util/packs/ptr_pack.hpp>
#include <autoppl/mcmc/sampler_tools.hpp>
#include <autoppl/mcmc/result.hpp>
#include <autoppl/mcmc/mh/config.hpp>
#include <autoppl/mcmc/base_mcmc.hpp>
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()) |