Evolutionary Algorithms Are Significantly More Robust to Noise When They Ignore It
Abstract
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⁻²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.
Cite
Text
Antipov and Doerr. "Evolutionary Algorithms Are Significantly More Robust to Noise When They Ignore It." International Joint Conference on Artificial Intelligence, 2025. doi:10.24963/IJCAI.2025/983Markdown
[Antipov and Doerr. "Evolutionary Algorithms Are Significantly More Robust to Noise When They Ignore It." International Joint Conference on Artificial Intelligence, 2025.](https://mlanthology.org/ijcai/2025/antipov2025ijcai-evolutionary/) doi:10.24963/IJCAI.2025/983BibTeX
@inproceedings{antipov2025ijcai-evolutionary,
title = {{Evolutionary Algorithms Are Significantly More Robust to Noise When They Ignore It}},
author = {Antipov, Denis and Doerr, Benjamin},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2025},
pages = {8842-8849},
doi = {10.24963/IJCAI.2025/983},
url = {https://mlanthology.org/ijcai/2025/antipov2025ijcai-evolutionary/}
}