paper-with-me

Papers

Population Diversity Leads to Short Running Times of Lexicase Selection

2022-04-13 · Thomas Helmuth, Johannes Lengler, William La Cava

In this paper we investigate why the running time of lexicase parent selection is empirically much lower than its worst-case bound of O(N*C). We define a measure of population diversity and prove that high diversity leads to low running times O(N + C) of lexicase selection. We then show empirically that genetic programming populations evolved under lexicase selection are diverse for several program synthesis problems, and explore the resulting differences in running time bounds.

📄 PDF Abstract BibTeX arXiv:2204.06461

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityProgram Synthesis

Similar Papers 제목 키워드 기반

Average Drift Analysis and Population Scalability

2013-08-14 · Jun He, Xin Yao

This paper aims to study how the population size affects the computation time of evolutionary algorithms in a rigorous way. The computation time of an evolutionary algorithm can be measured by either the expected number …

Evolutionary Algorithms

How Population Diversity Influences the Efficiency of Crossover

2024-04-18 · Sacha Cerf, Johannes Lengler

Our theoretical understanding of crossover is limited by our ability to analyze how population diversity evolves. In this study, we provide one of the first rigorous analyses of population diversity and optimization time…

Diversity

Was Tournament Selection All We Ever Needed? A Critical Reflection on Lexicase Selection

2025-02-25 · Alina Geiger, Martin Briesch, Dominik Sobania, Franz Rothlauf

The success of lexicase selection has led to various extensions, including its combination with down-sampling, which further increased performance. However, recent work found that down-sampling also leads to significant …

AllSymbolic Regression

Escaping Local Optima using Crossover with Emergent or Reinforced Diversity

2016-08-10 · Duc-Cuong Dang, Tobias Friedrich, Timo Kötzing, Martin S. Krejca 외

Population diversity is essential for avoiding premature convergence in Genetic Algorithms (GAs) and for the effective use of crossover. Yet the dynamics of how diversity emerges in populations are not well understood. W…

Diversity

A Decomposition-Based Many-Objective Evolutionary Algorithm with Local Iterative Update

2018-06-27 · Yingyu Zhang, Bing Zeng

Existing studies have shown that the conventional multi-objective evolutionary algorithms (MOEAs) based on decomposition may lose the population diversity when solving some many-objective optimization problems. In this p…

DiversityEvolutionary Algorithms