38 _current_state(ApproximationSchemeSTATE::Undefined), _eps(5e-2),
39 _enabled_eps(true), _min_rate_eps(1e-2), _enabled_min_rate_eps(true),
40 _max_time(1.), _enabled_max_time(false), _max_iter((
Size)10000),
41 _enabled_max_iter(true), _burn_in((
Size)0), _period_size((
Size)1),
This file contains general scheme for iteratively convergent algorithms.
gum is the global namespace for all aGrUM entities
ApproximationScheme(bool v=false)
Inline implementatioh of gum::ApproximationSettings.
std::size_t Size
In aGrUM, hashed values are unsigned long int.
virtual ~ApproximationScheme()