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}.$$

makeSumOfDifferentSquaresFunction(dimensions)

Arguments

dimensions

[integer(1)]
Size of corresponding parameter space.

Value

[smoof_single_objective_function]