paper-with-me

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 the OneMax benchmark function reveals that a simple local mutation scheme for the rate leads to an expected optimization time (number of fitness evaluations) of $O(n\lambda/\log\lambda+n\log n)$ when $\lambda$ is at least $C \ln n$ for some constant $C > 0$. For all values of $\lambda \ge C \ln n$, this performance is asymptotically best possible among all $\lambda$-parallel mutation-based unbiased black-box algorithms. Our result shows that self-adaptation in evolutionary computation can find complex optimal parameter settings on the fly. At the same time, it proves that a relatively complicated self-adjusting scheme for the mutation rate proposed by Doerr, Gie{\ss}en, Witt, and Yang~(GECCO~2017) can be replaced by our simple endogenous scheme. On the technical side, the paper contributes new tools for the analysis of two-dimensional drift processes arising in the analysis of dynamic parameter choices in EAs, including bounds on occupation probabilities in processes with non-constant drift.

📄 PDF Abstract BibTeX arXiv:1811.12824

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Self-adaptation of Mutation Rates in Non-elitist Populations

2016-06-17 · Duc-Cuong Dang, Per Kristian Lehre

The runtime of evolutionary algorithms (EAs) depends critically on their parameter settings, which are often problem-specific. Automated schemes for parameter tuning have been developed to alleviate the high costs of man…

Evolutionary Algorithms

Towards Self-adaptive Mutation in Evolutionary Multi-Objective Algorithms

2023-03-08 · Furong Ye, Frank Neumann, Jacob de Nobel, Aneta Neumann 외

Parameter control has succeeded in accelerating the convergence process of evolutionary algorithms. While empirical and theoretical studies have shed light on the behavior of algorithms for single-objective optimization,…

BenchmarkingEvolutionary Algorithms

Self-adaptation in non-Elitist Evolutionary Algorithms on Discrete Problems with Unknown Structure

2020-04-01 · Brendan Case, Per Kristian Lehre

A key challenge to make effective use of evolutionary algorithms is to choose appropriate settings for their parameters. However, the appropriate parameter setting generally depends on the structure of the optimisation p…

Evolutionary Algorithms

Fourier Analysis Meets Runtime Analysis: Precise Runtimes on Plateaus

2023-02-16 · Benjamin Doerr, Andrew James Kelley

We propose a new method based on discrete Fourier analysis to analyze the time evolutionary algorithms spend on plateaus. This immediately gives a concise proof of the classic estimate of the expected runtime of the $(1+…

Evolutionary Algorithms

The linear hidden subset problem for the (1+1) EA with scheduled and adaptive mutation rates

2018-08-16 · Hafsteinn Einarsson, Marcelo Matheus Gauy, Johannes Lengler, Florian Meier 외

We study unbiased $(1+1)$ evolutionary algorithms on linear functions with an unknown number $n$ of bits with non-zero weight. Static algorithms achieve an optimal runtime of $O(n (\ln n)^{2+\epsilon})$, however, it rema…

Evolutionary Algorithms