Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

stopOnOptValue

Stopping condition: optimal objective value.


Description

Stop if best solution is close to optimal objective value.

Usage

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


cmaesr

Covariance Matrix Adaptation Evolution Strategy

v1.0.3
BSD_2_clause + file LICENSE
Authors
Jakob Bossek [aut, cre]
Initial release
2016-12-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.