|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include <mplp.hxx>
Collaboration diagram for opengm::external::MPLP< GM >::Parameter:Public Member Functions | |
| Parameter (const size_t maxIterLP=1000, const size_t maxIterTight=100000, const size_t maxIterLater=20, const double maxTime=3600, const double maxTimeLP=1200, const size_t numClusToAddMin=5, const size_t numClusToAddMax=20, const double objDelThr=0.0002, const double intGapThr=0.0002, const bool UAIsettings=false, const bool addEdgeIntersections=true, const bool doGlobalDecoding=false, const bool useDecimation=false, const bool lookForCSPs=false, const bool logMode=false, const std::string &logFile=std::string(), const int seed=0, const std::string &inputFile=std::string(), const std::string &evidenceFile=std::string()) | |
| Constructor. More... | |
Public Attributes | |
| size_t | maxIterLP_ |
| size_t | maxIterTight_ |
| size_t | maxIterLater_ |
| double | maxTime_ |
| double | maxTimeLP_ |
| size_t | numClusToAddMin_ |
| size_t | numClusToAddMax_ |
| double | objDelThr_ |
| double | intGapThr_ |
| bool | UAIsettings_ |
| bool | addEdgeIntersections_ |
| bool | doGlobalDecoding_ |
| bool | useDecimation_ |
| bool | lookForCSPs_ |
| double | infTime_ |
| std::string | logFile_ |
| int | seed_ |
| std::string | inputFile_ |
| std::string | evidenceFile_ |
|
inline |
| bool opengm::external::MPLP< GM >::Parameter::addEdgeIntersections_ |
| bool opengm::external::MPLP< GM >::Parameter::doGlobalDecoding_ |
| std::string opengm::external::MPLP< GM >::Parameter::evidenceFile_ |
| double opengm::external::MPLP< GM >::Parameter::infTime_ |
| std::string opengm::external::MPLP< GM >::Parameter::inputFile_ |
| double opengm::external::MPLP< GM >::Parameter::intGapThr_ |
| std::string opengm::external::MPLP< GM >::Parameter::logFile_ |
| bool opengm::external::MPLP< GM >::Parameter::lookForCSPs_ |
| size_t opengm::external::MPLP< GM >::Parameter::maxIterLater_ |
| size_t opengm::external::MPLP< GM >::Parameter::maxIterLP_ |
| size_t opengm::external::MPLP< GM >::Parameter::maxIterTight_ |
| double opengm::external::MPLP< GM >::Parameter::maxTime_ |
| double opengm::external::MPLP< GM >::Parameter::maxTimeLP_ |
| size_t opengm::external::MPLP< GM >::Parameter::numClusToAddMax_ |
| size_t opengm::external::MPLP< GM >::Parameter::numClusToAddMin_ |
| double opengm::external::MPLP< GM >::Parameter::objDelThr_ |
| int opengm::external::MPLP< GM >::Parameter::seed_ |
| bool opengm::external::MPLP< GM >::Parameter::UAIsettings_ |
| bool opengm::external::MPLP< GM >::Parameter::useDecimation_ |
1.8.9.1