中文
相关论文

相关论文: Population Diversity Leads to Short Running Times …

200 篇论文

Lexicase selection is a parent selection method that considers training cases individually, rather than in aggregate, when performing parent selection. Whereas previous work has demonstrated the ability of lexicase selection to solve…

神经与进化计算 · 计算机科学 2018-05-01 William La Cava , Thomas Helmuth , Lee Spector , Jason H. Moore

In genetic programming, an evolutionary method for producing computer programs that solve specified computational problems, parent selection is ordinarily based on aggregate measures of performance across an entire training set. Lexicase…

神经与进化计算 · 计算机科学 2021-06-14 Thomas Helmuth , Lee Spector

Lexicase selection is a successful parent selection method in genetic programming that has outperformed other methods across multiple benchmark suites. Unlike other selection methods that require explicit parameters to function, such as…

神经与进化计算 · 计算机科学 2024-07-23 Jose Guadalupe Hernandez , Anil Kumar Saini , Jason H. Moore

Lexicase selection and novelty search, two parent selection methods used in evolutionary computation, emphasize exploring widely in the search space more than traditional methods such as tournament selection. However, lexicase selection is…

神经与进化计算 · 计算机科学 2019-07-04 Lia Jundt , Thomas Helmuth

Down-sampling training data has long been shown to improve the generalization performance of a wide range of machine learning systems. Recently, down-sampling has proved effective in genetic programming (GP) runs that utilize the lexicase…

神经与进化计算 · 计算机科学 2022-06-01 Ryan Boldi , Thomas Helmuth , Lee Spector

Lexicase selection is a widely used parent selection algorithm in genetic programming, known for its success in various task domains such as program synthesis, symbolic regression, and machine learning. Due to its non-parametric and…

神经与进化计算 · 计算机科学 2023-05-22 Li Ding , Edward Pantridge , Lee Spector

Lexicase parent selection filters the population by considering one random training case at a time, eliminating any individuals with errors for the current case that are worse than the best error in the selection pool, until a single…

神经与进化计算 · 计算机科学 2020-01-03 Thomas Helmuth , Edward Pantridge , Lee Spector

The lexicase parent selection method selects parents by considering performance on individual data points in random order instead of using a fitness function based on an aggregated data accuracy. While the method has demonstrated promise in…

神经与进化计算 · 计算机科学 2019-07-11 Sneha Aenugu , Lee Spector

Epsilon-lexicase selection is a parent selection method in genetic programming that has been successfully applied to symbolic regression problems. Recently, the combination of random subsampling with lexicase selection significantly…

神经与进化计算 · 计算机科学 2023-02-10 Alina Geiger , Dominik Sobania , Franz Rothlauf

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 in a setting where…

神经与进化计算 · 计算机科学 2024-04-19 Sacha Cerf , Johannes Lengler

Parent selection algorithms (selection schemes) steer populations through a problem's search space, often trading off between exploitation and exploration. Understanding how selection schemes affect exploitation and exploration within a…

神经与进化计算 · 计算机科学 2021-07-28 Jose Guadalupe Hernandez , Alexander Lalejini , Charles Ofria

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 improvements in the…

神经与进化计算 · 计算机科学 2025-02-26 Alina Geiger , Martin Briesch , Dominik Sobania , Franz Rothlauf

Calculating the probability of an individual solution being selected under lexicase selection is an important problem in attempts to develop a deeper theoretical understanding of lexicase selection, a state-of-the art parent selection…

神经与进化计算 · 计算机科学 2023-04-25 Emily Dolson

Genetic Programming (GP) often uses large training sets and requires all individuals to be evaluated on all training cases during selection. Random down-sampled lexicase selection evaluates individuals on only a random subset of the…

神经与进化计算 · 计算机科学 2024-02-23 Ryan Boldi , Martin Briesch , Dominik Sobania , Alexander Lalejini , Thomas Helmuth , Franz Rothlauf , Charles Ofria , Lee Spector

Recommender systems influence almost every aspect of our digital lives. Unfortunately, in striving to give us what we want, they end up restricting our open-mindedness. Current recommender systems promote echo chambers, where people only…

Genetic programming systems often use large training sets to evaluate the quality of candidate solutions for selection, which is often computationally expensive. Down-sampling training sets has long been used to decrease the computational…

神经与进化计算 · 计算机科学 2024-08-02 Ryan Boldi , Ashley Bao , Martin Briesch , Thomas Helmuth , Dominik Sobania , Lee Spector , Alexander Lalejini

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 population diversity,…

神经与进化计算 · 计算机科学 2018-01-31 Dirk Sudholt

Lexicase selection is a parent selection method that considers test cases separately, rather than in aggregate, when performing parent selection. It performs well in discrete error spaces but not on the continuous-valued problems that…

神经与进化计算 · 计算机科学 2019-06-03 William La Cava , Lee Spector , Kourosh Danai

The JUMP$_k$ benchmark was the first problem for which crossover was proven to give a speed-up over mutation-only evolutionary algorithms. Jansen and Wegener (2002) proved an upper bound of $O(\text{poly}(n) + 4^k/p_c)$ for the ($\mu$+1)…

神经与进化计算 · 计算机科学 2025-04-22 Andre Opris , Johannes Lengler , Dirk Sudholt

Lexicase selection has been shown to provide advantages over other selection algorithms in several areas of evolutionary computation and machine learning. In its standard form, lexicase selection filters a population or other collection…

神经与进化计算 · 计算机科学 2024-02-12 Andrew Ni , Li Ding , Lee Spector
‹ 上一页 1 2 3 10 下一页 ›