CSRX: A novel Crossover Operator for a Genetic Algorithm applied to the Traveling Salesperson Problem
Martin Uray, Stefan Wintersteller, Stefan Huber
TL;DR
This paper addresses improving genetic algorithms for the traveling salesman problem by leveraging inherent solution-space symmetries. It introduces CSRX, a family of crossovers that operate on equivalence classes of permutations to factor out circular shifts and reversals, thereby preserving fitness and substructure. Empirical evaluation on TSPLIB datasets shows CSRX outperforms the state-of-the-art Gog2011 operator in both accuracy and stability. The approach is generalizable to other permutation-based problems and crossover operators, offering a practical pathway to more robust GA performance on symmetric combinatorial tasks.
Abstract
In this paper, we revisit the application of Genetic Algorithm (GA) to the Traveling Salesperson Problem (TSP) and introduce a family of novel crossover operators that outperform the previous state of the art. The novel crossover operators aim to exploit symmetries in the solution space, which allows us to more effectively preserve well-performing individuals, namely the fitness invariance to circular shifts and reversals of solutions. These symmetries are general and not limited to or tailored to TSP specifically.
