stoppingConditions {ecr} | R Documentation |
Stopping conditions
Description
Stop the EA after a fixed number of fitness function evaluations, after a predefined number of generations/iterations, a given cutoff time or if the known optimal function value is approximated (only for single-objective optimization).
Usage
stopOnEvals(max.evals = NULL)
stopOnIters(max.iter = NULL)
stopOnOptY(opt.y, eps)
stopOnMaxTime(max.time = NULL)
Arguments
max.evals |
[ |
max.iter |
[ |
opt.y |
[ |
eps |
[ |
max.time |
[ |
Value
[ecr_terminator
]
[Package ecr version 2.1.1 Index]