OpenGM  2.3.x
Discrete Graphical Model Library
Public Member Functions | Public Attributes | List of all members
opengm::trws_base::TRWSPrototype_Parameters< ValueType > Struct Template Reference

#include <trws_base.hxx>

+ Inheritance diagram for opengm::trws_base::TRWSPrototype_Parameters< ValueType >:
+ Collaboration diagram for opengm::trws_base::TRWSPrototype_Parameters< ValueType >:

Public Member Functions

 TRWSPrototype_Parameters (size_t maxIternum, ValueType precision=1.0, bool absolutePrecision=true, ValueType minRelativeDualImprovement=-1.0, bool fastComputations=true, bool canonicalNormalization=false)
 

Public Attributes

size_t maxNumberOfIterations_
 
ValueType precision_
 
bool absolutePrecision_
 
ValueType minRelativeDualImprovement_
 
bool fastComputations_
 
bool canonicalNormalization_
 

Detailed Description

template<class ValueType>
struct opengm::trws_base::TRWSPrototype_Parameters< ValueType >

Definition at line 86 of file trws_base.hxx.

Constructor & Destructor Documentation

template<class ValueType>
opengm::trws_base::TRWSPrototype_Parameters< ValueType >::TRWSPrototype_Parameters ( size_t  maxIternum,
ValueType  precision = 1.0,
bool  absolutePrecision = true,
ValueType  minRelativeDualImprovement = -1.0,
bool  fastComputations = true,
bool  canonicalNormalization = false 
)
inline

Definition at line 95 of file trws_base.hxx.

Member Data Documentation

template<class ValueType>
bool opengm::trws_base::TRWSPrototype_Parameters< ValueType >::absolutePrecision_

Definition at line 90 of file trws_base.hxx.

template<class ValueType>
bool opengm::trws_base::TRWSPrototype_Parameters< ValueType >::canonicalNormalization_

Definition at line 93 of file trws_base.hxx.

template<class ValueType>
bool opengm::trws_base::TRWSPrototype_Parameters< ValueType >::fastComputations_

Definition at line 92 of file trws_base.hxx.

template<class ValueType>
size_t opengm::trws_base::TRWSPrototype_Parameters< ValueType >::maxNumberOfIterations_

Definition at line 88 of file trws_base.hxx.

template<class ValueType>
ValueType opengm::trws_base::TRWSPrototype_Parameters< ValueType >::minRelativeDualImprovement_

Definition at line 91 of file trws_base.hxx.

template<class ValueType>
ValueType opengm::trws_base::TRWSPrototype_Parameters< ValueType >::precision_

Definition at line 89 of file trws_base.hxx.