64 ApproximationScheme::operator=(from);
70 ApproximationScheme::operator=(std::move(from));
void disableMinEpsilonRate()
Disable stopping criterion on epsilon rate.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
ApproximationScheme & approximationScheme()
returns the approximation policy of the learning algorithm
void disableMaxTime()
Disable stopping criterion on timeout.
The greedy hill climbing learning algorithm (for directed graphs)
~GreedyHillClimbing()
destructor
void setEpsilon(double eps)
Given that we approximate f(t), stopping criterion on |f(t+1)-f(t)|.
void disableMaxIter()
Disable stopping criterion on max iterations.
GreedyHillClimbing()
default constructor
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
GreedyHillClimbing & operator=(const GreedyHillClimbing &from)
copy operator