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

[numeric(1)]
Known optimal objective function value.

tol

[numeric(1)]
Tolerance value. Default is 1e^{-8}.

Value

[cma_stopping_condition]

See Also

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


[Package cmaesr version 1.0.3 Index]