Drift Analysis and Evolutionary Algorithms Revisited

08/10/2016
by   Johannes Lengler, et al.
0

One of the easiest randomized greedy optimization algorithms is the following evolutionary algorithm which aims at maximizing a boolean function f:{0,1}^n → R. The algorithm starts with a random search point ξ∈{0,1}^n, and in each round it flips each bit of ξ with probability c/n independently at random, where c>0 is a fixed constant. The thus created offspring ξ' replaces ξ if and only if f(ξ') > f(ξ). The analysis of the runtime of this simple algorithm on monotone and on linear functions turned out to be highly non-trivial. In this paper we review known results and provide new and self-contained proofs of partly stronger results.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
11/15/2010

Non-Existence of Linear Universal Drift Functions

Drift analysis has become a powerful tool to prove bounds on the runtime...
research
01/04/2011

Multiplicative Drift Analysis

In this work, we introduce multiplicative drift analysis as a suitable w...
research
08/03/2018

When Does Hillclimbing Fail on Monotone Functions: An entropy compression argument

Hillclimbing is an essential part of any optimization algorithm. An impo...
research
10/12/2018

Why We Do Not Evolve Software? Analysis of Evolutionary Algorithms

In this paper, we review the state-of-the-art results in evolutionary co...
research
04/20/2020

Fixed-Target Runtime Analysis

Runtime analysis aims at contributing to our understanding of evolutiona...
research
04/15/2022

Towards a Stronger Theory for Permutation-based Evolutionary Algorithms

While the theoretical analysis of evolutionary algorithms (EAs) has made...
research
05/12/2023

On the Fair Comparison of Optimization Algorithms in Different Machines

An experimental comparison of two or more optimization algorithms requir...

Please sign up or login with your details

Forgot password? Click here to reset