The Right Mutation Strength for Multi-Valued Decision Variables
Benjamin Doerr, Carola Doerr, Timo K\"otzing

TL;DR
This paper analyzes how different mutation strategies affect the runtime of evolutionary algorithms on multi-valued decision variables, showing that choosing mutation strength wisely significantly improves efficiency.
Contribution
It introduces and compares various mutation operators for multi-valued variables and derives their impact on algorithm runtime, including a new lower bounding multiplicative drift theorem.
Findings
Changing each position to a random different value yields runtime Θ(nr log n)
Increment/decrement mutations reduce runtime to Θ(nr + n log n)
Using a probabilistic mutation strength results in polylogarithmic dependence on r
Abstract
The most common representation in evolutionary computation are bit strings. This is ideal to model binary decision variables, but less useful for variables taking more values. With very little theoretical work existing on how to use evolutionary algorithms for such optimization problems, we study the run time of simple evolutionary algorithms on some OneMax-like functions defined over . More precisely, we regard a variety of problem classes requesting the component-wise minimization of the distance to an unknown target vector . For such problems we see a crucial difference in how we extend the standard-bit mutation operator to these multi-valued domains. While it is natural to select each position of the solution vector to be changed independently with probability , there are various ways to then change such a position. If we change…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAlgorithms and Data Compression · Evolutionary Algorithms and Applications · Metaheuristic Optimization Algorithms Research
