stopOnTimeBudget {cmaesr}R Documentation

Stopping condition: maximal time.

Description

Stop if maximal running time budget is reached.

Usage

stopOnTimeBudget(budget)

Arguments

budget

[integer(1)]
Time budget in seconds.

Value

[cma_stopping_condition]

See Also

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


[Package cmaesr version 1.0.3 Index]