OpenGM  2.3.x
Discrete Graphical Model Library
Public Member Functions | Public Attributes | List of all members
opengm::AlphaBetaSwap< GM, INF >::Parameter Struct Reference

#include <alphabetaswap.hxx>

+ Collaboration diagram for opengm::AlphaBetaSwap< GM, INF >::Parameter:

Public Member Functions

 Parameter ()
 
template<class P >
 Parameter (const P &p)
 

Public Attributes

InferenceType::Parameter parameter_
 
size_t maxNumberOfIterations_
 

Detailed Description

template<class GM, class INF>
struct opengm::AlphaBetaSwap< GM, INF >::Parameter

Definition at line 39 of file alphabetaswap.hxx.

Constructor & Destructor Documentation

§ Parameter() [1/2]

template<class GM, class INF>
opengm::AlphaBetaSwap< GM, INF >::Parameter::Parameter ( )
inline

Definition at line 40 of file alphabetaswap.hxx.

§ Parameter() [2/2]

template<class GM, class INF>
template<class P >
opengm::AlphaBetaSwap< GM, INF >::Parameter::Parameter ( const P &  p)
inline

Definition at line 44 of file alphabetaswap.hxx.

Member Data Documentation

§ maxNumberOfIterations_

template<class GM, class INF>
size_t opengm::AlphaBetaSwap< GM, INF >::Parameter::maxNumberOfIterations_

Definition at line 50 of file alphabetaswap.hxx.

§ parameter_

template<class GM, class INF>
InferenceType::Parameter opengm::AlphaBetaSwap< GM, INF >::Parameter::parameter_

Definition at line 49 of file alphabetaswap.hxx.