Tomographer  v2.0
Tomographer C++ Framework Documentation
mhrw.h File Reference

(v2.0)

Routines for performing a Metropolis-Hastings random walk. More...

#include <cstddef>
#include <limits>
#include <random>
#include <tomographer2/tools/loggers.h>
#include <tomographer2/tools/fmt.h>
#include <tomographer2/tools/cxxutil.h>
#include <tomographer2/mhrw_bin_err.h>
#include <tomographer2/tools/needownoperatornew.h>
+ Include dependency graph for mhrw.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Tomographer::MHRWParams< CountIntType_, StepRealType_ >
 Specify the parameters of a Metropolis-Hastings random walk. More...
 
class  Tomographer::MHRandomWalk< Rng_, MHWalker_, MHRWStatsCollector_, LoggerType_, CountIntType_ >
 A Metropolis-Hastings Random Walk. More...
 

Namespaces

 Tomographer
 Base namespace for the Tomographer project.
 

Enumerations

enum  
 

Functions

template<typename CountIntType , typename StepRealType >
std::ostreamTomographer::operator<< (std::ostream &str, const MHRWParams< CountIntType, StepRealType > &p)
 

Detailed Description

Routines for performing a Metropolis-Hastings random walk.

Definition in file mhrw.h.