N-D Test Functions J¶Jennrich-Sampson test objective function.
This class defines the Jennrich-Sampson global optimization problem. This is a multimodal minimization problem defined as follows:
![f_{\text{JennrichSampson}}(\mathbf{x}) = \sum_{i=1}^{10} \left [2 + 2i - (e^{ix_1} + e^{ix_2}) \right ]^2](_images/math/7566667b250e2228e54c89335c5b9bbe2f5798cc.png)
Here,
represents the number of dimensions and
for
.
Two-dimensional Jennrich-Sampson function
Global optimum:
for
.
Judge test objective function.
This class defines the Judge global optimization problem. This is a multimodal minimization problem defined as follows:
![f_{\text{Judge}}(\mathbf{x}) = \sum_{i=1}^{20} \left [ \left (x_1 + A_i x_2 + B x_2^2 \right ) - C_i \right ]^2](_images/math/434b52d307020d6c25f41a6af48696942496c642.png)
Where, in this exercise:
![\begin{cases} A = [4.284, 4.149, 3.877, 0.533, 2.211, 2.389, 2.145, 3.231, 1.998, 1.379, 2.106, 1.428, 1.011, 2.179, 2.858, 1.388, 1.651, 1.593, 1.046, 2.152] \\
B = [0.286, 0.973, 0.384, 0.276, 0.973, 0.543, 0.957, 0.948, 0.543, 0.797, 0.936, 0.889, 0.006, 0.828, 0.399, 0.617, 0.939, 0.784, 0.072, 0.889] \\
C = [0.645, 0.585, 0.310, 0.058, 0.455, 0.779, 0.259, 0.202, 0.028, 0.099, 0.142, 0.296, 0.175, 0.180, 0.842, 0.039, 0.103, 0.620, 0.158, 0.704] \end{cases}](_images/math/30088da141068b9233cab33169de766a1aa9e163.png)
Here,
represents the number of dimensions and
for
.
Two-dimensional Judge function
Global optimum:
for
.