|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include <loc.hxx>
Collaboration diagram for opengm::LOC< GM, ACC >::Parameter:Public Member Functions | |
| Parameter (const std::string solver="ad3", const double phi=0.3, const size_t maxBlockRadius=50, const size_t maxTreeRadius=50, const double pFastHeuristic=0.9, const size_t maxIterations=100000, const size_t stopAfterNBadIterations=10000, const size_t maxBlockSize=0, const size_t maxTreeSize=0, const int treeRuns=1) | |
| constuctor More... | |
Public Attributes | |
| std::string | solver_ |
| double | phi_ |
| phi of the truncated geometric distribution is used to select a certain subgraph radius with a certain probability More... | |
| size_t | maxBlockRadius_ |
| maximum subgraph radius More... | |
| size_t | maxTreeRadius_ |
| double | pFastHeuristic_ |
| prob. of f More... | |
| size_t | maxIterations_ |
| maximum number of iterations More... | |
| size_t | stopAfterNBadIterations_ |
| size_t | maxBlockSize_ |
| size_t | maxTreeSize_ |
| int | treeRuns_ |
|
inline |
constuctor
| phi | parameter of the truncated geometric distribution is used to select a certain subgraph radius with a certain probability |
| maxRadius | maximum radius for the subgraphes which are optimized within opengm:::LOC |
| maxIteration | maximum number of iterations (in one iteration on subgraph gets) optimized |
| ad3Threshold | if the subgraph size is bigger than ad3Threshold opengm::external::Ad3Inf is used to optimize the subgraphes |
| stopAfterNBadIterations | stop after n iterations without improvement |
| size_t opengm::LOC< GM, ACC >::Parameter::maxBlockRadius_ |
| size_t opengm::LOC< GM, ACC >::Parameter::maxBlockSize_ |
| size_t opengm::LOC< GM, ACC >::Parameter::maxIterations_ |
| size_t opengm::LOC< GM, ACC >::Parameter::maxTreeRadius_ |
| size_t opengm::LOC< GM, ACC >::Parameter::maxTreeSize_ |
| double opengm::LOC< GM, ACC >::Parameter::pFastHeuristic_ |
| double opengm::LOC< GM, ACC >::Parameter::phi_ |
| std::string opengm::LOC< GM, ACC >::Parameter::solver_ |
| size_t opengm::LOC< GM, ACC >::Parameter::stopAfterNBadIterations_ |
| int opengm::LOC< GM, ACC >::Parameter::treeRuns_ |
1.8.9.1