45 s <<
"stopped with epsilon=" <<
epsilon();
53 s <<
"stopped with max iteration=" <<
maxIter();
57 s <<
"stopped with timeout=" <<
maxTime();
virtual double epsilon() const =0
Returns the value of epsilon.
This file contains getters and setters defintion for ApproximationSchem settings. ...
virtual ApproximationSchemeSTATE stateApproximationScheme() const =0
Returns the approximation scheme state.
gum is the global namespace for all aGrUM entities
virtual double maxTime() const =0
Returns the timeout (in seconds).
virtual Size maxIter() const =0
Returns the criterion on number of iterations.
std::string messageApproximationScheme() const
Returns the approximation scheme message.
virtual double minEpsilonRate() const =0
Returns the value of the minimal epsilon rate.