多目标优化算法的测试函数与解

From Wikipedia, the free encyclopedia

In applied mathematics, test functions, known as artificial landscapes, are useful to evaluate characteristics of optimization algorithms, such as:

  • Velocity of convergence.
  • Precision.
  • Robustness.
  • General performance.

Here some test functions are presented with the aim of giving an idea about the different situations that optimization algorithms have to face when coping with these kinds of problems. In the first part, some objective functions for single-objective optimization cases are presented. In the second part, test functions with their respective Pareto fronts for multi-objective optimization problems (MOP) are given.

The artificial landscapes presented herein for single-objective optimization problems are taken from Bäck,[1] Haupt et. al.[2] and from Rody Oldenhuis software.[3] Given the amount of problems (55 in total), just a few are presented here. The complete list of test functions is found on the Mathworks website.[4]

The test functions used to evaluate the algorithms for MOP were taken from Deb,[5] Binh et. al.[6] and Binh.[7] You can download the software developed by Deb,[8]which implements the NSGA-II procedure with GAs, or the program posted on Internet,[9] which implements the NSGA-II procedure with ES.

Just a general form of the equation, a plot of the objective function, boundaries of the object variables and the coordinates of global minima are given herein.

Contents

   [hide] 
  • 1 Test functions for single-objective optimization problems
  • 2 Test functions for multi-objective optimization problems
  • 3 See also
  • 4 References

Test functions for single-objective optimization problems[edit]

Name Plot Formula Minimum Search domain
Ackley's function:

Sphere function
Rosenbrock function
Beale's function

Goldstein–Price function:

Booth's function:
Bukin function N.6:
Matyas function:
Lévi function N.13:

Three-hump camel function:
Easom function:
Cross-in-tray function:
Eggholder function:
Hölder table function:
McCormick function:
Schaffer function N. 2:
Schaffer function N. 4:
Styblinski–Tang function: , .
Simionescu function:[10] ,

 

Test functions for multi-objective optimization problems[edit]

Name Plot Functions Constraints Search domain
Binh and Korn function:
Chakong and Haimes function:
Fonseca and Fleming function:  
Test function 4:[7]
Kursawe function:   , .
Schaffer function N. 1:   . Values of  form to  have been used successfully. Higher values of  increase the difficulty of the problem.
Schaffer function N. 2:   .
Poloni's two objective function:

 
Zitzler–Deb–Thiele's function N. 1:   , .
Zitzler–Deb–Thiele's function N. 2:   , .
Zitzler–Deb–Thiele's function N. 3:   , .
Zitzler–Deb–Thiele's function N. 4:   , , 
Zitzler–Deb–Thiele's function N. 6:   , .
Viennet function:   .
Osyczka and Kundu function: , , .
CTP1 function (2 variables):[5] .
Constr-Ex problem:[5]

See also[edit]

  • Himmelblau's function
  • Rosenbrock function
  • Rastrigin function
  • Shekel function
  • MOEA Framework, an open source Java library for multiobjective optimization

References[edit]

  1. Jump up^ Bäck, Thomas (1995). Evolutionary algorithms in theory and practice : evolution strategies, evolutionary programming, genetic algorithms. Oxford: Oxford University Press. p. 328. ISBN 0-19-509971-0.
  2. Jump up^ Haupt, Randy L. Haupt, Sue Ellen (2004). Practical genetic algorithms with DC-Rom (2nd ed. ed.). New York: J. Wiley. ISBN 0-471-45565-2.
  3. Jump up^ Oldenhuis, Rody. "Many test functions for global optimizers". Mathworks. Retrieved 1 November 2012.
  4. Jump up^ Ortiz, Gilberto A. "Evolution Strategies (ES)". Mathworks. Retrieved 1 November 2012.
  5. Jump up to:a b c d e Deb, Kalyanmoy (2002) Multiobjective optimization using evolutionary algorithms (Repr. ed.). Chichester [u.a.]: Wiley. ISBN 0-471-87339-X.
  6. Jump up^ Binh T. and Korn U. (1997) MOBES: A Multiobjective Evolution Strategy for Constrained Optimization Problems. In: Proceedings of the Third International Conference on Genetic Algorithms. Czech Republic. pp. 176-182
  7. Jump up to:a b c Binh T. (1999) A multiobjective evolutionary algorithm. The study cases. Technical report. Institute for Automation and Communication. Barleben, Germany
  8. Jump up^ Deb K. (2011) Software for multi-objective NSGA-II code in C. Available at URL:http://www.iitk.ac.in/kangal/codes.shtml. Revision 1.1.6
  9. Jump up^ Ortiz, Gilberto A. "Multi-objective optimization using ES as Evolutionary Algorithm.". Mathworks. Retrieved 1 November 2012.
  10. Jump up^ Simionescu, P.A. (2014). Computer Aided Graphing and Simulation Tools for AutoCAD users (1st ed.). Boca Raton, FL: CRC Press. ISBN 9-781-48225290-3.

来源:http://en.wikipedia.org/wiki/Test_functions_for_optimization

你可能感兴趣的:(人工智能,算法,科学计算)