Meta-optimization

From HandWiki
Meta-optimization concept.

In numerical optimization, meta-optimization is the use of one optimization method to tune another optimization method. Meta-optimization is reported to have been used as early as in the late 1970s by Mercer and Sampson[1] for finding optimal parameter settings of a genetic algorithm.

Meta-optimization and related concepts are also known in the literature as meta-evolution, super-optimization, automated parameter calibration, hyper-heuristics, etc.

Motivation

Performance landscape for differential evolution.

Optimization methods such as genetic algorithm and differential evolution have several parameters that govern their behaviour and efficiency in optimizing a given problem and these parameters must be chosen by the practitioner to achieve satisfactory results. Selecting the behavioural parameters by hand is a laborious task that is susceptible to human misconceptions of what makes the optimizer perform well.

The behavioural parameters of an optimizer can be varied and the optimization performance plotted as a landscape. This is computationally feasible for optimizers with few behavioural parameters and optimization problems that are fast to compute, but when the number of behavioural parameters increases the time usage for computing such a performance landscape increases exponentially. This is the curse of dimensionality for the search-space consisting of an optimizer's behavioural parameters. An efficient method is therefore needed to search the space of behavioural parameters.

Methods

Meta-optimization of differential evolution.

A simple way of finding good behavioural parameters for an optimizer is to employ another overlaying optimizer, called the meta-optimizer. There are different ways of doing this depending on whether the behavioural parameters to be tuned are real-valued or discrete-valued, and depending on what performance measure is being used, etc.

Meta-optimizing the parameters of a genetic algorithm was done by Grefenstette [2] and Keane,[3] amongst others, and experiments with meta-optimizing both the parameters and the genetic operators were reported by Bäck.[4] Meta-optimization of the COMPLEX-RF algorithm was done by Krus and Andersson,[5] and,[6] where performance index of optimization based on information theory was introduced and further developed. Meta-optimization of particle swarm optimization was done by Meissner et al.,[7] Pedersen and Chipperfield,[8] and Mason et al.[9] Pedersen and Chipperfield applied meta-optimization to differential evolution.[10] Birattari et al.[11][12] meta-optimized ant colony optimization. Statistical models have also been used to reveal more about the relationship between choices of behavioural parameters and optimization performance, see for example Francois and Lavergne,[13] and Nannen and Eiben.[14] A comparison of various meta-optimization techniques was done by Smit and Eiben.[15]

See also

References

  1. Mercer, R.E.; Sampson, J.R. (1978). "Adaptive search using a reproductive metaplan". Kybernetes 7 (3): 215–228. doi:10.1108/eb005486. 
  2. Grefenstette, J.J. (1986). "Optimization of control parameters for genetic algorithms". IEEE Transactions on Systems, Man, and Cybernetics 16 (1): 122–128. doi:10.1109/TSMC.1986.289288. 
  3. Keane, A.J. (1995). "Genetic algorithm optimization in multi-peak problems: studies in convergence and robustness". Artificial Intelligence in Engineering 9 (2): 75–83. doi:10.1016/0954-1810(95)95751-Q. 
  4. Bäck, T. (1994). "Parallel optimization of evolutionary algorithms". pp. 418–427. 
  5. Krus, PK.; Andersson (Ölvander), J. (2003). "Optimizing optimization for design optimization". 
  6. Krus, PK.; Ölvander(Andersson), J. (2013). "Performance index and meta-optimization of a direct search optimization method". Engineering Optimization 45 (10): 1167–1185. doi:10.1080/0305215X.2012.725052. Bibcode2013EnOp...45.1167K. http://liu.diva-portal.org/smash/get/diva2:572570/FULLTEXT01.pdf. 
  7. Meissner, M.; Schmuker, M.; Schneider, G. (2006). "Optimized Particle Swarm Optimization (OPSO) and its application to artificial neural network training". BMC Bioinformatics 7 (1): 125. doi:10.1186/1471-2105-7-125. PMID 16529661. 
  8. Pedersen, M.E.H.; Chipperfield, A.J. (2010). "Simplifying particle swarm optimization". Applied Soft Computing 10 (2): 618–628. doi:10.1016/j.asoc.2009.08.029. 
  9. Mason, Karl; Duggan, Jim; Howley, Enda (2018). "A Meta Optimisation Analysis of Particle Swarm Optimisation Velocity Update Equations for Watershed Management Learning". Applied Soft Computing 62: 148–161. doi:10.1016/j.asoc.2017.10.018. 
  10. Pedersen, M.E.H. (2010). Tuning & Simplifying Heuristical Optimization (PhD thesis). University of Southampton, School of Engineering Sciences, Computational Engineering and Design Group. https://pdfs.semanticscholar.org/a5d2/8c26a2e2824170d67b69f14120cf67cabe26.pdf. 
  11. Birattari, M.; Stützle, T.; Paquete, L.; Varrentrapp, K. (2002). "A racing algorithm for configuring metaheuristics". pp. 11–18. https://www.researchgate.net/publication/220740639. 
  12. Birattari, M. (2004). The Problem of Tuning Metaheuristics as Seen from a Machine Learning Perspective (PhD thesis). Université Libre de Bruxelles. http://iridia.ulb.ac.be/~mbiro/paperi/BirattariPhD.pdf. 
  13. Francois, O.; Lavergne, C. (2001). "Design of evolutionary algorithms - a statistical perspective". IEEE Transactions on Evolutionary Computation 5 (2): 129–148. doi:10.1109/4235.918434. 
  14. Nannen, V.; Eiben, A.E. (2006). "A method for parameter calibration and relevance estimation in evolutionary algorithms". pp. 183–190. http://srv.uib.es/pub/1012.pdf. 
  15. Smit, S.K.; Eiben, A.E. (2009). "Comparing parameter tuning methods for evolutionary algorithms". pp. 399–406. http://www.few.vu.nl/~gusz/papers/2009-CEC-tuning-methods.pdf.