Learn R Programming

cmaesr (version 1.0.3)

stopOnMaxEvals: 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]