# Maximizing Drift is Not Optimal for Solving OneMax

**Authors:** Nathan Buskulic, Carola Doerr

arXiv: 1904.07818 · 2021-01-18

## TL;DR

This paper demonstrates that for the OneMax problem, strategies that maximize expected progress at each step are not always optimal, especially at certain fitness levels, and that more risk-tolerant approaches can lead to better overall performance.

## Contribution

It proves that drift maximization is not always optimal for OneMax, revealing that more risk-tolerant mutation strategies can outperform drift-maximizing ones.

## Key findings

- Optimal mutation strengths are larger than drift-maximizing ones at certain fitness levels.
- Risk-tolerant strategies outperform expected progress maximization in some cases.
- Optimal mutation strengths can be even, unlike drift-maximizing strategies.

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.07818/full.md

## Figures

10 figures with captions in the complete paper: https://tomesphere.com/paper/1904.07818/full.md

## References

37 references — full list in the complete paper: https://tomesphere.com/paper/1904.07818/full.md

---
Source: https://tomesphere.com/paper/1904.07818