Abstract
Self-adjustment of parameters can significantly improve the performance of evolutionary algorithms. A notable example is the (1 + (λ, λ)) genetic algorithm, where the adaptation of the population size helps to achieve the linear runtime on the OneMax problem. However, on problems which interact badly with the self-adjustment procedure, its usage can lead to performance degradation compared to static parameter choices. In particular, the one fifth rule is able to raise the population size too fast on problems which are too far away from the perfect fitness-distance correlation.
We propose a modification of the one fifth rule in order to have less negative impact in scenarios when the original rule reduces the performance. Our modification, while still having a good performance on OneMax, both theoretically and in practice, also shows better results on linear functions with random weights and on random satisfiable MAX-SAT instances.
We propose a modification of the one fifth rule in order to have less negative impact in scenarios when the original rule reduces the performance. Our modification, while still having a good performance on OneMax, both theoretically and in practice, also shows better results on linear functions with random weights and on random satisfiable MAX-SAT instances.
Original language | English |
---|---|
Title of host publication | GECCO '19 |
Subtitle of host publication | Proceedings of the Genetic and Evolutionary Computation Conference Companion |
Editors | Manuel López-Ibáñez |
Publisher | Association for Computing Machinery |
Pages | 277-278 |
Number of pages | 2 |
ISBN (Print) | 978-1-4503-6748-6, 1450367488 |
DOIs | |
Publication status | Published - 13 Jul 2019 |
Externally published | Yes |
Event | GECCO 2019: The Genetic and Evolutionary Computation Conference - Prague, Czech Republic Duration: 13 Jul 2019 → 17 Jul 2019 https://gecco-2019.sigevo.org |
Conference
Conference | GECCO 2019: The Genetic and Evolutionary Computation Conference |
---|---|
Country/Territory | Czech Republic |
City | Prague |
Period | 13 Jul 2019 → 17 Jul 2019 |
Internet address |
Keywords
- (1 + (λ,λ)) ga
- linear functions
- max-sat
- parameter adaptation