Evolving Evolutionary Algorithms using Multi Expression Programming
2021-08-22Code Available0· sign in to hype
Mihai Oltean, Crina Groşan
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/mihaioltean/evolve-algorithmsOfficialnone★ 2
Abstract
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.