paper-with-me

홈 › Papers

Stagnation Detection Meets Fast Mutation

2022-01-28 · Benjamin Doerr, Amirhossein Rajabi

Two mechanisms have recently been proposed that can significantly speed up finding distant improving solutions via mutation, namely using a random mutation rate drawn from a heavy-tailed distribution ("fast mutation", Doerr et al. (2017)) and increasing the mutation strength based on stagnation detection (Rajabi and Witt (2020)). Whereas the latter can obtain the asymptotically best probability of finding a single desired solution in a given distance, the former is more robust and performs much better when many improving solutions in some distance exist. In this work, we propose a mutation strategy that combines ideas of both mechanisms. We show that it can also obtain the best possible probability of finding a single distant solution. However, when several improving solutions exist, it can outperform both the stagnation-detection approach and fast mutation. The new operator is more than an interleaving of the two previous mechanisms and it also outperforms any such interleaving.

📄 PDF Abstract BibTeX arXiv:2201.12158

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Stagnation Detection with Randomized Local Search

2021-01-28 · Amirhossein Rajabi, Carsten Witt

Recently a mechanism called stagnation detection was proposed that automatically adjusts the mutation rate of evolutionary algorithms when they encounter local optima. The so-called $SD-(1+1)EA$ introduced by Rajabi and …

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

Diversity Enhancement for Micro-Differential Evolution

2015-12-25 · Hojjat Salehinejad, Shahryar Rahnamayan, Hamid. R. Tizhoosh

The differential evolution (DE) algorithm suffers from high computational time due to slow nature of evaluation. In contrast, micro-DE (MDE) algorithms employ a very small population size, which can converge faster to a …

Diversity

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 stud…

Evolutionary Algorithms

ACD-DE: An adaptive cluster division Differential Evolution for mitigating population diversity deficiency

2024-06-26 · journal 2024 6 · Xin Lin

Differential Evolution (DE) is a simple but powerful population based evolutionary algorithm, which was widely used to solve various complex optimization problems. However, even recently proposed state-of-the-art DE vari…

Diversity