makeZettlFunction {smoof}R Documentation

Zettl Function

Description

The unimodal Zettl Function is based on the defintion

f(\mathbf{x}) = (\mathbf{x}_1^2 + \mathbf{x}_2^2 - 2\mathbf{x}_1)^2 + 0.25 \mathbf{x}_1

with box-constraints \mathbf{x}_i \in [-5, 10], i = 1, 2.

Usage

makeZettlFunction()

Value

[smoof_single_objective_function]

References

H. P. Schwefel, Evolution and Optimum Seeking, John Wiley Sons, 1995.


[Package smoof version 1.6.0.3 Index]