@thesaiorg

A Genetic Algorithm for Solving Travelling Salesman Problem

. International Journal of Advanced Computer Science and Applications(IJACSA), (2011)

Abstract

In this paper we present a Genetic Algorithm for solving the Travelling Salesman problem (TSP). Genetic Algorithm which is a very good local search algorithm is employed to solve the TSP by generating a preset number of random tours and then improving the population until a stop condition is satisfied and the best chromosome which is a tour is returned as the solution. Analysis of the algorithmic parameters (Population, Mutation Rate and Cut Length) was done so as to know how to tune the algorithm for various problem instances.

Links and resources

Tags