aGrUM  0.17.2
a C++ library for (probabilistic) graphical models
approximationScheme.cpp
Go to the documentation of this file.
1 
36 
37 namespace gum {
38 
40  _current_state(ApproximationSchemeSTATE::Undefined), _eps(5e-2),
41  _enabled_eps(true), _min_rate_eps(1e-2), _enabled_min_rate_eps(true),
42  _max_time(1.), _enabled_max_time(false), _max_iter((Size)10000),
43  _enabled_max_iter(true), _burn_in((Size)0), _period_size((Size)1),
44  _verbosity(verbosity) {
45  GUM_CONSTRUCTOR(ApproximationScheme);
46  }
47 
49  GUM_DESTRUCTOR(ApproximationScheme);
50  }
51 
52 } // namespace gum
53 
54 #ifdef GUM_NO_INLINE
56 #endif
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
Approximation Scheme.
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
Definition: agrum.h:25
ApproximationScheme(bool verbosity=false)
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
std::size_t Size
In aGrUM, hashed values are unsigned long int.
Definition: types.h:48