stopOnOptValue: Stopping condition: optimal objective value.

Description Usage Arguments Value See Also

Description

Stop if best solution is close to optimal objective value.

Usage

1
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


jakobbossek/cmaesr documentation built on May 18, 2019, 9:09 a.m.