Genetic Algorithms (GAs) is an evolutionary search algorithm used to find out optimal solutions for various NP problems. An effective chromosome representation, a carefully designed crossover and mutation operators are needed in GAs to achieve an efficient search. Travelling salesman problem (TSP) is a combinatorial optimization problem. It is NP complete problem and is the most commonly studied problem in the area of optimization. But the complexity of the problem goes on increasing, as the number of cities increases. The objective of this study is to solve TSP using GAs approach. In the genetic algorithm system begins from a matrix of the calculated distance between the cities to be visited by the travelling salesman and randomly chosen city sequence as the initial population. Then new generations are formed repetitively until the suitable path is reached. Genetic algorithms use techniques inspired by evolutionary biology such as inheritance, mutation, selection, and crossover. Keywords--Genetic Algorithm, TSP, Selection, Crossover, Mutation, Enhanced Edge Recombination.
[1]
Rong Yang,et al.
Solving large travelling salesman problems with small populations
,
1997
.
[2]
Varshika Dwivedi,et al.
Travelling Salesman Problem using Genetic Algorithm
,
2012
.
[3]
Mahesh Panchal,et al.
Comparison of Parents Selection Methods of Genetic Algorithm for TSP
,
2012
.
[4]
Buthainah Fahran Al-Dulaimi,et al.
Enhanced Traveling Salesman Problem Solving by Genetic Algorithm Technique (TSPGA)
,
2008
.
[5]
Adewole Philip,et al.
A Genetic Algorithm for Solving Travelling Salesman Problem
,
2011
.
[6]
Riccardo Poli,et al.
Schema Theory for Genetic Programming with One-Point Crossover and Point Mutation
,
1997,
Evolutionary Computation.
[7]
Naveen Kumar.
A Genetic Algorithm Approach to study Travelling Salesman Problem
,
2012
.
[8]
Ivan Brezina.
Solving the Travelling Salesman Problem Using the Ant Colony Optimization
,
.