stopOnCondCov {cmaesr}R Documentation

Stopping condition: high condition number.

Description

Stop if condition number of covariance matrix exceeds tolerance value.

Usage

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


[Package cmaesr version 1.0.3 Index]