makeMcCormickFunction function

McCormick Function

McCormick Function

Two-dimensional, multimodal test function. The defintion is given by [REMOVE_ME]f(x)=sin(x1+x2)+(x1x2)21.5x1+2.5x2+1[REMOVEME2] f(\mathbf{x}) = \sin(\mathbf{x}_1 + \mathbf{x}_2) + (\mathbf{x}_1 - \mathbf{x}_2)^2 - 1.5 \mathbf{x}_1 + 2.5 \mathbf{x}_2 + 1 [REMOVE_ME_2]

subject to x1[1.5,4],x2[3,3]\mathbf{x}_1 \in [-1.5, 4], \mathbf{x}_2 \in [-3, 3].

makeMcCormickFunction()

Returns

[smoof_single_objective_function]

Description

Two-dimensional, multimodal test function. The defintion is given by

f(x)=sin(x1+x2)+(x1x2)21.5x1+2.5x2+1 f(\mathbf{x}) = \sin(\mathbf{x}_1 + \mathbf{x}_2) + (\mathbf{x}_1 - \mathbf{x}_2)^2 - 1.5 \mathbf{x}_1 + 2.5 \mathbf{x}_2 + 1

subject to x1[1.5,4],x2[3,3]\mathbf{x}_1 \in [-1.5, 4], \mathbf{x}_2 \in [-3, 3].

References

F. A. Lootsma (ed.), Numerical Methods for Non-Linear Optimization, Academic Press, 1972.

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