stopOnMaxEvals {cmaesr}R Documentation

Stopping condition: maximal funtion evaluations.

Description

Stop if maximal number of function evaluations is reached.

Usage

stopOnMaxEvals(max.evals)

Arguments

max.evals

[integer(1)]
Maximal number of allowed function evaluations.

Value

[cma_stopping_condition]


[Package cmaesr version 1.0.3 Index]