AIOct 17, 2018

k-RNN: Extending NN-heuristics for the TSP

arXiv:1810.08059v111 citations
AI Analysis

This is an incremental improvement for combinatorial optimization, specifically targeting the TSP.

The paper tackles the Traveling Salesman Problem by extending Nearest-Neighbor heuristics to k-Repetitive-Nearest-Neighbor, which starts with tours of k nodes and selects the shortest found; experimental results show 2-RNN solutions are 10% to 40% above optimum.

In this paper we present an extension of existing Nearest-Neighbor heuristics to an algorithm called k-Repetitive-Nearest-Neighbor. The idea is to start with a tour of k nodes and then perform a Nearest-Neighbor search from there on. After doing this for all permutations of k nodes the result gets selected as the shortest tour found. Experimental results show that for 2-RNN the solutions quality remains relatively stable between about 10% to 40% above the optimum.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes