makeHyperEllipsoidFunction {smoof} | R Documentation |
Hyper-Ellipsoid function
Description
Unimodal, convex test function similar to the Sphere function (see makeSphereFunction
).
Calculated via the formula:
f(\mathbf{x}) = \sum_{i=1}^{n} i \cdot \mathbf{x}_i.
Usage
makeHyperEllipsoidFunction(dimensions)
Arguments
dimensions |
[ |
Value
[smoof_single_objective_function
]
[Package smoof version 1.6.0.3 Index]