paper-with-me

홈 › Papers

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 to multi-valued objective functions that in each dimension only distinguish between two types, also called categories, of values and hence can be treated with similar methods as pseudo-Boolean problems. Only recently, Adak and Witt (GECCO 2025) have presented a first runtime analysis of a multi-valued compact genetic algorithm (cGA) on the multi-valued OneMax function G-OneMax$\colon \{0,\dots,r-1\}^n \to \mathbf{N}$ defined by G-OneMax$(x_1,\dots,x_n)=\sum_{i=1}^n {x}_i$ and truly depending on all $r$ categories. We improve their runtime result from $\textrm{O}\bigl(n r^3 \log^2( n)\log (r)\bigr)$ to $\textrm{O}\bigl(n r \log^3(n)\log^3(r)\bigr)$, both for an optimal choice of the update strength $K$. Our result matches, up to polylogarithmic factors, the existing bound for the simpler $r$-valued OneMax function depending essentially only on two values and analyzed in several previous works. To show the new bound, we use improved drift theorems for processes with high self-loop probabilities and specifically derived concentration inequalities to analyze how probability mass in the multi-valued cGA moves into successively smaller and smaller intervals of the $r$-valued frequency matrix.

📄 PDF Abstract BibTeX arXiv:2605.29477

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Tail Bounds on the Runtime of Categorical Compact Genetic Algorithm

2024-07-10 · Ryoki Hamano, Kento Uchida, Shinichi Shirakawa, Daiki Morinaga 외

The majority of theoretical analyses of evolutionary algorithms in the discrete domain focus on binary optimization algorithms, even though black-box optimization on the categorical domain has a lot of practical applicat…

Evolutionary Algorithms

Runtime Analysis of a Multi-Valued Compact Genetic Algorithm on Generalized OneMax

2024-04-17 · Sumit Adak, Carsten Witt

A class of metaheuristic techniques called estimation-of-distribution algorithms (EDAs) are employed in optimization as more sophisticated substitutes for traditional strategies like evolutionary algorithms. EDAs general…

Evolutionary Algorithms

Runtime Analysis of the Compact Genetic Algorithm on the LeadingOnes Benchmark

2025-01-27 · Marcel Chwiałkowski, Benjamin Doerr, Martin S. Krejca

The compact genetic algorithm (cGA) is one of the simplest estimation-of-distribution algorithms (EDAs). Next to the univariate marginal distribution algorithm (UMDA) -- another simple EDA -- , the cGA has been subject t…

From Understanding Genetic Drift to a Smart-Restart Parameter-less Compact Genetic Algorithm

2020-04-15 · Benjamin Doerr, Weijie Zheng

One of the key difficulties in using estimation-of-distribution algorithms is choosing the population size(s) appropriately: Too small values lead to genetic drift, which can cause enormous difficulties. In the regime wi…

A Runtime Analysis of the Multi-Valued Compact Genetic Algorithm on Generalized LeadingOnes

2025-01-16 · Sumit Adak, Carsten Witt

In the literature on runtime analyses of estimation of distribution algorithms (EDAs), researchers have recently explored univariate EDAs for multi-valued decision variables. Particularly, Jedidia et al. gave the first r…