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)
 

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 39 of file ad3.hxx.

Constructor & Destructor Documentation

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 40 of file ad3.hxx.

Member Data Documentation

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

Definition at line 60 of file ad3.hxx.

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

Definition at line 59 of file ad3.hxx.

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

Definition at line 62 of file ad3.hxx.

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

Definition at line 57 of file ad3.hxx.

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

Definition at line 61 of file ad3.hxx.

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

Definition at line 63 of file ad3.hxx.