Hybrid Quantum-Classical Optimisation of Traveling Salesperson Problem
Christos Lytrosyngounis, Ioannis Lytrosyngounis
TL;DR
The paper addresses the NP-hard Traveling Salesperson Problem (TSP) by proposing a hybrid quantum-classical workflow implemented in IBM Qiskit Runtime to exploit quantum exploration with classical refinement. It encodes TSP as a QUBO, uses QAOA-inspired circuits on a 127-qubit device, and augments the process with K-Means clustering for problem decomposition and Random Forest noise mitigation to stabilise solutions. Empirical results for 4–8 cities show that quantum-only approaches are worse than classical baselines (up to 21.7%), while the hybrid quantum-classical approach with ML reduces this gap (down to 11.3% for 8 cities) but remains suboptimal relative to classical solvers. The findings highlight the potential of quantum-enhanced methods in combinatorial optimisation, demonstrating improved robustness and scalability with ML-assisted noise handling, while underscoring the need for hardware and algorithmic advances to achieve quantum advantage.
Abstract
The Traveling Salesperson Problem (TSP) is a fundamental NP-hard optimisation challenge with widespread applications in logistics, operations research, and network design. While classical algorithms effectively solve small to medium-sized instances, they struggle with scalability due to exponential complexity. In this work, we present a hybrid quantum-classical approach that leverages IBM's Qiskit Runtime to integrate quantum optimisation techniques with classical machine learning methods, specifically K-Means clustering and Random Forest classifiers. These machine learning components aid in problem decomposition and noise mitigation, improving the quality of quantum solutions. Experimental results for TSP instances ranging from 4 to 8 cities reveal that the quantum-only approach produces solutions up to 21.7% worse than the classical baseline, while the hybrid method reduces this cost increase to 11.3% for 8 cities. This demonstrates that hybrid approaches improve solution quality compared to purely quantum methods but remain suboptimal compared to classical solvers. Despite current hardware limitations, these results highlight the potential of quantum-enhanced methods for combinatorial optimisation, paving the way for future advancements in scalable quantum computing frameworks.
