|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include <hqpbo.hxx>
Inheritance diagram for opengm::HQPBO< GM, ACC >:
Collaboration diagram for opengm::HQPBO< GM, ACC >:Classes | |
| struct | Parameter |
Public Types | |
| typedef GM | GraphicalModelType |
| typedef ACC | AccumulationType |
| typedef visitors::VerboseVisitor< HQPBO< GM, ACC > > | VerboseVisitorType |
| typedef visitors::TimingVisitor< HQPBO< GM, ACC > > | TimingVisitorType |
| typedef visitors::EmptyVisitor< HQPBO< GM, ACC > > | EmptyVisitorType |
Public Types inherited from opengm::Inference< GM, opengm::Minimizer > | |
| typedef GM | GraphicalModelType |
| typedef opengm::Minimizer | AccumulationType |
| typedef GraphicalModelType::LabelType | LabelType |
| typedef GraphicalModelType::IndexType | IndexType |
| typedef GraphicalModelType::ValueType | ValueType |
| typedef GraphicalModelType::OperatorType | OperatorType |
| typedef GraphicalModelType::FactorType | FactorType |
| typedef GraphicalModelType::IndependentFactorType | IndependentFactorType |
| typedef GraphicalModelType::FunctionIdentifier | FunctionIdentifier |
Public Member Functions | |
| HQPBO (const GraphicalModelType &, Parameter=Parameter()) | |
| std::string | name () const |
| const GraphicalModelType & | graphicalModel () const |
| InferenceTermination | infer () |
| template<class VISITOR > | |
| InferenceTermination | infer (VISITOR &) |
| InferenceTermination | arg (std::vector< LabelType > &, const size_t &=1) const |
| void | setStartingPoint (typename std::vector< LabelType >::const_iterator begin) |
| set initial labeling More... | |
Public Member Functions inherited from opengm::Inference< GM, opengm::Minimizer > | |
| virtual | ~Inference () |
| virtual InferenceTermination | arg (std::vector< LabelType > &, const size_t=1) const |
| output a solution More... | |
| virtual InferenceTermination | args (std::vector< std::vector< LabelType > > &) const |
| virtual InferenceTermination | marginal (const size_t, IndependentFactorType &) const |
| output a solution for a marginal for a specific variable More... | |
| virtual InferenceTermination | factorMarginal (const size_t, IndependentFactorType &) const |
| output a solution for a marginal for all variables connected to a factor More... | |
| virtual ValueType | bound () const |
| return a bound on the solution More... | |
| virtual ValueType | value () const |
| return the solution (value) More... | |
| InferenceTermination | constrainedOptimum (std::vector< IndexType > &, std::vector< LabelType > &, std::vector< LabelType > &) const |
| InferenceTermination | modeFromMarginal (std::vector< LabelType > &) const |
| InferenceTermination | modeFromFactorMarginal (std::vector< LabelType > &) const |
Public Attributes | |
| OPENGM_GM_TYPE_TYPEDEFS | |
HQPBO Algorithm
.
| typedef ACC opengm::HQPBO< GM, ACC >::AccumulationType |
| typedef visitors::EmptyVisitor<HQPBO<GM,ACC> > opengm::HQPBO< GM, ACC >::EmptyVisitorType |
| typedef GM opengm::HQPBO< GM, ACC >::GraphicalModelType |
| typedef visitors::TimingVisitor<HQPBO<GM,ACC> > opengm::HQPBO< GM, ACC >::TimingVisitorType |
| typedef visitors::VerboseVisitor<HQPBO<GM,ACC> > opengm::HQPBO< GM, ACC >::VerboseVisitorType |
| opengm::HQPBO< GM, ACC >::HQPBO | ( | const GraphicalModelType & | , |
| Parameter | = Parameter() |
||
| ) |
|
inline |
|
inlinevirtual |
Implements opengm::Inference< GM, opengm::Minimizer >.
|
inlinevirtual |
Implements opengm::Inference< GM, opengm::Minimizer >.
|
inline |
|
inlinevirtual |
Implements opengm::Inference< GM, opengm::Minimizer >.
|
inlinevirtual |
set initial labeling
| begin | iterator to the beginning of a sequence of labels |
Reimplemented from opengm::Inference< GM, opengm::Minimizer >.
| opengm::HQPBO< GM, ACC >::OPENGM_GM_TYPE_TYPEDEFS |
1.8.9.1