|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include <fusion_based_inf.hxx>
Collaboration diagram for opengm::proposal_gen::DynamincGen< GM, ACC >:Classes | |
| struct | Parameter |
Public Types | |
| enum | GeneratorType { AlphaExpansion, AlphaBetaSwap, UpDown, Random, RandomLF, NonUniformRandom, Blur, EnergyBlur } |
| typedef ACC | AccumulationType |
| typedef GM | GraphicalModelType |
Public Member Functions | |
| DynamincGen (const GM &gm, const Parameter ¶m) | |
| void | reset () |
| size_t | defaultNumStopIt () |
| void | getProposal (const std::vector< LabelType > ¤t, std::vector< LabelType > &proposal) |
Public Attributes | |
| OPENGM_GM_TYPE_TYPEDEFS | |
Definition at line 820 of file fusion_based_inf.hxx.
| typedef ACC opengm::proposal_gen::DynamincGen< GM, ACC >::AccumulationType |
Definition at line 822 of file fusion_based_inf.hxx.
| typedef GM opengm::proposal_gen::DynamincGen< GM, ACC >::GraphicalModelType |
Definition at line 823 of file fusion_based_inf.hxx.
| enum opengm::proposal_gen::DynamincGen::GeneratorType |
| Enumerator | |
|---|---|
| AlphaExpansion | |
| AlphaBetaSwap | |
| UpDown | |
| Random | |
| RandomLF | |
| NonUniformRandom | |
| Blur | |
| EnergyBlur | |
Definition at line 825 of file fusion_based_inf.hxx.
|
inline |
Definition at line 840 of file fusion_based_inf.hxx.
|
inline |
Definition at line 867 of file fusion_based_inf.hxx.
|
inline |
Definition at line 888 of file fusion_based_inf.hxx.
|
inline |
Definition at line 846 of file fusion_based_inf.hxx.
| opengm::proposal_gen::DynamincGen< GM, ACC >::OPENGM_GM_TYPE_TYPEDEFS |
Definition at line 824 of file fusion_based_inf.hxx.
1.8.9.1