47 s <<
"stopped with epsilon=" <<
epsilon();
55 s <<
"stopped with max iteration=" <<
maxIter();
59 s <<
"stopped with timeout=" <<
maxTime();
virtual double epsilon() const =0
Returns the value of epsilon.
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
virtual ApproximationSchemeSTATE stateApproximationScheme() const =0
Returns the approximation scheme state.
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
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.