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-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
virtual ApproximationSchemeSTATE stateApproximationScheme() const =0
Returns the approximation scheme state.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
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.