The improved initialization method of genetic algorithm for solving the optimization problem

  • Authors:
  • Rae-Goo Kang;Chai-Yeoung Jung

  • Affiliations:
  • Dept. Computer Science & Statistic, Chosun University, Seoseok-dong Dong-gu Gwangju, Korea;Dept. Computer Science & Statistic, Chosun University, Seoseok-dong Dong-gu Gwangju, Korea

  • Venue:
  • ICONIP'06 Proceedings of the 13th international conference on Neural information processing - Volume Part III
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

TSP(Traveling Salesman Problem) used widely for solving the optimization is the problem to find out the shortest distance out of possible courses where one starts a certain city, visits every city among N cities and turns back to a staring city. At this time, the condition is to visit N cities exactly only once. TSP is defined easily, but as the number of visiting cities increases, the calculation rate increases geometrically. This is why TSP is classified into NPHard Problem. Genetic Algorithm is used representatively to solve the TSP. Various operators have been developed and studied until now for solving the TSP more effectively. This paper applied the new Population Initialization Method (using the Random Initialization method and Induced Initialization method simultaneously), solved TSP more effectively, and proved the improvement of capability by comparing this new method with existing methods.