This document provides an overview of different approaches to solving the Traveling Salesman Problem (TSP), including exact algorithms from operations research as well as neural network models inspired by artificial intelligence. It surveys three main neural network approaches - the Hopfield-Tank network, elastic net, and self-organizing map. The Hopfield-Tank network maps the TSP onto a neural network to represent solutions. It uses an update rule to iteratively explore configurations until reaching stability. While neural networks currently cannot match the solution quality of classical heuristics, they offer potential for massive parallelism and may lead to faster solving in the future.
Related topics: