paper-with-me

Papers

Generalized Heavy-tailed Mutation for Evolutionary Algorithms

2026-04-01 · Anton V. Eremeev, Dmitri V. Silaev, Valentin A. Topchii arxiv

The heavy-tailed mutation operator, proposed by Doerr, Le, Makhmara, and Nguyen (2017) for evolutionary algorithms, is based on the power-law assumption of mutation rate distribution. Here we generalize the power-law assumption using a regularly varying constraint on the distribution function of mutation rate. In this setting, we generalize the upper bounds on the expected optimization time of the $(1+(λ,λ))$ genetic algorithm obtained by Antipov, Buzdalov and Doerr (2022) for the OneMax function class parametrized by the problem dimension $n$. In particular, it is shown that, on this function class, the sufficient conditions of Antipov, Buzdalov and Doerr (2022) on the heavy-tailed mutation, ensuring the $O(n)$ optimization time in expectation, may be generalized as well. This optimization time is known to be asymptotically smaller than what can be achieved by the $(1+(λ,λ))$ genetic algorithm with any static mutation rate. A new version of the heavy-tailed mutation operator is proposed, satisfying the generalized conditions, and promising results of computational experiments are presented.

📄 PDF Abstract BibTeX arXiv:2604.00502

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Fast Genetic Algorithms

2017-03-09 · Benjamin Doerr, Huu Phuoc Le, Régis Makhmara, Ta Duy Nguyen

For genetic algorithms using a bit-string representation of length~$n$, the general recommendation is to take $1/n$ as mutation rate. In this work, we discuss whether this is really justified for multimodal functions. Ta…

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

Controlling the Mutation in Large Language Models for the Efficient Evolution of Algorithms

2024-12-04 · Haoran Yin, Anna V. Kononova, Thomas Bäck, Niki van Stein

The integration of Large Language Models (LLMs) with evolutionary computation (EC) has introduced a promising paradigm for automating the design of metaheuristic algorithms. However, existing frameworks, such as the Larg…

Language ModelingLanguage ModellingLarge Language Model

Theoretical Analyses of Multiobjective Evolutionary Algorithms on Multimodal Objectives

2020-12-14 · Weijie Zheng, Benjamin Doerr

The theoretical understanding of MOEAs is lagging far behind their success in practice. In particular, previous theory work considers mostly easy problems that are composed of unimodal objectives. As a first step towards…

2kEvolutionary AlgorithmsMultiobjective Optimization

Optimal Static Mutation Strength Distributions for the $(1+λ)$ Evolutionary Algorithm on OneMax

2021-02-09 · Maxim Buzdalov, Carola Doerr

Most evolutionary algorithms have parameters, which allow a great flexibility in controlling their behavior and adapting them to new problems. To achieve the best performance, it is often needed to control some of the pa…

Evolutionary Algorithms