stopOnOptValue {cmaesr} | R Documentation |
Stopping condition: optimal objective value.
Description
Stop if best solution is close to optimal objective value.
Usage
stopOnOptValue(opt.value, tol = 1e-08)
Arguments
opt.value |
[ |
tol |
[ |
Value
[cma_stopping_condition
]
See Also
Other stopping.conditions: stopOnCondCov
,
stopOnMaxIters
,
stopOnNoEffectAxis
,
stopOnNoEffectCoord
,
stopOnOptParam
,
stopOnTimeBudget
[Package cmaesr version 1.0.3 Index]