Computer Engineering and Applications ›› 2010, Vol. 46 ›› Issue (29): 40-42.DOI: 10.3778/j.issn.1002-8331.2010.29.011

• 研究、探讨 • Previous Articles     Next Articles

Solution of TSP problem based on hybrid genetic simulated annealing algorithm

DU Zong-zong,LIU Guo-dong   

  1. College of Communication and Control Engineering,Jiangnan University,Wuxi,Jiangsu 214122,China
  • Received:2009-03-25 Revised:2009-05-25 Online:2010-10-11 Published:2010-10-11
  • Contact: DU Zong-zong

基于混合遗传模拟退火算法求解TSP问题

杜宗宗,刘国栋   

  1. 江南大学 通信与控制工程学院,江苏 无锡 214122
  • 通讯作者: 杜宗宗

Abstract: TSP is a classical NP-hard combinatorial optimization problem.Genetic algorithm is a method for solving this problem.But it is hard for genetic algorithm to find global optimization quickly and prevent premature convergence.This paper,in order to solve the problem,considers the characteristic of TSP,and puts forward a genetic simulated annealing algorithm,a hybrid of genetic and simulated annealing algorithm.In order to solve the inconsistency between diversity and convergent speed,this paper also adopts part greedy method to produce original population.The original population produced by this method is superior to the randomly produced original population.The simulation results demonstrate that,the proposed algorithm achieves considerable improvements,with respect to the basic genetic algorithm,in convergence speed,search quality and optimal solution output rate.

摘要: TSP问题是典型的NP-hard组合优化问题,遗传算法是求解此类问题的一种方法,但它存在如何较快地找到全局最优解,并防止“早熟”收敛的问题。针对上述问题并结合TSP问题的特点,提出将遗传算法与模拟退火算法相结合形成遗传模拟退火算法。为了解决群体的多样性和收敛速度的矛盾,采用了部分近邻法来生成初始种群,生成的初始种群优于随机产生初始种群。仿真实验结果证明,该算法相对于基本遗传算法的收敛速度、搜索质量和最优解输出概率方面有了明显的提高。

CLC Number: