spotAlgEsHps: Termination hps

View source: R/optimES.R

spotAlgEsHpsR Documentation

Termination hps

Description

Termination function for the ES. Terminates the ES at a given target value.

Usage

spotAlgEsHps(xk, xOpt)

Arguments

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.


SPOT documentation built on June 26, 2022, 1:06 a.m.