Hybrid Quantum-Classical Optimisation of Traveling Salesperson Problem
By: Christos Lytrosyngounis, Ioannis Lytrosyngounis
Potential Business Impact:
Helps computers find shortest routes faster.
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.
Similar Papers
Quantum Approaches to Urban Logistics: From Core QAOA to Clustered Scalability
Quantum Physics
Solves hard delivery route problems with quantum computers.
Steiner Traveling Salesman Problem with Quantum Annealing
Quantum Physics
Quantum computers find shortest routes with extra stops.
Generative Modeling for Robust Deep Reinforcement Learning on the Traveling Salesman Problem
Machine Learning (CS)
Helps delivery trucks find best routes faster.