A Tight Runtime Analysis of the $(1+(\lambda, \lambda))$ Genetic Algorithm on OneMax
Benjamin Doerr, Carola Doerr

TL;DR
This paper provides a precise, mathematically proven analysis of the runtime of the $(1+(\lambda,\lambda))$ Genetic Algorithm on OneMax, improving bounds, identifying optimal parameters, and offering probabilistic runtime guarantees.
Contribution
It refines the runtime bounds of the algorithm, establishes the first matching lower bound, and determines the asymptotically optimal population size for improved efficiency.
Findings
Improved upper bound on runtime to $O(\max\{n\log(n)/\lambda, n\lambda ext\log\log(\lambda)/\log(\lambda)\})$
First lower bound matching the upper bound, confirming optimal parameter choices
Tail bound showing the probability of significant runtime deviations is very low
Abstract
Understanding how crossover works is still one of the big challenges in evolutionary computation research, and making our understanding precise and proven by mathematical means might be an even bigger one. As one of few examples where crossover provably is useful, the Genetic Algorithm (GA) was proposed recently in [Doerr, Doerr, Ebel: TCS 2015]. Using the fitness level method, the expected optimization time on general OneMax functions was analyzed and a bound was proven for any offspring population size . We improve this work in several ways, leading to sharper bounds and a better understanding of how the use of crossover speeds up the runtime in this algorithm. We first improve the upper bound on the runtime to . This…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMetaheuristic Optimization Algorithms Research · Evolutionary Algorithms and Applications · Fuzzy Logic and Control Systems
