makeBartelsConnFunction {smoof}R Documentation

Bartels Conn Function

Description

The Bartels Conn Function is defined as

f(x)=x12+x22+x1x2+sin(x1)+cos(x)f(\mathbf{x}) = |\mathbf{x}_1^2 + \mathbf{x}_2^2 + \mathbf{x}_1\mathbf{x}_2| + |\sin(\mathbf{x}_1)| + |\cos(\mathbf{x})|

subject to xi[500,500]\mathbf{x}_i \in [-500, 500] for i=1,2i = 1, 2.

Usage

makeBartelsConnFunction()

Value

[smoof_single_objective_function]


[Package smoof version 1.6.0.3 Index]