28 #ifndef DOXYGEN_SHOULD_SKIP_THIS 68 ApproximationScheme::operator=(from);
76 ApproximationScheme::operator=(std::move(from));
void disableMinEpsilonRate()
Disable stopping criterion on epsilon rate.
LocalSearchWithTabuList()
default constructor
LocalSearchWithTabuList & operator=(const LocalSearchWithTabuList &from)
copy operator
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
ApproximationScheme(bool verbosity=false)
void disableEpsilon()
Disable stopping criterion on epsilon.
virtual ~LocalSearchWithTabuList()
destructor
void disableMaxTime()
Disable stopping criterion on timeout.
ApproximationScheme & approximationScheme()
returns the approximation policy of the learning algorithm
Size __MaxNbDecreasing
the max number of changes decreasing the score that we allow to apply
void disableMaxIter()
Disable stopping criterion on max iterations.
std::size_t Size
In aGrUM, hashed values are unsigned long int.
void setMaxNbDecreasingChanges(Size nb)
set the max number of changes decreasing the score that we allow to apply