makeBrentFunction function

Brent Function

Brent Function

Single-objective two-dimensional test function. The formula is given as [REMOVE_ME]f(x)=(x1+10)2+(x2+10)2+exp(x12x22)[REMOVEME2] f(\mathbf{x}) = (\mathbf{x}_1 + 10)^2 + (\mathbf{x}_2 + 10)^2 + exp(-\mathbf{x}_1^2 - \mathbf{x}_2^2) [REMOVE_ME_2]

subject to the constraints xi[10,10],i=1,2.\mathbf{x}_i \in [-10, 10], i = 1, 2.

makeBrentFunction()

Returns

[smoof_single_objective_function]

Description

Single-objective two-dimensional test function. The formula is given as

f(x)=(x1+10)2+(x2+10)2+exp(x12x22) f(\mathbf{x}) = (\mathbf{x}_1 + 10)^2 + (\mathbf{x}_2 + 10)^2 + exp(-\mathbf{x}_1^2 - \mathbf{x}_2^2)

subject to the constraints xi[10,10],i=1,2.\mathbf{x}_i \in [-10, 10], i = 1, 2.

References

F. H. Branin Jr., Widely Convergent Method of Finding Multiple Solutions of Simul- taneous Nonlinear Equations, IBM Journal of Research and Development, vol. 16, no. 5, pp. 504-522, 1972.

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