Parameterized Runtime Analyses of Evolutionary Algorithms for the Euclidean Traveling Salesperson Problem
Andrew M. Sutton, Frank Neumann

TL;DR
This paper provides a theoretical parameterized analysis of evolutionary algorithms for the Euclidean TSP, showing how problem structure affects runtime and proposing mutation strategies to improve efficiency.
Contribution
It offers the first parameterized runtime bounds for evolutionary algorithms solving Euclidean TSP, linking structural properties to algorithm performance.
Findings
Runtime bounds depend on the number of inner points and minimum angle.
A mixed mutation strategy improves the upper bound on runtime.
Insights into mutation operator design for better efficiency.
Abstract
Parameterized runtime analysis seeks to understand the influence of problem structure on algorithmic runtime. In this paper, we contribute to the theoretical understanding of evolutionary algorithms and carry out a parameterized analysis of evolutionary algorithms for the Euclidean traveling salesperson problem (Euclidean TSP). We investigate the structural properties in TSP instances that influence the optimization process of evolutionary algorithms and use this information to bound the runtime of simple evolutionary algorithms. Our analysis studies the runtime in dependence of the number of inner points and shows that evolutionary algorithms solve the Euclidean TSP in expected time where is a function of the minimum angle between any three…
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 · Evolutionary Algorithms and Applications · Advanced Multi-Objective Optimization Algorithms
