#include <trws_trws.hxx>
Public Types | |
typedef GM::ValueType | ValueType |
typedef trws_base::MaxSumTRWS_Parameters < ValueType > | parent |
typedef trws_base::DecompositionStorage < GM > | Storage |
Public Member Functions | |
TRWSi_Parameter (size_t maxIternum=0, typename Storage::StructureType decompositionType=Storage::GENERALSTRUCTURE, ValueType precision=1.0, bool absolutePrecision=true, bool verbose=false) | |
size_t & | maxNumberOfIterations () |
ValueType & | precision () |
bool & | isAbsolutePrecision () |
ValueType & | minRelativeDualImprovement () |
bool & | fastComputations () |
bool & | canonicalNormalization () |
Storage::StructureType & | decompositionType () |
bool & | verbose () |
Public Attributes | |
Storage::StructureType | decompositionType_ |
bool | verbose_ |
Definition at line 9 of file trws_trws.hxx.
typedef trws_base::MaxSumTRWS_Parameters<ValueType> opengm::TRWSi_Parameter< GM >::parent |
Reimplemented from trws_base::MaxSumTRWS_Parameters< GM::ValueType >.
Definition at line 12 of file trws_trws.hxx.
typedef trws_base::DecompositionStorage<GM> opengm::TRWSi_Parameter< GM >::Storage |
Definition at line 13 of file trws_trws.hxx.
typedef GM::ValueType opengm::TRWSi_Parameter< GM >::ValueType |
Definition at line 11 of file trws_trws.hxx.
opengm::TRWSi_Parameter< GM >::TRWSi_Parameter | ( | size_t | maxIternum = 0 , |
|
typename Storage::StructureType | decompositionType = Storage::GENERALSTRUCTURE , |
|||
ValueType | precision = 1.0 , |
|||
bool | absolutePrecision = true , |
|||
bool | verbose = false | |||
) | [inline] |
Definition at line 15 of file trws_trws.hxx.
bool& opengm::TRWSi_Parameter< GM >::canonicalNormalization | ( | ) | [inline] |
Definition at line 32 of file trws_trws.hxx.
Storage::StructureType& opengm::TRWSi_Parameter< GM >::decompositionType | ( | ) | [inline] |
Definition at line 33 of file trws_trws.hxx.
bool& opengm::TRWSi_Parameter< GM >::fastComputations | ( | ) | [inline] |
Definition at line 31 of file trws_trws.hxx.
bool& opengm::TRWSi_Parameter< GM >::isAbsolutePrecision | ( | ) | [inline] |
Definition at line 29 of file trws_trws.hxx.
size_t& opengm::TRWSi_Parameter< GM >::maxNumberOfIterations | ( | ) | [inline] |
Definition at line 27 of file trws_trws.hxx.
ValueType& opengm::TRWSi_Parameter< GM >::minRelativeDualImprovement | ( | ) | [inline] |
Definition at line 30 of file trws_trws.hxx.
ValueType& opengm::TRWSi_Parameter< GM >::precision | ( | ) | [inline] |
Definition at line 28 of file trws_trws.hxx.
bool& opengm::TRWSi_Parameter< GM >::verbose | ( | ) | [inline] |
Definition at line 34 of file trws_trws.hxx.
Storage::StructureType opengm::TRWSi_Parameter< GM >::decompositionType_ |
Definition at line 24 of file trws_trws.hxx.
bool opengm::TRWSi_Parameter< GM >::verbose_ |
Definition at line 25 of file trws_trws.hxx.