stopOnOptParam function

Stopping condition: optimal params.

Stopping condition: optimal params.

Stop if euclidean distance of parameter is below some tolerance value.

stopOnOptParam(opt.param, tol = 1e-08)

Arguments

  • opt.param: [numeric]

    Known optimal parameter settings.

  • tol: [numeric(1)]

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

Returns

[cma_stopping_condition]

See Also

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

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