paper-with-me

Papers

Diversity-Preserving Exploitation of Crossover

2025-07-02 · Johannes Lengler, Tom Offermann arxiv

Crossover is a powerful mechanism for generating new solutions from a given population of solutions. Crossover comes with a discrepancy in itself: on the one hand, crossover usually works best if there is enough diversity in the population; on the other hand, exploiting the benefits of crossover reduces diversity. This antagonism often makes crossover reduce its own effectiveness. We introduce a new paradigm for utilizing crossover that reduces this antagonism, which we call diversity-preserving exploitation of crossover (DiPEC). The resulting Diversity Exploitation Genetic Algorithm (DEGA) is able to still exploit the benefits of crossover, but preserves a much higher diversity than conventional approaches. We demonstrate the benefits by proving that the (2+1)-DEGA finds the optimum of LeadingOnes with $O(n^{5/3}\log^{2/3} n)$ fitness evaluations. This is remarkable since standard genetic algorithms need $Θ(n^2)$ evaluations, and among genetic algorithms only some artificial and specifically tailored algorithms were known to break this runtime barrier. We confirm the theoretical results by simulations. Finally, we show that the approach is not overfitted to Leadingones by testing it empirically on other benchmarks and showing that it is also competitive in other settings. We believe that our findings justify further systematic investigations of the DiPEC paradigm.

📄 PDF Abstract BibTeX arXiv:2507.01524

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Diffusion Crossover: Defining Evolutionary Recombination in Diffusion Models via Noise Sequence Interpolation

2026-04-16 · Chisato Kumada, Satoru Hiwa, Tomoyuki Hiroyasu arxiv

Interactive Evolutionary Computation (IEC) provides a powerful framework for optimizing subjective criteria such as human preferences and aesthetics, yet it suffers from a fundamental limitation: in high-dimensional gene…

Parent Selection Mechanisms in Elitist Crossover-Based Algorithms

2026-04-05 · Andre Opris, Denis Antipov arxiv

Parent selection methods are widely used in evolutionary computation to accelerate the optimization process, yet their theoretical benefits are still poorly understood. In this paper, we address this gap by proposing a p…

A Novel Hybrid Crossover based Artificial Bee Colony Algorithm for Optimization Problem

2014-07-21 · Sandeep Kumar, Vivek Kumar Sharma, Rajani Kumari

Artificial bee colony (ABC) algorithm has proved its importance in solving a number of problems including engineering optimization problems. ABC algorithm is one of the most popular and youngest member of the family of p…

Modified Soft Brood Crossover in Genetic Programming

2013-04-12 · Hardik M. Parekh, Vipul K. Dabhi

Premature convergence is one of the important issues while using Genetic Programming for data modeling. It can be avoided by improving population diversity. Intelligent genetic operators can help to improve the populatio…

DiversityregressionSymbolic Regression

Analysing Equilibrium States for Population Diversity

2023-04-19 · Johannes Lengler, Andre Opris, Dirk Sudholt

Population diversity is crucial in evolutionary algorithms as it helps with global exploration and facilitates the use of crossover. Despite many runtime analyses showing advantages of population diversity, we have no cl…

DiversityEvolutionary Algorithms