makeSixHumpCamelFunction: Three-Hump Camel Function

View source: R/sof.six.hump.camel.back.function.R

makeSixHumpCamelFunctionR Documentation

Three-Hump Camel Function

Description

Two dimensional single-objective test function with six local minima oh which two are global. The surface is similar to the back of a camel. That is why it is called Camel function. The implementation is based on the formula:

f(\mathbf{x}) = \left(4 - 2.1\mathbf{x}_1^2 + \mathbf{x}_1^{0.75}\right)\mathbf{x}_1^2 + \mathbf{x}_1 \mathbf{x}_2 + \left(-4 + 4\mathbf{x}_2^2\right)\mathbf{x}_2^2

with box constraints \mathbf{x}_1 \in [-3, 3] and \mathbf{x}_2 \in [-2, 2].

Usage

makeSixHumpCamelFunction()

Value

An object of class SingleObjectiveFunction, representing the Three-Hump Camel Function.

[smoof_single_objective_function]

References

Dixon, L. C. W. and Szego, G. P.: The optimization problem: An introduction. In: Towards Global Optimization II, New York: North Holland, 1978.


jakobbossek/smoof documentation built on Feb. 17, 2024, 2:23 a.m.