|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include <mrflib.hxx>
Collaboration diagram for opengm::external::MRFLIB< GM >::Parameter:Public Types | |
| enum | InferenceType { ICM, EXPANSION, SWAP, MAXPRODBP, TRWS, BPS } |
| possible optimization algorithms for MRFLIB More... | |
| enum | EnergyType { VIEW, TABLES, TL1, TL2, WEIGHTEDTABLE } |
| possible energy types for MRFLIB More... | |
Public Member Functions | |
| Parameter (const InferenceType inferenceType=ICM, const EnergyType energyType=VIEW, const size_t numberOfIterations=1000) | |
| Constructor. More... | |
| template<class P > | |
| Parameter (const P &p) | |
Public Attributes | |
| InferenceType | inferenceType_ |
| selected optimization algorithm More... | |
| EnergyType | energyType_ |
| selected energy type More... | |
| size_t | numberOfIterations_ |
| number of iterations More... | |
| double | trwsTolerance_ |
| TRWS termintas if fabs(value - bound) / max(fabs(value), 1) < trwsTolerance_. More... | |
Definition at line 57 of file mrflib.hxx.
| enum opengm::external::MRFLIB::Parameter::EnergyType |
possible energy types for MRFLIB
| Enumerator | |
|---|---|
| VIEW | |
| TABLES | |
| TL1 | |
| TL2 | |
| WEIGHTEDTABLE | |
Definition at line 61 of file mrflib.hxx.
| enum opengm::external::MRFLIB::Parameter::InferenceType |
possible optimization algorithms for MRFLIB
| Enumerator | |
|---|---|
| ICM | |
| EXPANSION | |
| SWAP | |
| MAXPRODBP | |
| TRWS | |
| BPS | |
Definition at line 59 of file mrflib.hxx.
|
inline |
Constructor.
Definition at line 71 of file mrflib.hxx.
|
inline |
| EnergyType opengm::external::MRFLIB< GM >::Parameter::energyType_ |
selected energy type
Definition at line 65 of file mrflib.hxx.
| InferenceType opengm::external::MRFLIB< GM >::Parameter::inferenceType_ |
selected optimization algorithm
Definition at line 63 of file mrflib.hxx.
| size_t opengm::external::MRFLIB< GM >::Parameter::numberOfIterations_ |
number of iterations
Definition at line 67 of file mrflib.hxx.
| double opengm::external::MRFLIB< GM >::Parameter::trwsTolerance_ |
TRWS termintas if fabs(value - bound) / max(fabs(value), 1) < trwsTolerance_.
Definition at line 69 of file mrflib.hxx.
1.8.12