makeSumOfDifferentSquaresFunction function

Sum of Different Squares Function

Sum of Different Squares Function

Simple unimodal test function similar to the Sphere and Hyper-Ellipsoidal functions. Formula: [REMOVE_ME]f(x)=i=1nxii+1.[REMOVEME2] f(\mathbf{x}) = \sum_{i=1}^{n} |\mathbf{x}_i|^{i+1}. [REMOVE_ME_2]

makeSumOfDifferentSquaresFunction(dimensions)

Arguments

  • dimensions: [integer(1)]

    Size of corresponding parameter space.

Returns

[smoof_single_objective_function]

Description

Simple unimodal test function similar to the Sphere and Hyper-Ellipsoidal functions. Formula:

f(x)=i=1nxii+1. f(\mathbf{x}) = \sum_{i=1}^{n} |\mathbf{x}_i|^{i+1}.
  • Maintainer: Jakob Bossek
  • License: BSD_2_clause + file LICENSE
  • Last published: 2023-03-10