Implementation analysis of efficient heuristic algorithms for the traveling salesman problem

  • Authors:
  • Dorabela Gamboa;César Rego;Fred Glover

  • Affiliations:
  • Escola Superior de Tecnologia e Gestão de Felgueiras, Instituto Politécnico do Porto, Rua do Curral, Casa do Curral, Apt. 205, 4610-156, Felgueiras, Portugal;Hearin Center for Enterprise Science, School of Business Administration, University of Mississippi, University, MS 38677, USA;Leads School of Business, University of Colorado, Boulder, CO 80309-0419, USA

  • Venue:
  • Computers and Operations Research
  • Year:
  • 2006

Quantified Score

Hi-index 0.01

Visualization

Abstract

The state-of-the-art of local search heuristics for the traveling salesman problem (TSP) is chiefly based on algorithms using the classical Lin-Kernighan (LK) procedure and the stem-and-cycle (S&C) ejection chain method. Critical aspects of implementing these algorithms efficiently and effectively rely on taking advantage of special data structures and on maintaining appropriate candidate lists to store and update potentially available moves. We report the outcomes of an extensive series of tests on problems ranging from 1000 to 1,000,000 nodes, showing that by intelligently exploiting elements of data structures and candidate lists routinely included in state-of-the-art TSP solution software, the S&C algorithm clearly outperforms all implementations of the LK procedure. Moreover, these outcomes are achieved without the use of special tuning and implementation tricks that are incorporated into the leading versions of the LK procedure to enhance their computational efficiency. y.