OpenGM  2.3.x
Discrete Graphical Model Library
Public Member Functions | Public Attributes | List of all members
opengm::SwendsenWang< GM, ACC >::Parameter Struct Reference

#include <swendsenwang.hxx>

+ Collaboration diagram for opengm::SwendsenWang< GM, ACC >::Parameter:

Public Member Functions

 Parameter (const size_t maxNumberOfSamplingSteps=1e5, const size_t numberOfBurnInSteps=1e5, ProbabilityType lowestAllowedProbability=1e-6, const std::vector< LabelType > &initialState=std::vector< LabelType >())
 

Public Attributes

size_t maxNumberOfSamplingSteps_
 
size_t numberOfBurnInSteps_
 
ProbabilityType lowestAllowedProbability_
 
std::vector< LabelTypeinitialState_
 

Detailed Description

template<class GM, class ACC>
struct opengm::SwendsenWang< GM, ACC >::Parameter

Definition at line 126 of file swendsenwang.hxx.

Constructor & Destructor Documentation

template<class GM, class ACC>
opengm::SwendsenWang< GM, ACC >::Parameter::Parameter ( const size_t  maxNumberOfSamplingSteps = 1e5,
const size_t  numberOfBurnInSteps = 1e5,
ProbabilityType  lowestAllowedProbability = 1e-6,
const std::vector< LabelType > &  initialState = std::vector<LabelType>() 
)
inline

Definition at line 129 of file swendsenwang.hxx.

Member Data Documentation

template<class GM, class ACC>
std::vector<LabelType> opengm::SwendsenWang< GM, ACC >::Parameter::initialState_

Definition at line 144 of file swendsenwang.hxx.

template<class GM, class ACC>
ProbabilityType opengm::SwendsenWang< GM, ACC >::Parameter::lowestAllowedProbability_

Definition at line 143 of file swendsenwang.hxx.

template<class GM, class ACC>
size_t opengm::SwendsenWang< GM, ACC >::Parameter::maxNumberOfSamplingSteps_

Definition at line 141 of file swendsenwang.hxx.

template<class GM, class ACC>
size_t opengm::SwendsenWang< GM, ACC >::Parameter::numberOfBurnInSteps_

Definition at line 142 of file swendsenwang.hxx.