spotAlgEsTermination: Termination

Description Usage Arguments Value See Also

View source: R/optimES.R

Description

Handles the termination functions for the ES.

Usage

1
spotAlgEsTermination(it, maxIt, ge, maxGe, xk, xOpt = NULL)

Arguments

it

iteration (function evaluations)

maxIt

Maximum number of iterations (function evaluations)

ge

generation

maxGe

Maximum number of generations

xk

current best value of the optimization run

xOpt

target value of the optimization run

Value

boolean
- TRUE as long as the current value has not yet reached its limit. Once the given termination criterion is reached the function returns FALSE.

See Also

spotAlgEs spotAlgEsHps


bartzbeielstein/SPOT documentation built on June 13, 2020, 5:58 p.m.