#include <trws_base.hxx>
Public Types | |
typedef TRWSPrototype_Parameters < ValueType > | parent |
Public Member Functions | |
MaxSumTRWS_Parameters (size_t maxIternum, ValueType precision=1.0, bool absolutePrecision=true, ValueType minRelativeDualImprovement=-1.0, bool fastComputations=true, bool canonicalNormalization=false) | |
Public Attributes | |
bool | canonicalNormalization_ |
Definition at line 376 of file trws_base.hxx.
typedef TRWSPrototype_Parameters<ValueType> trws_base::MaxSumTRWS_Parameters< ValueType >::parent |
Reimplemented in opengm::TRWSi_Parameter< GM >.
Definition at line 378 of file trws_base.hxx.
trws_base::MaxSumTRWS_Parameters< ValueType >::MaxSumTRWS_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 379 of file trws_base.hxx.
bool trws_base::MaxSumTRWS_Parameters< ValueType >::canonicalNormalization_ |
Definition at line 386 of file trws_base.hxx.