paper-with-me

홈 › Papers

Maximizing Drift is Not Optimal for Solving OneMax

2019-04-16 · Nathan Buskulic, Carola Doerr

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.

📄 PDF Abstract BibTeX arXiv:1904.07818

Code (1)

NathanBuskulic/OneMaxOptimal 공식 구현

Similar Papers 제목 키워드 기반

Sharp Bounds on the Runtime of the (1+1) EA via Drift Analysis and Analytic Combinatorial Tools

2019-06-21 · Hsien-Kuei Hwang, Carsten Witt

The expected running time of the classical (1+1) EA on the OneMax benchmark function has recently been determined by Hwang et al. (2018) up to additive errors of $O((\log n)/n)$. The same approach proposed there also lea…

Faster Optimization Through Genetic Drift

2024-04-18 · Cella Florescu, Marc Kaufmann, Johannes Lengler, Ulysse Schaller

The compact Genetic Algorithm (cGA), parameterized by its hypothetical population size $K$, offers a low-memory alternative to evolving a large offspring population of solutions. It evolves a probability distribution, bi…

Runtime Analysis of a Compact Genetic Algorithm on a Truly Multi-valued OneMax Function

2026-05-28 · Martin S. Krejca, Carsten Witt arxiv

Recently, the runtime analysis of multi-valued estimation-of-distribution algorithms in the framework of Ben Jedidia et al. (TCS 2024) has made significant advancements. However, almost all existing analyses are limited …

A Variational Analysis Approach to Solving the Merton Problem

2020-03-18 · Ali Al-Aradi, Sebastian Jaimungal

We address the Merton problem of maximizing the expected utility of terminal wealth using techniques from variational analysis. Under a general continuous semimartingale market model with stochastic parameters, we obtain…

On the Robustness of Median Sampling in Noisy Evolutionary Optimization

2019-07-28 · Chao Bian, Chao Qian, Yang Yu, Ke Tang

Evolutionary algorithms (EAs) are a sort of nature-inspired metaheuristics, which have wide applications in various practical optimization problems. In these problems, objective evaluations are usually inaccurate, becaus…

Evolutionary Algorithms