English

Parameterized Runtime Analyses of Evolutionary Algorithms for the Euclidean Traveling Salesperson Problem

Neural and Evolutionary Computing 2012-10-10 v2 Data Structures and Algorithms

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 kk and shows that (μ+λ)(\mu + \lambda) evolutionary algorithms solve the Euclidean TSP in expected time O((μ/λ)n3γ(ϵ)+nγ(ϵ)+(μ/λ)n4k(2k1)!)O((\mu/\lambda) \cdot n^3\gamma(\epsilon) + n\gamma(\epsilon) + (\mu/\lambda) \cdot n^{4k}(2k-1)!) where γ\gamma is a function of the minimum angle ϵ\epsilon between any three points. Finally, our analysis provides insights into designing a mutation operator that improves the upper bound on expected runtime. We show that a mixed mutation strategy that incorporates both 2-opt moves and permutation jumps results in an upper bound of O((μ/λ)n3γ(ϵ)+nγ(ϵ)+(μ/λ)n2k(k1)!)O((\mu/\lambda) \cdot n^3\gamma(\epsilon) + n\gamma(\epsilon) + (\mu/\lambda) \cdot n^{2k}(k-1)!) for the (μ+λ)(\mu+\lambda) EA.

Keywords

Cite

@article{arxiv.1207.0578,
  title  = {Parameterized Runtime Analyses of Evolutionary Algorithms for the Euclidean Traveling Salesperson Problem},
  author = {Andrew M. Sutton and Frank Neumann},
  journal= {arXiv preprint arXiv:1207.0578},
  year   = {2012}
}

Comments

A conference version has been accepted for AAAI 2012

R2 v1 2026-06-21T21:29:32.476Z