paper-with-me

Papers

Evolving Evolutionary Algorithms with Patterns

2021-10-10 · Mihai Oltean

A new model for evolving Evolutionary Algorithms (EAs) is proposed in this paper. The model is based on the Multi Expression Programming (MEP) technique. Each MEP chromosome encodes an evolutionary pattern that is repeatedly used for generating the individuals of a new generation. The evolved pattern is embedded into a standard evolutionary scheme that is used for solving a particular problem. Several evolutionary algorithms for function optimization are evolved by using the considered model. The evolved evolutionary algorithms are compared with a human-designed Genetic Algorithm. Numerical experiments show that the evolved evolutionary algorithms can compete with standard approaches for several well-known benchmarking problems.

📄 PDF Abstract BibTeX arXiv:2110.05951

Code (1)

mihaioltean/evolve-algorithms 공식 구현

Tasks

BenchmarkingEvolutionary Algorithms

Similar Papers 제목 키워드 기반

Evolving Evolutionary Algorithms using Linear Genetic Programming

2021-08-21 · Mihai Oltean

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 …

BenchmarkingEvolutionary AlgorithmsTraveling Salesman Problem

Quality and Diversity in Evolutionary Modular Robotics

2020-08-05 · Jørgen Nordmoen, Frank Veenstra, Kai Olav Ellefsen, Kyrre Glette

In Evolutionary Robotics a population of solutions is evolved to optimize robots that solve a given task. However, in traditional Evolutionary Algorithms, the population of solutions tends to converge to local optima whe…

DiversityEvolutionary Algorithms

Evolving Evolutionary Algorithms using Multi Expression Programming

2021-08-22 · Mihai Oltean, Crina Groşan

Finding the optimal parameter setting (i.e. the optimal population size, the optimal mutation probability, the optimal evolutionary model etc) for an Evolutionary Algorithm (EA) is a difficult task. Instead of evolving o…

Evolutionary Algorithms

Evolving Antennas for Ultra-High Energy Neutrino Detection

2020-05-15 · Julie Rolla, Amy Connolly, Kai Staats, Stephanie Wissel 외

Evolutionary algorithms borrow from biology the concepts of mutation and selection in order to evolve optimized solutions to known problems. The GENETIS collaboration is developing genetic algorithms for designing antenn…

Evolutionary AlgorithmsSensitivityVocal Bursts Intensity Prediction

Evolutionary Automata and Deep Evolutionary Computation

2024-11-22 · Eugene Eberbach

Evolution by natural selection, which is one of the most compelling themes of modern science, brought forth evolutionary algorithms and evolutionary computation, applying mechanisms of evolution in nature to various prob…

Evolutionary Algorithms