makeSumOfDifferentSquaresFunction {smoof} | R Documentation |
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)
Arguments
dimensions |
[ |
Value
[smoof_single_objective_function
]
[Package smoof version 1.6.0.3 Index]