Quantum evolutionary algorithm for TSP combinatorial optimisation problem
Yijiang Ma, Tan Chye Cheah

TL;DR
This study compares a quantum genetic algorithm to a classical genetic algorithm for solving the traveling salesman problem, finding that classical methods currently outperform quantum approaches in solution quality and speed, especially for larger instances.
Contribution
The paper introduces a quantum genetic algorithm for TSP and provides an empirical comparison with classical algorithms, highlighting current limitations and future research directions.
Findings
Classical genetic algorithm outperforms quantum genetic algorithm in solution quality.
Classical methods are faster and more stable for large TSP instances.
Quantum approaches face challenges in parameter optimization and hardware testing.
Abstract
This paper implements a new way of solving a problem called the traveling salesman problem (TSP) using quantum genetic algorithm (QGA). We compared how well this new approach works to the traditional method known as a classical genetic algorithm (CGA). The TSP is a well-established challenge in combinatorial optimization where the objective is to find the most efficient path to visit a series of cities, minimizing the total distance, and returning to the starting point. We chose the TSP to test the performance of both algorithms because of its computational complexity and importance in practical applications. We choose the dataset from the international standard library TSPLIB for our experiments. By designing and implementing both algorithms and conducting experiments on various sizes and types of TSP instances, we provide an in-depth analysis of the accuracy of the optimal solution,…
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
TopicsMetaheuristic Optimization Algorithms Research
MethodsLib
