Contains the implementation of random-walk Metropolis-Hastings sampler. More...
#include "infer/metropolis.hpp"
Namespaces | |
| stateline | |
| stateline::mcmc | |
Functions | |
| bool | stateline::mcmc::acceptProposal (const State &newState, const State &oldState, double beta) | 
| Returns true if we want to accept the MCMC step.  More... | |
| bool | stateline::mcmc::acceptSwap (const State &stateLow, const State &stateHigh, double betaLow, double betaHigh) | 
| Returns true if we want to accept the MCMC swap.  More... | |
Contains the implementation of random-walk Metropolis-Hastings sampler.