A Hybrid Method of Genetic Algorithms and Ant Colony Optimization to Solve the Traveling Salesman Problem

  • Authors:
  • Ryouei Takahashi

  • Affiliations:
  • -

  • Venue:
  • ICMLA '09 Proceedings of the 2009 International Conference on Machine Learning and Applications
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

A new hybrid method iterative Extended Changing Crossover Operators which can efficiently obtain the optimum solution of the Traveling Salesman Problem through flexibly alternating Ant Colony Optimization (ACO) which simulates process of learning swarm intelligence in ants’ feeding behavior and Edge Assembly Crossover (EAX) which has been recently noticed as an available method for efficient selection of optimum solution with preserving diversity of chromosomes at any time, is studied. It automatically controls the generation on which it exchanges ACO for EAX by observing diversity and convergence of chromosomes generated by ACO with both lengths and their variance. It uses ACO in early stage of generations to create variable local optimum solutions and it uses EAX in later stage of generations efficiently to generate global optimum solutions using chromosomes generated by ACO. If it cannot find the optimum solution in this trial it makes ACO regenerate new chromosomes to merge with the last best solution searched through EAX in order to maintain diversity of chromosomes, before it makes EAX reproduce better solutions with the merged chromosomes. This trial is repeatedly executed until EAX can find the best solution. In this paper its validity is experimentally verified by using medium-sized TSP data.