Learn R Programming

smoof (version 1.5)

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)

Arguments

dimensions

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

Value

[smoof_single_objective_function]