Maximizing Drift is Not Optimal for Solving OneMax
This work addresses a theoretical gap in evolutionary algorithms by challenging an assumed optimality in elitist unary unbiased search, with implications for algorithm design in optimization.
The paper proves that maximizing drift is not optimal for solving the OneMax problem, showing that optimal mutation strengths for RLS and (1+1) EA variants are larger than drift-maximizing ones for most fitness levels between n/2 and 2n/3.
It may seem very intuitive that for the maximization of the OneMax problem $\OM(x):=\sum_{i=1}^n{x_i}$ the best that an elitist unary unbiased search algorithm can do is to store a best so far solution, and to modify it with the operator that yields the best possible expected progress in function value. This assumption has been implicitly used in several empirical works. In [Doerr, Doerr, Yang: Optimal parameter choices via precise black-box analysis, TCS, 2020] it was formally proven that this approach is indeed almost optimal. In this work we prove that drift maximization is not optimal. More precisely, we show that for most fitness levels between $n/2$ and $2n/3$ the optimal mutation strengths are larger than the drift-maximizing ones. This implies that the optimal RLS is more risk-affine than the variant maximizing the step-wise expected progress. We show similar results for the mutation rates of the classic (1+1) Evolutionary Algorithm (EA) and its resampling variant, the (1+1) EA$_{>0}$. As a result of independent interest we show that the optimal mutation strengths, unlike the drift-maximizing ones, can be even.