stopOnMaxIters {cmaesr}R Documentation

Stopping condition: maximal iterations.

Description

Stop on maximal number of iterations.

Usage

stopOnMaxIters(max.iter = 100L)

Arguments

max.iter

[integer(1)]
Maximal number of iterations. Default is 100.

Value

[cma_stopping_condition]

See Also

Other stopping.conditions: stopOnCondCov, stopOnNoEffectAxis, stopOnNoEffectCoord, stopOnOptParam, stopOnOptValue, stopOnTimeBudget


[Package cmaesr version 1.0.3 Index]