中文
相关论文

相关论文: Revisiting Evolutionary Algorithms with On-the-Fly…

200 篇论文

This paper investigates the influence of genotype size on evolutionary algorithms' performance. We consider genotype compression (where genotype is smaller than phenotype) and expansion (genotype is larger than phenotype) and define…

神经与进化计算 · 计算机科学 2021-05-26 Lucija Planinic , Marko Djurasevic , Luca Mariot , Domagoj Jakobovic , Stjepan Picek , Carlos Coello Coello

Artificial life models, swarm intelligent and evolutionary computation algorithms are usually built on fixed size populations. Some studies indicate however that varying the population size can increase the adaptability of these systems and…

多智能体系统 · 计算机科学 2007-05-23 Carlos Fernandes , Vitorino Ramos , Agostinho C. Rosa

Learning ensembles by bagging can substantially improve the generalization performance of low-bias, high-variance estimators, including those evolved by Genetic Programming (GP). To be efficient, modern GP algorithms for evolving (bagging)…

神经与进化计算 · 计算机科学 2021-02-08 Marco Virgolin

Differential evolution (DE) has competitive performance on constrained optimization problems (COPs), which targets at searching for global optimal solution without violating the constraints. Generally, researchers pay more attention on…

神经与进化计算 · 计算机科学 2018-05-14 Yuan Fu , Hu Wang , Meng-Zhu Yang

Evolutionary algorithms (EAs) are population-based general-purpose optimization algorithms, and have been successfully applied in various real-world optimization tasks. However, previous theoretical studies often employ EAs with only a…

神经与进化计算 · 计算机科学 2016-06-13 Chao Qian , Yang Yu , Zhi-Hua Zhou

The compact Genetic Algorithm (cGA) is an Estimation of Distribution Algorithm that generates offspring population according to the estimated probabilistic model of the parent population instead of using traditional recombination and…

神经与进化计算 · 计算机科学 2009-01-07 Reza Rastegar , Arash Hariri

This paper explores an idealized dynamic population sizing strategy for solving additive decomposable problems of uniform scale. The method is designed on top of the foundations of existing population sizing theory for this class of…

神经与进化计算 · 计算机科学 2011-04-15 Fernando G. Lobo

Memetic Algorithms are known to be a powerful technique in solving hard optimization problems. To design a memetic algorithm one needs to make a host of decisions; selecting a population size is one of the most important among them. Most…

数据结构与算法 · 计算机科学 2015-03-13 Daniel Karapetyan , Gregory Gutin

Evolution occurs in populations of reproducing individuals. It is well known that population structure can affect evolutionary dynamics. Traditionally, natural selection is studied between mutants that differ in reproductive rate, but are…

种群与进化 · 定量生物学 2021-11-23 Josef Tkadlec , Kamran Kaveh , Krishnendu Chatterjee , Martin A. Nowak

The compact genetic algorithm (cGA) is an non-elitist estimation of distribution algorithm which has shown to be able to deal with difficult multimodal fitness landscapes that are hard to solve by elitist algorithms. In this paper, we…

神经与进化计算 · 计算机科学 2022-04-12 Frank Neumann , Dirk Sudholt , Carsten Witt

We consider a recent innovative theory by Chastain et al. on the role of sex in evolution [PNAS'14]. In short, the theory suggests that the evolutionary process of gene recombination implements the celebrated multiplicative weights updates…

机器学习 · 计算机科学 2015-02-19 Reshef Meir , David Parkes

Genetic algorithms are modeled after the biological evolutionary processes that use natural selection to select the best species to survive. They are heuristics based and low cost to compute. Genetic algorithms use selection, crossover, and…

神经与进化计算 · 计算机科学 2020-05-28 Mee Seong Im , Venkat R. Dasari

Population-based evolutionary algorithms are often considered when approaching computationally expensive black-box optimization problems. They employ a selection mechanism to choose the best solutions from a given population after comparing…

神经与进化计算 · 计算机科学 2024-01-30 Judith Echevarrieta , Etor Arza , Aritz Pérez

A genetic algorithm (GA) is a search-based optimization technique based on the principles of Genetics and Natural Selection. We present an algorithm which enhances the classical GA with input from quantum annealers. As in a classical GA,…

量子物理 · 物理学 2022-09-16 Steven Abel , Luca A. Nutricati , Michael Spannowsky

Recently, it has been proven that evolutionary algorithms produce good results for a wide range of combinatorial optimization problems. Some of the considered problems are tackled by evolutionary algorithms that use a representation which…

神经与进化计算 · 计算机科学 2013-01-18 Benjamin Doerr , Anton Eremeev , Frank Neumann , Madeleine Theile , Christian Thyssen

We study the $(1,\lambda)$-EA with mutation rate $c/n$ for $c\le 1$, where the population size is adaptively controlled with the $(1:s+1)$-success rule. Recently, Hevia Fajardo and Sudholt have shown that this setup with $c=1$ is efficient…

神经与进化计算 · 计算机科学 2023-07-13 Marc Kaufmann , Maxime Larcher , Johannes Lengler , Xun Zou

A new model for evolving Evolutionary Algorithms is proposed in this paper. The model is based on the Linear Genetic Programming (LGP) technique. Every LGP chromosome encodes an EA which is used for solving a particular problem. Several…

神经与进化计算 · 计算机科学 2021-09-28 Mihai Oltean

Optimal subset selection is an important task that has numerous algorithms designed for it and has many application areas. STPGA contains a special genetic algorithm supplemented with a tabu memory property (that keeps track of previously…

统计方法学 · 统计学 2017-02-28 Deniz Akdemir

Evolving one-dimensional cellular automata (CAs) with genetic algorithms has provided insight into how improved performance on a task requiring global coordination emerges when only local interactions are possible. Two approaches that can…

adap-org · 物理学 2007-05-23 Justin Werfel , Melanie Mitchell , James P. Crutchfield

Abbreviated Abstract: The objective of Evolutionary Computation is to solve practical problems (e.g. optimization, data mining) by simulating the mechanisms of natural evolution. This thesis addresses several topics related to adaptation…

神经与进化计算 · 计算机科学 2009-07-06 James M Whitacre