NEApr 7, 2017

The (1+$λ$) Evolutionary Algorithm with Self-Adjusting Mutation Rate

arXiv:1704.02191v378 citations
Originality Incremental advance
AI Analysis

This work addresses parameter tuning in evolutionary computation, offering a simpler, parameter-free method for dynamic adjustment, though it is incremental as it builds on existing algorithms and focuses on a specific test function.

The paper tackles the problem of optimizing mutation rates in evolutionary algorithms by proposing a self-adjusting mechanism that dynamically updates the rate based on offspring performance, achieving an expected optimization time of O(nλ/logλ + n log n) on the OneMax function, which is asymptotically better than the classic approach.

We propose a new way to self-adjust the mutation rate in population-based evolutionary algorithms in discrete search spaces. Roughly speaking, it consists of creating half the offspring with a mutation rate that is twice the current mutation rate and the other half with half the current rate. The mutation rate is then updated to the rate used in that subpopulation which contains the best offspring. We analyze how the $(1+λ)$ evolutionary algorithm with this self-adjusting mutation rate optimizes the OneMax test function. We prove that this dynamic version of the $(1+λ)$ EA finds the optimum in an expected optimization time (number of fitness evaluations) of $O(nλ/\logλ+n\log n)$. This time is asymptotically smaller than the optimization time of the classic $(1+λ)$ EA. Previous work shows that this performance is best-possible among all $λ$-parallel mutation-based unbiased black-box algorithms. This result shows that the new way of adjusting the mutation rate can find optimal dynamic parameter values on the fly. Since our adjustment mechanism is simpler than the ones previously used for adjusting the mutation rate and does not have parameters itself, we are optimistic that it will find other applications.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes