Solving the minimum labelling spanning tree problem using intelligent optimization
Sergio Consoli, Nenad Mladenovic, Jose Andres Moreno-Perez

TL;DR
This paper introduces an advanced intelligent optimization algorithm based on Variable Neighbourhood Search, enhanced with machine learning and statistics, to effectively solve the NP-hard minimum labelling spanning tree problem, outperforming existing heuristics.
Contribution
The paper presents a novel integrated optimization approach combining VNS with machine learning and statistics for the MLST problem, achieving superior performance and automation.
Findings
Outperforms existing heuristics in solution quality
Achieves near-optimal solutions quickly
Demonstrates robustness across various graph types
Abstract
Given a connected, undirected graph whose edges are labelled (or coloured), the minimum labelling spanning tree (MLST) problem seeks a spanning tree whose edges have the smallest number of distinct labels (or colours). In recent work, the MLST problem has been shown to be NP-hard and some effective heuristics have been proposed and analyzed. In this paper we present an intelligent optimization algorithm to solve the problem. It is obtained by the basic Variable Neighbourhood Search heuristic with the integration of other complements from machine learning, statistics and experimental algorithmics, in order to produce high-quality performance and to completely automate the resulting optimization strategy. We present experimental results on randomly generated graphs with different statistical properties, showing the crucial effects of the implementation, the robustness, and the empirical…
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
TopicsData Management and Algorithms · Vehicle Routing Optimization Methods
