paper-with-me

Papers

Self-Adjusting Evolutionary Algorithms for Multimodal Optimization

2020-04-07 · Amirhossein Rajabi, Carsten Witt

Recent theoretical research has shown that self-adjusting and self-adaptive mechanisms can provably outperform static settings in evolutionary algorithms for binary search spaces. However, the vast majority of these studies focuses on unimodal functions which do not require the algorithm to flip several bits simultaneously to make progress. In fact, existing self-adjusting algorithms are not designed to detect local optima and do not have any obvious benefit to cross large Hamming gaps. We suggest a mechanism called stagnation detection that can be added as a module to existing evolutionary algorithms (both with and without prior self-adjusting algorithms). Added to a simple (1+1) EA, we prove an expected runtime on the well-known Jump benchmark that corresponds to an asymptotically optimal parameter setting and outperforms other mechanisms for multimodal optimization like heavy-tailed mutation. We also investigate the module in the context of a self-adjusting (1+$\lambda$) EA and show that it combines the previous benefits of this algorithm on unimodal problems with more efficient multimodal optimization. To explore the limitations of the approach, we additionally present an example where both self-adjusting mechanisms, including stagnation detection, do not help to find a beneficial setting of the mutation rate. Finally, we investigate our module for stagnation detection experimentally.

📄 PDF Abstract BibTeX arXiv:2004.03266

Code (1)

DTUComputeTONIA/StagnationDetection 공식 구현

Tasks

Evolutionary Algorithms

Similar Papers 제목 키워드 기반

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

Self-Adjusting Evolutionary Algorithms Are Slow on Multimodal Landscapes

2024-04-18 · Johannes Lengler, Konstantin Sturm

The one-fifth rule and its generalizations are a classical parameter control mechanism in discrete domains. They have also been transferred to control the offspring population size of the $(1, \lambda)$-EA. This has been…

Evolutionary Algorithms

Hard Problems are Easier for Success-based Parameter Control

2022-04-12 · Mario Alejandro Hevia Fajardo, Dirk Sudholt

Recent works showed that simple success-based rules for self-adjusting parameters in evolutionary algorithms (EAs) can match or outperform the best fixed parameters on discrete problems. Non-elitism in a (1,$\lambda$) EA…

Evolutionary Algorithms

Offspring Population Size Matters when Comparing Evolutionary Algorithms with Self-Adjusting Mutation Rates

2019-04-17 · Anna Rodionova, Kirill Antonov, Arina Buzdalova, Carola Doerr

We analyze the performance of the 2-rate $(1+\lambda)$ Evolutionary Algorithm (EA) with self-adjusting mutation rate control, its 3-rate counterpart, and a $(1+\lambda)$~EA variant using multiplicative update rules on th…

Evolutionary Algorithms

Evolutionary Algorithms with Self-adjusting Asymmetric Mutation

2020-06-16 · Amirhossein Rajabi, Carsten Witt

Evolutionary Algorithms (EAs) and other randomized search heuristics are often considered as unbiased algorithms that are invariant with respect to different transformations of the underlying search space. However, if a …

Evolutionary Algorithms