A Tight Runtime Analysis of the (1+(λ, λ)) Genetic Algorithm on OneMax

06/19/2015
by   Benjamin Doerr, et al.
0

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 (1+(λ, λ)) 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 O({n(n)/λ, λ n}) bound was proven for any offspring population size λ∈ [1..n]. 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 O({n(n)/λ, nλ(λ)/(λ)}). This improvement is made possible from observing that in the parallel generation of λ offspring via crossover (but not mutation), the best of these often is better than the expected value, and hence several fitness levels can be gained in one iteration. We then present the first lower bound for this problem. It matches our upper bound for all values of λ. This allows to determine the asymptotically optimal value for the population size. It is λ = Θ(√((n)(n)/(n))), which gives an optimization time of Θ(n √((n)(n)/(n))). Hence the improved runtime analysis gives a better runtime guarantee along with a better suggestion for the parameter λ. We finally give a tail bound for the upper tail of the runtime distribution, which shows that the actual runtime exceeds our runtime guarantee by a factor of (1+δ) with probability O((n/λ^2)^-δ) only.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
03/26/2019

A Tight Runtime Analysis for the cGA on Jump Functions---EDAs Can Cross Fitness Valleys at No Extra Cost

We prove that the compact genetic algorithm (cGA) with hypothetical popu...
research
02/24/2023

Lasting Diversity and Superior Runtime Guarantees for the (μ+1) Genetic Algorithm

Most evolutionary algorithms (EAs) used in practice employ crossover. In...
research
08/18/2019

The Runtime of the Compact Genetic Algorithm on Jump Functions

In the first and so far only mathematical runtime analysis of an estimat...
research
06/05/2020

Runtime Analysis of a Heavy-Tailed (1+(λ,λ)) Genetic Algorithm on Jump Functions

It was recently observed that the (1+(λ,λ)) genetic algorithm can compar...
research
06/18/2016

Hitting times of local and global optima in genetic algorithms with very high selection pressure

The paper is devoted to upper bounds on the expected first hitting times...
research
05/24/2023

Automated Tail Bound Analysis for Probabilistic Recurrence Relations

Probabilistic recurrence relations (PRRs) are a standard formalism for d...
research
05/18/2011

The Exact Schema Theorem

A schema is a naturally defined subset of the space of fixed-length bina...

Please sign up or login with your details

Forgot password? Click here to reset