Package adams.opt.genetic.stopping
-
Class Summary Class Description AbstractStoppingCriterion Ancestor for stopping criteria.MaxIterations Stops after the maximum number of iterations have been reached.MaxIterationsWithoutImprovement Stops after the maximum number of seconds since last improvement has been reached.MaxTrainTime Stops after the maximum number of seconds have been reached.MaxTrainTimeWithoutImprovement Stops after the maximum number of seconds since last improvement has been reached.MultiStoppingCriterion Applies its sub-criteria, one after the other.