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

[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


[Package cmaesr version 1.0.3 Index]