NEAIJul 12, 2024

Local Optima in Diversity Optimization: Non-trivial Offspring Population is Essential

arXiv:2407.08963v11 citationsh-index: 6
Originality Incremental advance
AI Analysis

This addresses a theoretical limitation in evolutionary algorithms for diversity optimization, which is incremental but clarifies a critical issue for researchers in evolutionary computation.

The paper identifies that in diversity optimization, local optima can exist where escaping requires replacing at least two individuals simultaneously, which algorithms like the $(μ+1)$ EA cannot do. It shows that the $(μ+λ)$ EA with $λ≥μ$ and a proposed $(1_μ+1_μ)$ EA$_D$ can efficiently find diverse solutions for the $k$-vertex cover problem.

The main goal of diversity optimization is to find a diverse set of solutions which satisfy some lower bound on their fitness. Evolutionary algorithms (EAs) are often used for such tasks, since they are naturally designed to optimize populations of solutions. This approach to diversity optimization, called EDO, has been previously studied from theoretical perspective, but most studies considered only EAs with a trivial offspring population such as the $(μ+ 1)$ EA. In this paper we give an example instance of a $k$-vertex cover problem, which highlights a critical difference of the diversity optimization from the regular single-objective optimization, namely that there might be a locally optimal population from which we can escape only by replacing at least two individuals at once, which the $(μ+ 1)$ algorithms cannot do. We also show that the $(μ+ λ)$ EA with $λ\ge μ$ can effectively find a diverse population on $k$-vertex cover, if using a mutation operator inspired by Branson and Sutton (TCS 2023). To avoid the problem of subset selection which arises in the $(μ+ λ)$ EA when it optimizes diversity, we also propose the $(1_μ+ 1_μ)$ EA$_D$, which is an analogue of the $(1 + 1)$ EA for populations, and which is also efficient at optimizing diversity on the $k$-vertex cover problem.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes