paper-with-me

Papers

The Benefit of Sex in Noisy Evolutionary Search

2015-02-10 · Tobias Friedrich, Timo Kötzing, Martin Krejca, Andrew M. Sutton

The benefit of sexual recombination is one of the most fundamental questions both in population genetics and evolutionary computation. It is widely believed that recombination helps solving difficult optimization problems. We present the first result, which rigorously proves that it is beneficial to use sexual recombination in an uncertain environment with a noisy fitness function. For this, we model sexual recombination with a simple estimation of distribution algorithm called the Compact Genetic Algorithm (cGA), which we compare with the classical $\mu+1$ EA. For a simple noisy fitness function with additive Gaussian posterior noise $\mathcal{N}(0,\sigma^2)$, we prove that the mutation-only $\mu+1$ EA typically cannot handle noise in polynomial time for $\sigma^2$ large enough while the cGA runs in polynomial time as long as the population size is not too small. This shows that in this uncertain environment sexual recombination is provably beneficial. We observe the same behavior in a small empirical study.

📄 PDF Abstract BibTeX arXiv:1502.02793

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The Benefits of Population Diversity in Evolutionary Algorithms: A Survey of Rigorous Runtime Analyses

2018-01-30 · Dirk Sudholt

Population diversity is crucial in evolutionary algorithms to enable global exploration and to avoid poor performance due to premature convergence. This book chapter reviews runtime analyses that have shown benefits of p…

DiversityEvolutionary AlgorithmsMultiobjective Optimization

Towards Diverse Scientific Hypothesis Search with Large Language Models

2026-06-09 · Haorui Wang, Parshin Shojaee, Kazem Meidani, Kunyang Sun 외 arxiv

Large language models (LLMs) are on the rise for accelerating scientific discovery, most recently in advanced tasks such as generating valid scientific hypotheses. Yet in many discovery settings, the goal is not to ident…

Evolutionary Algorithms for Solving Unconstrained, Constrained and Multi-objective Noisy Combinatorial Optimisation Problems

2021-10-05 · Aishwaryaprajna, Jonathan E. Rowe

We present an empirical study of a range of evolutionary algorithms applied to various noisy combinatorial optimisation problems. There are three sets of experiments. The first looks at several toy problems, such as OneM…

Evolutionary Algorithms

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

Evolutionary AlgorithmsMathematical Proofs

Self Organizing Classifiers: First Steps in Structured Evolutionary Machine Learning

2018-11-20 · Danilo Vasconcellos Vargas, Hirotaka Takano, Junichi Murata

Learning classifier systems (LCSs) are evolutionary machine learning algorithms, flexible enough to be applied to reinforcement, supervised and unsupervised learning problems with good performance. Recently, self organiz…

BIG-bench Machine Learning