|
| | 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 () |
| |
| const size_t & | maxNumberOfIterations () const |
| |
| ValueType & | precision () |
| |
| const ValueType & | precision () const |
| |
| bool & | isAbsolutePrecision () |
| |
| const bool & | isAbsolutePrecision () const |
| |
| ValueType & | minRelativeDualImprovement () |
| |
| const ValueType & | minRelativeDualImprovement () const |
| |
| bool & | fastComputations () |
| |
| const bool & | fastComputations () const |
| |
| bool & | canonicalNormalization () |
| |
| const bool & | canonicalNormalization () const |
| |
| Storage::StructureType & | decompositionType () |
| |
| const Storage::StructureType & | decompositionType () const |
| |
| bool & | verbose () |
| |
| const bool & | verbose () const |
| |
| | MaxSumTRWS_Parameters (size_t maxIternum, GM::ValueType precision=1.0, bool absolutePrecision=true, GM::ValueType minRelativeDualImprovement=-1.0, bool fastComputations=true, bool canonicalNormalization=false, size_t treeAgreeMaxStableIter=0) |
| |
| size_t | treeAgreeMaxStableIter () const |
| |
| void | setTreeAgreeMaxStableIter (size_t val) |
| |
| | TRWSPrototype_Parameters (size_t maxIternum, GM::ValueType precision=1.0, bool absolutePrecision=true, GM::ValueType minRelativeDualImprovement=-1.0, bool fastComputations=true, bool canonicalNormalization=false) |
| |
template<class GM>
struct opengm::TRWSi_Parameter< GM >
Definition at line 10 of file trws_trws.hxx.