# Runtime Analysis of the Univariate Marginal Distribution Algorithm under   Low Selective Pressure and Prior Noise

**Authors:** Per Kristian Lehre, Phan Trung Hai Nguyen

arXiv: 1904.09239 · 2019-04-22

## TL;DR

This paper provides a detailed runtime analysis of the Univariate Marginal Distribution Algorithm on LeadingOnes, revealing how low selective pressure and prior noise affect its efficiency through theoretical bounds and empirical validation.

## Contribution

It offers the first lower bounds under low selective pressure and analyzes the algorithm's performance under prior noise, combining theoretical and empirical insights.

## Key findings

- High probability exponential runtime under low selective pressure
- Lower bound of (nrac{n\u00a0\u00a7rac{
",
- Expected runtime of (n^2) under prior noise with optimal parameters

## Abstract

We perform a rigorous runtime analysis for the Univariate Marginal Distribution Algorithm on the LeadingOnes function, a well-known benchmark function in the theory community of evolutionary computation with a high correlation between decision variables. For a problem instance of size $n$, the currently best known upper bound on the expected runtime is $\mathcal{O}(n\lambda\log\lambda+n^2)$ (Dang and Lehre, GECCO 2015), while a lower bound necessary to understand how the algorithm copes with variable dependencies is still missing. Motivated by this, we show that the algorithm requires a $e^{\Omega(\mu)}$ runtime with high probability and in expectation if the selective pressure is low; otherwise, we obtain a lower bound of $\Omega(\frac{n\lambda}{\log(\lambda-\mu)})$ on the expected runtime. Furthermore, we for the first time consider the algorithm on the function under a prior noise model and obtain an $\mathcal{O}(n^2)$ expected runtime for the optimal parameter settings. In the end, our theoretical results are accompanied by empirical findings, not only matching with rigorous analyses but also providing new insights into the behaviour of the algorithm.

## Full text

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

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1904.09239/full.md

## References

41 references — full list in the complete paper: https://tomesphere.com/paper/1904.09239/full.md

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