Stop the EA after at most max.evals evaluations of the fitness function.

stopOnEvals(max.evals = NULL)

stopOnIters(max.iter = NULL)

Arguments

max.evals

[integer(1)] Maximal number of function evaluations. Default ist Inf.

max.iter

[integer(1)] Maximal number of iterations. Default ist Inf.

Value

[ecr_terminator]