NEJun 21, 2017

Genetic Algorithm with Optimal Recombination for the Asymmetric Travelling Salesman Problem

arXiv:1706.06920v215 citations
Originality Incremental advance
AI Analysis

This work addresses optimization challenges in logistics and routing for practitioners, though it is incremental as it builds on existing genetic and memetic approaches.

The researchers tackled the asymmetric traveling salesman problem by developing a new genetic algorithm with optimal recombination, which achieved competitive results compared to other memetic algorithms on TSPLIB instances.

We propose a new genetic algorithm with optimal recombination for the asymmetric instances of travelling salesman problem. The algorithm incorporates several new features that contribute to its effectiveness: (i) Optimal recombination problem is solved within crossover operator. (ii) A new mutation operator performs a random jump within 3-opt or 4-opt neighborhood. (iii) Greedy constructive heuristic of W.Zhang and 3-opt local search heuristic are used to generate the initial population. A computational experiment on TSPLIB instances shows that the proposed algorithm yields competitive results to other well-known memetic algorithms for asymmetric travelling salesman problem.

Foundations

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

Your Notes