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

Parameter. More...

#include <grante.hxx>

+ Collaboration diagram for opengm::external::GRANTE< GM >::Parameter:

Public Types

enum  InferenceType { BRUTEFORCE, BP, DIFFUSION, SA }
 

Public Member Functions

 Parameter ()
 Constructor. More...
 

Public Attributes

InferenceType inferenceType_
 
size_t numberOfIterations_
 number of iterations for Belief Propagation method More...
 
double tolerance_
 
bool verbose_
 
Grante::BeliefPropagation::MessageSchedule BPSchedule_
 
unsigned int SASteps_
 
double SAT0_
 
double SATfinal_
 

Detailed Description

template<class GM>
struct opengm::external::GRANTE< GM >::Parameter

Parameter.

Definition at line 44 of file grante.hxx.

Constructor & Destructor Documentation

template<class GM>
opengm::external::GRANTE< GM >::Parameter::Parameter ( )
inline

Constructor.

Definition at line 65 of file grante.hxx.

Member Data Documentation

template<class GM>
Grante::BeliefPropagation::MessageSchedule opengm::external::GRANTE< GM >::Parameter::BPSchedule_

Definition at line 55 of file grante.hxx.

template<class GM>
InferenceType opengm::external::GRANTE< GM >::Parameter::inferenceType_

Definition at line 46 of file grante.hxx.

template<class GM>
size_t opengm::external::GRANTE< GM >::Parameter::numberOfIterations_

number of iterations for Belief Propagation method

Definition at line 48 of file grante.hxx.

template<class GM>
unsigned int opengm::external::GRANTE< GM >::Parameter::SASteps_

Definition at line 58 of file grante.hxx.

template<class GM>
double opengm::external::GRANTE< GM >::Parameter::SAT0_

Definition at line 60 of file grante.hxx.

template<class GM>
double opengm::external::GRANTE< GM >::Parameter::SATfinal_

Definition at line 62 of file grante.hxx.

template<class GM>
double opengm::external::GRANTE< GM >::Parameter::tolerance_

Definition at line 50 of file grante.hxx.

template<class GM>
bool opengm::external::GRANTE< GM >::Parameter::verbose_

Definition at line 52 of file grante.hxx.