Approximation Guarantees of Evolutionary Optimization on the Minimum Crossing Spanning Tree Problem

Jianping Zhang,Hong Zhou,Huimin Gao
DOI: https://doi.org/10.1007/s10586-018-2838-z
2018-01-01
Cluster Computing
Abstract:The minimum crossing spanning tree (MCST) problem is to find a spanning tree in a given graph G and a family of subsets of vertices S such that the maximum number of edges crossing any set in S reaches minimum value. Evolutionary algorithms (EAs) have been widely used in variety of fields due to its simple and powerful search ability. However, the performance analysis of EAs on the NP-hard MCST problem is still rare. In this paper, we investigate the approximation ability of EAs on the MCST problem from a theoretical point of view. For a special case of the MCST problem where the sets in S are pairwise disjoint, we reveal that a simple EA called (1 + 1) EA can efficiently obtain a spanning tree with crossing at most 2OPT+2 in expected runtime O(n^7) , where OPT is the maximum crossing for a minimum crossing spanning tree. Moreover, we also find that for the MCST problem a simple multi-objective evolutionary algorithm called GSEMO can achieve an approximation ratio of 4rlog n in expected polynomial runtime O(4rm^3log n) . The analysis and results further illustrate that EAs are efficient approximation algorithms for some NP-hard problems.
What problem does this paper attempt to address?