N-D Test Functions A¶Ackley01 objective function.
The Ackley01 global optimization problem is a multimodal minimization problem defined as follows:

Here, 
 represents the number of dimensions and 
 for 
.
Two-dimensional Ackley01 function
Global optimum: 
 for 
 for

Adorio, E. MVF - “Multivariate Test Functions Library in C for Unconstrained Global Optimization”, 2005
Todo
the -0.2 factor in the exponent of the first term is given as -0.02 in Jamil et al.
Ackley02 objective function.
The Ackley02 global optimization problem is a multimodal minimization problem defined as follows:

with 
 for 
.
Two-dimensional Ackley02 function
Global optimum: 
 for ![x = [0, 0]](_images/math/45f5b5de4a67315f59227449efaecb2b749a4db5.png)
Jamil, M. & Yang, X.-S. A Literature Survey of Benchmark Functions For Global Optimization Problems Int. Journal of Mathematical Modelling and Numerical Optimisation, 2013, 4, 150-194.
Ackley03 objective function.
The Ackley03 global optimization problem is a multimodal minimization problem defined as follows:

with 
 for 
.
Two-dimensional Ackley03 function
Global optimum: 
 for ![x = [-0.68255758, -0.36070859]](_images/math/56d62839fb68da6855bc12642c2fa2d246e2c0ea.png)
Jamil, M. & Yang, X.-S. A Literature Survey of Benchmark Functions For Global Optimization Problems Int. Journal of Mathematical Modelling and Numerical Optimisation, 2013, 4, 150-194.
Todo
I think the minus sign is missing in front of the first term in eqn3 in Jamil. This changes the global minimum
Ackley04 objective function.
Two-dimensional Ackley04 function
Adjiman objective function.
The Adjiman global optimization problem is a multimodal minimization problem defined as follows:

with, 
 and 
.
Two-dimensional Adjiman function
Global optimum: 
 for ![x = [2.0, 0.10578]](_images/math/95e2da5ed80fc404a586bc249fe12d945f2ff4d3.png)
Jamil, M. & Yang, X.-S. A Literature Survey of Benchmark Functions For Global Optimization Problems Int. Journal of Mathematical Modelling and Numerical Optimisation, 2013, 4, 150-194.
Alpine01 objective function.
The Alpine01 global optimization problem is a multimodal minimization problem defined as follows:

Here, 
 represents the number of dimensions and 
 for 
.
Two-dimensional Alpine01 function
Global optimum: 
 for 
 for

Jamil, M. & Yang, X.-S. A Literature Survey of Benchmark Functions For Global Optimization Problems Int. Journal of Mathematical Modelling and Numerical Optimisation, 2013, 4, 150-194.
Alpine02 objective function.
The Alpine02 global optimization problem is a multimodal minimization problem defined as follows:

Here, 
 represents the number of dimensions and 
 for 
.
Two-dimensional Alpine02 function
Global optimum: 
 for 
 for 
Jamil, M. & Yang, X.-S. A Literature Survey of Benchmark Functions For Global Optimization Problems Int. Journal of Mathematical Modelling and Numerical Optimisation, 2013, 4, 150-194.
Todo
eqn 7 in has the wrong global minimum value.
AMGM objective function.
The AMGM (Arithmetic Mean - Geometric Mean Equality) global optimization problem is a multimodal minimization problem defined as follows
![f_{\text{AMGM}}(x) = \left ( \frac{1}{n} \sum_{i=1}^{n} x_i -
 \sqrt[n]{ \prod_{i=1}^{n} x_i} \right )^2](_images/math/f8e4be09992d278ea83b524ec6f84e013fd396c6.png)
Here, 
 represents the number of dimensions and 
 for 
.
Two-dimensional AMGM function
Global optimum: 
 for 
 for

Gavana, A. Global Optimization Benchmarks and AMPGO