NEApr 9, 2021

Stagnation Detection in Highly Multimodal Fitness Landscapes

arXiv:2104.04395v328 citations
Originality Incremental advance
AI Analysis

This work addresses stagnation detection for randomized search heuristics in complex optimization problems, offering an incremental improvement for domain-specific applications.

The paper tackles the problem of stagnation detection in highly multimodal fitness landscapes by introducing a radius memory mechanism that prioritizes previously successful search radii, resulting in speed-ups for linear functions under uniform constraints and the minimum spanning tree problem without significant performance loss on unimodal functions and a Jump benchmark generalization.

Stagnation detection has been proposed as a mechanism for randomized search heuristics to escape from local optima by automatically increasing the size of the neighborhood to find the so-called gap size, i.e., the distance to the next improvement. Its usefulness has mostly been considered in simple multimodal landscapes with few local optima that could be crossed one after another. In multimodal landscapes with a more complex location of optima of similar gap size, stagnation detection suffers from the fact that the neighborhood size is frequently reset to $1$ without using gap sizes that were promising in the past. In this paper, we investigate a new mechanism called radius memory which can be added to stagnation detection to control the search radius more carefully by giving preference to values that were successful in the past. We implement this idea in an algorithm called SD-RLS$^{\text{m}}$ and show compared to previous variants of stagnation detection that it yields speed-ups for linear functions under uniform constraints and the minimum spanning tree problem. Moreover, its running time does not significantly deteriorate on unimodal functions and a generalization of the Jump benchmark. Finally, we present experimental results carried out to study SD-RLS$^{\text{m}}$ and compare it with other algorithms.

Foundations

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

Your Notes