makeSumOfDifferentSquaresFunction: Sum of Different Squares Function
Description
Simple unimodal test function similar to the Sphere and Hyper-Ellipsoidal functions.
Formula:
$$f(\mathbf{x}) = \sum_{i=1}^{n} |\mathbf{x}_i|^{i+1}.$$
Usage
makeSumOfDifferentSquaresFunction(dimensions)
Value
[smoof_single_objective_function
]
Arguments
- dimensions
[integer(1)
]
Size of corresponding parameter space.