stopOnCondCov: Stopping condition: high condition number.

Description Usage Arguments Value See Also

Description

Stop if condition number of covariance matrix exceeds tolerance value.

Usage

1
stopOnCondCov(tol = 1e+14)

Arguments

tol

[numeric(1)]
Tolerance value. Default is 1e14.

Value

[cma_stopping_condition]

See Also

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


cmaesr documentation built on May 2, 2019, 3:37 p.m.

Related to stopOnCondCov in cmaesr...