Million city traveling salesman problem solution by divide and conquer clustering with adaptive resonance neural networks

  • Authors:
  • Samuel A. Mulder;Donald C. Wunsch, II

  • Affiliations:
  • Applied Computational Intelligence Lab, Department of Computer Science, University of Missouri-Rolla, Rolla, MO;Applied Computational Intelligence Lab, Department of Electrical and Computer Engineering, University of Missouri-Rolla, Rolla, MO

  • Venue:
  • Neural Networks - 2003 Special issue: Advances in neural networks research — IJCNN'03
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

The Traveling Salesman Problem (TSP) is a very hard optimization problem in the field of operations research. It has been shown to be NP-complete, and is an often-used benchmark for new optimization techniques. One of the main challenges with this problem is that standard, non-AI heuristic approaches such as the Lin-Kernighan algorithm (LK) and the chained LK variant are currently very effective and in wide use for the common fully connected, Euclidean variant that is considered here. This paper presents an algorithm that uses adaptive resonance theory (ART) in combination with a variation of the Lin-Kernighan local optimization algorithm to solve very large instances of the TSP. The primary advantage of this algorithm over traditional LK and chained-LK approaches is the increased scalability and parallelism allowed by the divide-and-conquer clustering paradigm. Tours obtained by the algorithm are lower quality, but scaling is much better and there is a high potential for increasing performance using parallel hardware.