61 ApproximationScheme::operator=(from);
67 ApproximationScheme::operator=(std::move(from));
void disableMinEpsilonRate()
Disable stopping criterion on epsilon rate.
gum is the global namespace for all aGrUM entities
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
The greedy hill learning algorithm (for directed graphs)
GreedyHillClimbing & operator=(const GreedyHillClimbing &from)
copy operator