|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#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_ |
Definition at line 86 of file trws_base.hxx.
|
inline |
Definition at line 95 of file trws_base.hxx.
| bool opengm::trws_base::TRWSPrototype_Parameters< ValueType >::absolutePrecision_ |
Definition at line 90 of file trws_base.hxx.
| bool opengm::trws_base::TRWSPrototype_Parameters< ValueType >::canonicalNormalization_ |
Definition at line 93 of file trws_base.hxx.
| bool opengm::trws_base::TRWSPrototype_Parameters< ValueType >::fastComputations_ |
Definition at line 92 of file trws_base.hxx.
| size_t opengm::trws_base::TRWSPrototype_Parameters< ValueType >::maxNumberOfIterations_ |
Definition at line 88 of file trws_base.hxx.
| ValueType opengm::trws_base::TRWSPrototype_Parameters< ValueType >::minRelativeDualImprovement_ |
Definition at line 91 of file trws_base.hxx.
| ValueType opengm::trws_base::TRWSPrototype_Parameters< ValueType >::precision_ |
Definition at line 89 of file trws_base.hxx.
1.8.9.1