stopOnOptValue function

Stopping condition: optimal objective value.

Stopping condition: optimal objective value.

Stop if best solution is close to optimal objective value.

stopOnOptValue(opt.value, tol = 1e-08)

Arguments

  • opt.value: [numeric(1)]

    Known optimal objective function value.

  • tol: [numeric(1)]

    Tolerance value. Default is 1e81e^{-8}.

Returns

[cma_stopping_condition]

See Also

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

  • Maintainer: Jakob Bossek
  • License: BSD_2_clause + file LICENSE
  • Last published: 2016-12-04