paper-with-me

Papers

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 rates that are favored in subsequent steps. Rates expire when their number of unsuccessful trials has exceeded a threshold, while rates currently not present in the archive can enter it in two ways: (i) via user-defined minimum selection probabilities for rates combined with a successful step or (ii) via a stagnation detection mechanism increasing the value for a promising rate after the current bit-flip neighborhood has been explored with high probability. For the minimum selection probabilities, we suggest different options, including heavy-tailed distributions. We conduct rigorous runtime analysis of the flexible evolutionary algorithm on the OneMax and Jump functions, on general unimodal functions, on minimum spanning trees, and on a class of hurdle-like functions with varying hurdle width that benefit particularly from the archive of promising mutation rates. In all cases, the runtime bounds are close to or even outperform the best known results for both stagnation detection and heavy-tailed mutations.

📄 PDF Abstract BibTeX arXiv:2404.04015

Code (0)

등록된 구현이 없습니다.

Tasks

Evolutionary Algorithms

Methods 이 논문이 사용한 방법론

FLIP https://developer.nvidia.com/blog/flip-a-difference-evaluator-for-alternating-images/

Similar Papers 제목 키워드 기반

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

The (1+$λ$) Evolutionary Algorithm with Self-Adjusting Mutation Rate

2017-04-07 · Benjamin Doerr, Christian Gießen, Carsten Witt, Jing Yang

We propose a new way to self-adjust the mutation rate in population-based evolutionary algorithms in discrete search spaces. Roughly speaking, it consists of creating half the offspring with a mutation rate that is twice…

Evolutionary Algorithms

An information-theoretic evolutionary algorithm

2023-04-12 · Arnaud Berny

We propose a novel evolutionary algorithm on bit vectors which derives from the principles of information theory. The information-theoretic evolutionary algorithm (it-EA) iteratively updates a search distribution with tw…

Mutational paths with sequence-based models of proteins: from sampling to mean-field characterisation

2022-04-22 · Eugenio Mauri, Simona Cocco, Rémi Monasson

Identifying and characterizing mutational paths is an important issue in evolutionary biology and in bioengineering. We here introduce a generic description of mutational paths in terms of the goodness of sequences and o…

Evolutionary Image Composition Using Feature Covariance Matrices

2017-03-10 · Aneta Neumann, Zygmunt L. Szpak, Wojciech Chojnacki, Frank Neumann

Evolutionary algorithms have recently been used to create a wide range of artistic work. In this paper, we propose a new approach for the composition of new images from existing ones, that retain some salient features of…

Evolutionary Algorithms