华南理工大学学报(自然科学版) ›› 2013, Vol. 41 ›› Issue (3): 29-34.doi: 10.3969/j.issn.1000-565X.2013.03.005

• 计算机科学与技术 • 上一篇    下一篇

求解第二类GTSP 的距离矩阵重构遗传算法

谭阳1 郝志峰1,2 黄翰3 赵森1,4   

  1. 1.华南理工大学 计算机科学与工程学院,广东 广州 510006; 2.广东工业大学 计算机学院,广东 广州 510006;3.华南理工大学 软件学院,广东 广州 510006; 4.暨南大学 计算机科学系,广东 广州 510632
  • 收稿日期:2012-06-08 修回日期:2012-11-10 出版日期:2013-03-25 发布日期:2013-02-01
  • 通信作者: 谭阳(1978-),男,博士生,主要从事进化算法、机器学习、模式识别、人工智能研究. E-mail:tanyang26@126.com
  • 作者简介:谭阳(1978-),男,博士生,主要从事进化算法、机器学习、模式识别、人工智能研究.
  • 基金资助:

    国家自然科学基金资助项目( 61070033,61100148) ; 广东省自然科学基金资助项目( 9251009001000005,S2011040004804)

Genetic Algorithm of Distance Matrix Remodeling for Solving theSecond Kind of GTSP

Tan Yang1 Hao Zhi-feng1,2 Huang Han3 Zhao Sen1,4   

  1. 1.School of Computer Science and Engineering,South China University of Technology,Guangzhou 510006,Guangdong,China;2.Faculty of Computer,Guangdong University of Technology,Guangzhou 510006,Guangdong,China;3.School of Software Engineering,South China University of Technology,Guangzhou 510006,Guangdong,China;4.Department of Computer Science,Jinan University,Guangzhou 510632,Guangdong,China
  • Received:2012-06-08 Revised:2012-11-10 Online:2013-03-25 Published:2013-02-01
  • Contact: 谭阳(1978-),男,博士生,主要从事进化算法、机器学习、模式识别、人工智能研究. E-mail:tanyang26@126.com
  • About author:谭阳(1978-),男,博士生,主要从事进化算法、机器学习、模式识别、人工智能研究.
  • Supported by:

    国家自然科学基金资助项目( 61070033,61100148) ; 广东省自然科学基金资助项目( 9251009001000005,S2011040004804)

摘要: 目前第二类广义旅行商问题( GTSP) 求解方法少,仅有的一些方法也存在运算复杂度高等缺陷,为此,文中通过分析距离矩阵的性质,提出了一种重构距离矩阵的算法,将第二类GTSP 转化为第一类GTSP,然后利用混合染色体遗传算法求解转化后的第一类GTSP,从而间接求解了原问题( 第二类GTSP) .通过转化,大大提高了求解的精度,降低了运算的复杂度.最后,采用文中提出的算法对TSP 问题库内的14 个基准问题构成的第二类GTSP 进行了测试,结果表明该算法可以有效地进行求解.

关键词: 广义旅行商问题, 第二类广义旅行商问题, 距离矩阵重构, 遗传算法

Abstract:

Considering the lack of solving methods and the high computation complexity of the existing methods ofthe second kind of GTSP ( Generalized Traveling Salesman Problem) ,an algorithm to remodel the distance matrix ispresented by analyzing the characters of distance matrix,which converts the second kind of GTSP into the firstkind,and then solves the converted first kind of GTSP by using the hybrid-chromosome genetic algorithm.Thus,the second kind of GTSP is successfully solved in an indirect mode.The results indicate that the conversion increasesthe solution accuracy and decreases the computation complexity significantly.Moreover,according to the testedresults of the second kind of GTSP composed of 14 benchmark problems from the TSPLIB,it is found that the proposedalgorithm is effective.

Key words: generalized traveling salesman problem, second kind of GTSP, distance matrix remodeling, geneticalgorithm

中图分类号: