paper-with-me

홈 › Papers

All Constant Mutation Rates for the $(1+1)$ Evolutionary Algorithm

2026-02-22 · Andrew James Kelley arxiv

For every mutation rate $p \in (0, 1)$, and for all $\varepsilon > 0$, there is a fitness function $f : \{0,1\}^n \to \mathbb{R}$ with a unique maximum for which the optimal mutation rate for the $(1+1)$ evolutionary algorithm on $f$ is in $(p-\varepsilon, p+\varepsilon)$. In other words, the set of optimal mutation rates for the $(1+1)$ EA is dense in the interval $[0, 1]$. To show that, this paper introduces DistantSteppingStones, a fitness function which consists of large plateaus separated by large fitness valleys.

📄 PDF Abstract BibTeX arXiv:2602.18989

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Runtime Analysis for Self-adaptive Mutation Rates

2018-11-30 · Benjamin Doerr, Carsten Witt, Jing Yang

We propose and analyze a self-adaptive version of the $(1,\lambda)$ evolutionary algorithm in which the current mutation rate is part of the individual and thus also subject to mutation. A rigorous runtime analysis on th…

Stationary frequencies and mixing times for neutral drift processes with spatial structure

2018-09-20

We study a general setting of neutral evolution in which the population is of finite, constant size and can have spatial structure. Mutation leads to different genetic types ("traits"), which can be discrete or continuou…

Precise Runtime Analysis for Plateau Functions

2018-06-04 · Denis Antipov, Benjamin Doerr

To gain a better theoretical understanding of how evolutionary algorithms (EAs) cope with plateaus of constant fitness, we propose the $n$-dimensional Plateau$_k$ function as natural benchmark and analyze how different v…

Evolutionary Algorithms

A Flexible Evolutionary Algorithm With Dynamic Mutation Rate Archive

2024-04-05 · Martin S. Krejca, Carsten Witt

We propose a new, flexible approach for dynamically maintaining successful mutation rates in evolutionary algorithms using $k$-bit flip mutations. The algorithm adds successful mutation rates to an archive of promising r…

Evolutionary Algorithms

Runtime Analysis of Fitness-Proportionate Selection on Linear Functions

2019-08-23 · Duc-Cuong Dang, Anton Eremeev, Per Kristian Lehre

This paper extends the runtime analysis of non-elitist evolutionary algorithms (EAs) with fitness-proportionate selection from the simple OneMax function to the linear functions. Not only does our analysis cover a larger…

Evolutionary Algorithms