makeComplexFunction {smoof} | R Documentation |
Complex function.
Description
Two-dimensional test function based on the formula
f(\mathbf{x}) = (x_1^3 - 3 x_1 x_2^2 - 1)^2 + (3 x_2 x_1^2 - x_2^3)^2
with \mathbf{x}_1, \mathbf{x}_2 \in [-2, 2]
.
Usage
makeComplexFunction()
Value
[smoof_single_objective_function
]
References
See https://al-roomi.org/benchmarks/unconstrained/2-dimensions/43-complex-function.
[Package smoof version 1.6.0.3 Index]