OpenGM  2.3.x
Discrete Graphical Model Library
Enumerations
opengm::python::pyenums Namespace Reference

Enumerations

enum  AStarHeuristic { DEFAULT_HEURISTIC =0, FAST_HEURISTIC =1, STANDARD_HEURISTIC =2 }
 
enum  IcmMoveType { SINGLE_VARIABLE =0, FACTOR =1 }
 
enum  GibbsVariableProposal { RANDOM =0, CYCLIC =1 }
 
enum  TrwsEnergyType { VIEW =0, TABLES =1, TL1 =2, TL2 =3 }
 

Enumeration Type Documentation

Enumerator
DEFAULT_HEURISTIC 
FAST_HEURISTIC 
STANDARD_HEURISTIC 

Definition at line 122 of file opengmpython.hxx.

Enumerator
RANDOM 
CYCLIC 

Definition at line 131 of file opengmpython.hxx.

Enumerator
SINGLE_VARIABLE 
FACTOR 

Definition at line 127 of file opengmpython.hxx.

Enumerator
VIEW 
TABLES 
TL1 
TL2 

Definition at line 136 of file opengmpython.hxx.