25 #ifndef DOXYGEN_SHOULD_SKIP_THIS 65 ApproximationScheme::operator=(from);
73 ApproximationScheme::operator=(std::move(from));
void disableMinEpsilonRate()
Disable stopping criterion on epsilon rate.
LocalSearchWithTabuList()
default constructor
LocalSearchWithTabuList & operator=(const LocalSearchWithTabuList &from)
copy operator
gum is the global namespace for all aGrUM entities
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
ApproximationScheme(bool v=false)
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