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

#include <tree_expectation_propagation.hxx>

+ Collaboration diagram for opengm::external::libdai::TreeExpectationPropagation< GM, ACC >::Parameter:

Public Member Functions

 Parameter (TreeEpType treeEpTyp=ORG, const size_t maxiter=10000, const double maxtime=120, const double tolerance=1e-9, size_t verbose=0)
 
std::string toString () const
 

Public Attributes

TreeEpType treeEpType_
 
size_t maxiter_
 
double maxtime_
 
double tolerance_
 
size_t verbose_
 

Detailed Description

template<class GM, class ACC>
struct opengm::external::libdai::TreeExpectationPropagation< GM, ACC >::Parameter

Definition at line 38 of file tree_expectation_propagation.hxx.

Constructor & Destructor Documentation

template<class GM , class ACC >
opengm::external::libdai::TreeExpectationPropagation< GM, ACC >::Parameter::Parameter ( TreeEpType  treeEpTyp = ORG,
const size_t  maxiter = 10000,
const double  maxtime = 120,
const double  tolerance = 1e-9,
size_t  verbose = 0 
)
inline

Definition at line 40 of file tree_expectation_propagation.hxx.

Member Function Documentation

template<class GM , class ACC >
std::string opengm::external::libdai::TreeExpectationPropagation< GM, ACC >::Parameter::toString ( ) const
inline

Definition at line 52 of file tree_expectation_propagation.hxx.

Member Data Documentation

template<class GM , class ACC >
size_t opengm::external::libdai::TreeExpectationPropagation< GM, ACC >::Parameter::maxiter_

Definition at line 68 of file tree_expectation_propagation.hxx.

template<class GM , class ACC >
double opengm::external::libdai::TreeExpectationPropagation< GM, ACC >::Parameter::maxtime_

Definition at line 69 of file tree_expectation_propagation.hxx.

template<class GM , class ACC >
double opengm::external::libdai::TreeExpectationPropagation< GM, ACC >::Parameter::tolerance_

Definition at line 70 of file tree_expectation_propagation.hxx.

template<class GM , class ACC >
TreeEpType opengm::external::libdai::TreeExpectationPropagation< GM, ACC >::Parameter::treeEpType_

Definition at line 67 of file tree_expectation_propagation.hxx.

template<class GM , class ACC >
size_t opengm::external::libdai::TreeExpectationPropagation< GM, ACC >::Parameter::verbose_

Definition at line 71 of file tree_expectation_propagation.hxx.