stoppingConditions {ecr} | R Documentation |
Stop the EA after a fixed number of fitness function evaluations, after a predefined number of generations/itereations or if the known optimal function value is approximated (only for single-objective optimization).
stopOnEvals(max.evals = NULL)
stopOnIters(max.iter = NULL)
stopOnOptY(opt.y, eps)
max.evals |
[ |
max.iter |
[ |
opt.y |
[ |
eps |
[ |
[ecr_terminator
]