Stagnation Detection in Highly Multimodal Fitness Landscapes
Amirhossein Rajabi, Carsten Witt

TL;DR
This paper introduces radius memory to enhance stagnation detection in evolutionary algorithms, improving search efficiency in complex multimodal landscapes without sacrificing performance on simpler functions.
Contribution
It proposes a new mechanism called radius memory for stagnation detection, implemented in SD-RLS^m, which better controls search radius based on past successes.
Findings
Speed-ups on linear functions and minimum spanning tree problems
Maintains performance on unimodal functions and Jump benchmark
Experimental validation shows improved efficiency
Abstract
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 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMetaheuristic Optimization Algorithms Research · Optimization and Search Problems · Vehicle Routing Optimization Methods
