paper-with-me

Papers

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 only the parameters of the algorithm we will evolve an entire EA capable of solving a particular problem. For this purpose the Multi Expression Programming (MEP) technique is used. Each MEP chromosome will encode multiple EAs. An nongenerational EA for function optimization is evolved in this paper. Numerical experiments show the effectiveness of this approach.

📄 PDF Abstract BibTeX arXiv:2109.13737

Code (1)

mihaioltean/evolve-algorithms 공식 구현

Tasks

Evolutionary Algorithms

Similar 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 repeat…

BenchmarkingEvolutionary Algorithms

Evolving winning strategies for Nim-like games

2021-08-21 · Mihai Oltean

An evolutionary approach for computing the winning strategy for Nim-like games is proposed in this paper. The winning strategy is computed by using the Multi Expression Programming (MEP) technique - a fast and efficient …

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

Evolving TSP heuristics using Multi Expression Programming

2015-09-08 · Mihai Oltean, D. Dumitrescu

Multi Expression Programming (MEP) is an evolutionary technique that may be used for solving computationally difficult problems. MEP uses a linear solution representation. Each MEP individual is a string encoding complex…

Traveling Salesman Problem

Interaction-Transformation Evolutionary Algorithm for Symbolic Regression

2019-02-11 · Fabricio Olivetti de Franca, Guilherme Seidyo Imai Aldeia

The Interaction-Transformation (IT) is a new representation for Symbolic Regression that restricts the search space into simpler, but expressive, function forms. This representation has the advantage of creating a smooth…

regressionSymbolic Regression