A unimodal test function that combines the sum of absolute values and the product of absolute values.
F02(x)Numeric scalar representing the function value.
Formula: $$f(x) = \sum_{i=1}^{n} |x_i| + \prod_{i=1}^{n} |x_i|$$
Global minimum: \(f(0, 0, ..., 0) = 0\)
Characteristics:
Type: Unimodal
Separable: No (due to product term)
Differentiable: No (at points where any x_i = 0)
Convex: Yes
Default bounds: \([-10, 10]^n\)
Default dimensions: 50
test-functions for an overview of all test functions,
get_function_details to retrieve function parameters.