stopOnOptParam {cmaesr} | R Documentation |
Stopping condition: optimal params.
Description
Stop if euclidean distance of parameter is below some tolerance value.
Usage
stopOnOptParam(opt.param, tol = 1e-08)
Arguments
opt.param |
[ |
tol |
[ |
Value
[cma_stopping_condition
]
See Also
Other stopping.conditions: stopOnCondCov
,
stopOnMaxIters
,
stopOnNoEffectAxis
,
stopOnNoEffectCoord
,
stopOnOptValue
,
stopOnTimeBudget
[Package cmaesr version 1.0.3 Index]