NEJan 9, 2014

A Parameterized Complexity Analysis of Bi-level Optimisation with Evolutionary Algorithms

arXiv:1401.1905v122 citations
Originality Incremental advance
AI Analysis

This work addresses parameterised complexity for evolutionary algorithms in combinatorial optimisation, providing foundational insights but is incremental as it builds on existing approaches.

The paper tackles the runtime analysis of evolutionary algorithms for bi-level optimisation problems, specifically the generalised minimum spanning tree (GMST) and generalised travelling salesman (GTSP) problems, showing that a (1+1) EA with global structure representation solves GMST in fixed-parameter time and is a fixed-parameter evolutionary algorithm for GTSP, while the spanning nodes representation fails for GMST.

Bi-level optimisation problems have gained increasing interest in the field of combinatorial optimisation in recent years. With this paper, we start the runtime analysis of evolutionary algorithms for bi-level optimisation problems. We examine two NP-hard problems, the generalised minimum spanning tree problem (GMST), and the generalised travelling salesman problem (GTSP) in the context of parameterised complexity. For the generalised minimum spanning tree problem, we analyse the two approaches presented by Hu and Raidl (2012) with respect to the number of clusters that distinguish each other by the chosen representation of possible solutions. Our results show that a (1+1) EA working with the spanning nodes representation is not a fixed-parameter evolutionary algorithm for the problem, whereas the global structure representation enables to solve the problem in fixed-parameter time. We present hard instances for each approach and show that the two approaches are highly complementary by proving that they solve each other's hard instances very efficiently. For the generalised travelling salesman problem, we analyse the problem with respect to the number of clusters in the problem instance. Our results show that a (1+1) EA working with the global structure representation is a fixed-parameter evolutionary algorithm for the 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