The $(1+(\lambda,\lambda))$ Genetic Algorithm for Permutations
Abstract
The genetic algorithm is a bright example of an evolutionary algorithm which was developed based on the insights from theoretical findings. This algorithm uses crossover, and it was shown to asymptotically outperform all mutation-based evolutionary algorithms even on simple problems like OneMax. Subsequently it was studied on a number of other problems, but all of these were pseudo-Boolean. We aim at improving this situation by proposing an adaptation of the genetic algorithm to permutation-based problems. Such an adaptation is required, because permutations are noticeably different from bit strings in some key aspects, such as the number of possible mutations and their mutual dependence. We also present the first runtime analysis of this algorithm on a permutation-based problem called Ham whose properties resemble those of OneMax. On this problem, where the simple mutation-based algorithms have the running time of for problem size , the genetic algorithm finds the optimum in fitness queries. We augment this analysis with experiments, which show that this algorithm is also fast in practice.
Keywords
Cite
@article{arxiv.2004.08664,
title = {The $(1+(\lambda,\lambda))$ Genetic Algorithm for Permutations},
author = {Anton Bassin and Maxim Buzdalov},
journal= {arXiv preprint arXiv:2004.08664},
year = {2020}
}
Comments
This contribution is a slightly extended version of the paper accepted to the GECCO 2020 workshop on permutation-based problems