paper-with-me

Papers

Evolutionary Algorithms Are Significantly More Robust to Noise When They Ignore It

2024-08-31 · Denis Antipov, Benjamin Doerr

Randomized search heuristics (RSHs) are known to have a certain robustness to noise. Mathematical analyses trying to quantify rigorously how robust RSHs are to a noisy access to the objective function typically assume that each solution is re-evaluated whenever it is compared to others. This aims at preventing that a single noisy evaluation has a lasting negative effect, but is computationally expensive and requires the user to foresee that noise is present (as in a noise-free setting, one would never re-evaluate solutions). In this work, we conduct the first mathematical runtime analysis of an evolutionary algorithm solving a single-objective noisy problem without re-evaluations. We prove that the $(1+1)$ evolutionary algorithm without re-evaluations can optimize the classic LeadingOnes benchmark with up to constant noise rates, in sharp contrast to the version with re-evaluations, where only noise with rates $O(n^{-2} \log n)$ can be tolerated. This result suggests that re-evaluations are much less needed than what was previously thought, and that they actually can be highly detrimental. The insights from our mathematical proofs indicate that this similar results are plausible for other classic benchmarks.

📄 PDF Abstract BibTeX arXiv:2409.00306

Code (0)

등록된 구현이 없습니다.

Tasks

Evolutionary AlgorithmsMathematical Proofs

Similar Papers 제목 키워드 기반

Optimal-margin evolutionary classifier

2018-04-26 · Mohammad Reza Bonyadi, David C. Reutens

We introduce a novel approach for discriminative classification using evolutionary algorithms. We first propose an algorithm to optimize the total loss value using a modified 0-1 loss function in a one-dimensional space …

ClassificationEvolutionary AlgorithmsGeneral ClassificationMulti-class Classification

Already Moderate Population Sizes Provably Yield Strong Robustness to Noise

2024-04-02 · Denis Antipov, Benjamin Doerr, Alexandra Ivanova

Experience shows that typical evolutionary algorithms can cope well with stochastic disturbances such as noisy function evaluations. In this first mathematical runtime analysis of the $(1+\lambda)$ and $(1,\lambda)$ evol…

Evolutionary Algorithms

Runtime Analyses of Multi-Objective Evolutionary Algorithms in the Presence of Noise

2023-05-17 · Matthieu Dinot, Benjamin Doerr, Ulysse Hennebelle, Sebastian Will

In single-objective optimization, it is well known that evolutionary algorithms also without further adjustments can tolerate a certain amount of noise in the evaluation of the objective function. In contrast, this quest…

Evolutionary Algorithms

Rapidly Adaptable Legged Robots via Evolutionary Meta-Learning

2020-03-02 · Xingyou Song, Yuxiang Yang, Krzysztof Choromanski, Ken Caluwaerts 외

Learning adaptable policies is crucial for robots to operate autonomously in our complex and quickly changing world. In this work, we present a new meta-learning method that allows robots to quickly adapt to changes in d…

Meta-Learning

EVO-RL: Evolutionary-Driven Reinforcement Learning

2020-07-09 · Ahmed Hallawa, Thorsten Born, Anke Schmeink, Guido Dartmann 외

In this work, we propose a novel approach for reinforcement learning driven by evolutionary computation. Our algorithm, dubbed as Evolutionary-Driven Reinforcement Learning (evo-RL), embeds the reinforcement learning alg…

OpenAI Gymreinforcement-learningReinforcement LearningReinforcement Learning (RL)