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

#include <ad3.hxx>

+ Collaboration diagram for opengm::external::AD3Inf< GM, ACC >::Parameter:

Public Member Functions

 Parameter (const SolverType solverType=AD3_ILP, const double eta=0.1, const bool adaptEta=true, UInt64Type steps=1000, const double residualThreshold=1e-6, const int verbosity=0)
 
template<class P >
 Parameter (const P &p)
 

Public Attributes

SolverType solverType_
 
double eta_
 
bool adaptEta_
 
UInt64Type steps_
 
double residualThreshold_
 
int verbosity_
 

Detailed Description

template<class GM, class ACC>
struct opengm::external::AD3Inf< GM, ACC >::Parameter

Definition at line 49 of file ad3.hxx.

Constructor & Destructor Documentation

§ Parameter() [1/2]

template<class GM , class ACC >
opengm::external::AD3Inf< GM, ACC >::Parameter::Parameter ( const SolverType  solverType = AD3_ILP,
const double  eta = 0.1,
const bool  adaptEta = true,
UInt64Type  steps = 1000,
const double  residualThreshold = 1e-6,
const int  verbosity = 0 
)
inline

Definition at line 50 of file ad3.hxx.

§ Parameter() [2/2]

template<class GM , class ACC >
template<class P >
opengm::external::AD3Inf< GM, ACC >::Parameter::Parameter ( const P &  p)
inline

Definition at line 68 of file ad3.hxx.

Member Data Documentation

§ adaptEta_

template<class GM , class ACC >
bool opengm::external::AD3Inf< GM, ACC >::Parameter::adaptEta_

Definition at line 83 of file ad3.hxx.

§ eta_

template<class GM , class ACC >
double opengm::external::AD3Inf< GM, ACC >::Parameter::eta_

Definition at line 82 of file ad3.hxx.

§ residualThreshold_

template<class GM , class ACC >
double opengm::external::AD3Inf< GM, ACC >::Parameter::residualThreshold_

Definition at line 85 of file ad3.hxx.

§ solverType_

template<class GM , class ACC >
SolverType opengm::external::AD3Inf< GM, ACC >::Parameter::solverType_

Definition at line 80 of file ad3.hxx.

§ steps_

template<class GM , class ACC >
UInt64Type opengm::external::AD3Inf< GM, ACC >::Parameter::steps_

Definition at line 84 of file ad3.hxx.

§ verbosity_

template<class GM , class ACC >
int opengm::external::AD3Inf< GM, ACC >::Parameter::verbosity_

Definition at line 86 of file ad3.hxx.