50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


cmaesr (version 1.0.3)

stopOnOptParam: 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
[numeric] Known optimal parameter settings.
tol
[numeric(1)] Tolerance value. Default is $1e^{-8}$.

Value

[cma_stopping_condition]

See Also

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