# Homotopic Convex Transformation: A New Landscape Smoothing Method for   the Traveling Salesman Problem

**Authors:** Jialong Shi, Jianyong Sun, Qingfu Zhang, Kai Ye

arXiv: 1906.03223 · 2020-03-17

## TL;DR

This paper introduces a homotopic convex transformation method that smooths the TSP landscape, reducing local optima and enhancing heuristic search effectiveness, leading to significant performance improvements on large instances.

## Contribution

It proposes a novel landscape smoothing technique for TSP using homotopic convex transformation and integrates it into heuristics to improve global search capability.

## Key findings

- Smoothed TSP landscapes have fewer local optima.
- Increased fitness distance correlation improves search.
- Significant performance gains on large TSP instances.

## Abstract

This paper proposes a novel landscape smoothing method for the symmetric Traveling Salesman Problem (TSP). We first define the Homotopic Convex (HC) transformation of a TSP as a convex combination of a well-constructed simple TSP and the original TSP. The simple TSP, called the convex-hull TSP, is constructed by transforming a known local or global optimum. We observe that controlled by the coefficient of the convex combination, with local or global optimum, (i) the landscape of the HC transformed TSP is smoothed in terms that its number of local optima is reduced compared to the original TSP; (ii) the fitness distance correlation of the HC transformed TSP is increased. Further, we observe that the smoothing effect of the HC transformation depends highly on the quality of the used optimum. A high-quality optimum leads to a better smoothing effect than a low-quality optimum. We then propose an iterative algorithmic framework in which the proposed HC transformation is combined within a heuristic TSP solver. It works as an escaping scheme from local optima aiming to improve the global search ability of the combined heuristic. Case studies using the 3-Opt and the Lin-Kernighan local search as the heuristic solver show that the resultant algorithms significantly outperform their counterparts and two other smoothing-based TSP heuristic solvers on most of the test instances with up to 20,000 cities.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.03223/full.md

## Figures

48 figures with captions in the complete paper: https://tomesphere.com/paper/1906.03223/full.md

## References

44 references — full list in the complete paper: https://tomesphere.com/paper/1906.03223/full.md

---
Source: https://tomesphere.com/paper/1906.03223