stoppingConditions | R Documentation |
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).
stopOnEvals(max.evals = NULL)
stopOnIters(max.iter = NULL)
stopOnOptY(opt.y, eps)
stopOnMaxTime(max.time = NULL)
max.evals |
[ |
max.iter |
[ |
opt.y |
[ |
eps |
[ |
max.time |
[ |
[ecr_terminator
]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.