NEAIApr 29, 2020

Multi-layer local optima networks for the analysis of advanced local search-based algorithms

arXiv:2004.13936v11 citations
Originality Incremental advance
AI Analysis

This work addresses the need for better tools to predict and improve search algorithm performance in optimization, though it is incremental as it extends existing LON concepts.

The paper tackles the problem of analyzing fitness landscapes for combinatorial optimization by proposing multi-layer Local Optima Networks (LONs) to study multiple neighborhood operators, showing promising results in experiments on NK-landscape instances with bitflip and swap operators.

A Local Optima Network (LON) is a graph model that compresses the fitness landscape of a particular combinatorial optimization problem based on a specific neighborhood operator and a local search algorithm. Determining which and how landscape features affect the effectiveness of search algorithms is relevant for both predicting their performance and improving the design process. This paper proposes the concept of multi-layer LONs as well as a methodology to explore these models aiming at extracting metrics for fitness landscape analysis. Constructing such models, extracting and analyzing their metrics are the preliminary steps into the direction of extending the study on single neighborhood operator heuristics to more sophisticated ones that use multiple operators. Therefore, in the present paper we investigate a twolayer LON obtained from instances of a combinatorial problem using bitflip and swap operators. First, we enumerate instances of NK-landscape model and use the hill climbing heuristic to build the corresponding LONs. Then, using LON metrics, we analyze how efficiently the search might be when combining both strategies. The experiments show promising results and demonstrate the ability of multi-layer LONs to provide useful information that could be used for in metaheuristics based on multiple operators such as Variable Neighborhood Search.

Foundations

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

Your Notes