makeChungReynoldsFunction function

Chung Reynolds Function

Chung Reynolds Function

The defintion is given by [REMOVE_ME]f(x)=(i=1nxi2)2[REMOVEME2] f(\mathbf{x}) = \left(\sum_{i=1}^{n} \mathbf{x}_i^2\right)^2 [REMOVE_ME_2]

with box-constraings xi[100,100],i=1,,n\mathbf{x}_i \in [-100, 100], i = 1, \ldots, n.

makeChungReynoldsFunction(dimensions)

Arguments

  • dimensions: [integer(1)]

    Size of corresponding parameter space.

Returns

[smoof_single_objective_function]

Description

The defintion is given by

f(x)=(i=1nxi2)2 f(\mathbf{x}) = \left(\sum_{i=1}^{n} \mathbf{x}_i^2\right)^2

with box-constraings xi[100,100],i=1,,n\mathbf{x}_i \in [-100, 100], i = 1, \ldots, n.

References

C. J. Chung, R. G. Reynolds, CAEP: An Evolution-Based Tool for Real-Valued Func- tion Optimization Using Cultural Algorithms, International Journal on Artificial In- telligence Tool, vol. 7, no. 3, pp. 239-291, 1998.

  • Maintainer: Jakob Bossek
  • License: BSD_2_clause + file LICENSE
  • Last published: 2023-03-10