English

Worst Case and Probabilistic Analysis of the 2-Opt Algorithm for the TSP

Data Structures and Algorithms 2023-02-15 v1

Abstract

2-Opt is probably the most basic local search heuristic for the TSP. This heuristic achieves amazingly good results on real world Euclidean instances both with respect to running time and approximation ratio. There are numerous experimental studies on the performance of 2-Opt. However, the theoretical knowledge about this heuristic is still very limited. Not even its worst case running time on 2-dimensional Euclidean instances was known so far. We clarify this issue by presenting, for every pNp\in\mathbb{N}, a family of LpL_p instances on which 2-Opt can take an exponential number of steps. Previous probabilistic analyses were restricted to instances in which nn points are placed uniformly at random in the unit square [0,1]2[0,1]^2. We consider a more advanced model in which the points can be placed independently according to general distributions on [0,1]d[0,1]^d, for an arbitrary d2d\ge 2. In particular, we allow different distributions for different points. We study the expected number of local improvements in terms of the number nn of points and the maximal density ϕ\phi of the probability distributions. We show an upper bound on the expected length of any 2-Opt improvement path of O~(n4+1/3ϕ8/3)\tilde{O}(n^{4+1/3}\cdot\phi^{8/3}). When starting with an initial tour computed by an insertion heuristic, the upper bound on the expected number of steps improves even to O~(n4+1/31/dϕ8/3)\tilde{O}(n^{4+1/3-1/d}\cdot\phi^{8/3}). If the distances are measured according to the Manhattan metric, then the expected number of steps is bounded by O~(n41/dϕ)\tilde{O}(n^{4-1/d}\cdot\phi). In addition, we prove an upper bound of O(ϕd)O(\sqrt[d]{\phi}) on the expected approximation factor with respect to all LpL_p metrics. Let us remark that our probabilistic analysis covers as special cases the uniform input model with ϕ=1\phi=1 and a smoothed analysis with Gaussian perturbations of standard deviation σ\sigma with ϕ1/σd\phi\sim1/\sigma^d.

Keywords

Cite

@article{arxiv.2302.06889,
  title  = {Worst Case and Probabilistic Analysis of the 2-Opt Algorithm for the TSP},
  author = {Matthias Englert and Heiko Röglin and Berthold Vöcking},
  journal= {arXiv preprint arXiv:2302.06889},
  year   = {2023}
}

Comments

An extended abstract of this work has appeared in the Proc. of the 18th ACM-SIAM Symposium on Discrete Algorithms. The results of this extended abstract have been split into two articles (Algorithmica 2014) and (ACM Transactions on Algorithms 2016). This report is an updated version of the first journal article, in which two minor errors in the proofs of Lemma 8 and Lemma 9 have been corrected

R2 v1 2026-06-28T08:39:36.201Z