24 resolving multiple full

Page 1

International Journal of Computer Science Engineering and Information Technology Research (IJCSEITR) ISSN 2249-6831 Vol. 3, Issue 2, Jun 2013, 209-212 © TJPRC Pvt. Ltd.

RESOLVING MULTIPLE TRAVELLING SALESMAN PROBLEM USING GENETIC ALGORITHMS HARPREET SINGH1 & RAVREET KAUR2 1

M.Tech Student, Department of Computer Science & Engineering, Guru Nanak Dev University, Amritsar, Punjab, India 2

Lecturer, Department of Computer Science & Engineering, Guru Nanak Dev University, Amritsar, Punjab, India

ABSTRACT This paper deals with Genetic Algorithms and also provide details how Resolving Multiple Travelling Salesman Problem Using Genetic Algorithm. Genetic algorithms are powerful search methods. The multipleTraveling Salesman Problem is a complex combinatorial optimization problem so the Genetic algorithms can apply to solve this problem.

KEYWORDS: Genetic Algorithms, Multiple Travelling Salesman Problem, Decoding INTRODUCTION Genetic algorithms are a relatively new optimization technique. This algorithm based on natural evolution [2]. The operator’s adaptation techniques in Gas can be classified into three categories, population level, individual level, and component level adaptation [1]. At the level of population, parameters are adapted globally by using the feedback information from the current population.[2] The basic explanation is required to understand how genetic algorithm work. The genetic algorithm process consists of the following steps: 

Encoding

Evaluation

Crossover

Mutation

Decoding

Encoding Encoding process is most difficult by using genetic algorithms. The traditional way to represent solution is with string of zeros and ones. The strings are called chromosomes and each element of the string is called a gene. The randomly generate many chromosomes and together they are called the population. Evaluation The use of evaluation function is important to decide how good a chromosome is. Crossover In this process randomly choose two chromosomes to crossover, randomly pick a crossover point, then switch all genes after that point Mutation Due to the randomness of the process will occasionally have chromosomes near a local optimum but none near


Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.