期刊文献+

旅行商问题中巡回路径的数据结构

Data Structure of Tour for Traveling Salesman Problem
下载PDF
导出
摘要 旅行商问题中巡回路径的数据结构对局部启发式算法的效率起着非常关键的作用。巡回路径的数据结构必须能够查询一条回路中每个城市的相对顺序,并且能够将一条回路中的部分城市逆序。分析了数组表示法、伸展树表示法和两级树表示法表示巡回路径时各种基本操作的实现过程及时间复杂度。数组表示法能够在常数时间内确定一条回路中每个城市的相对顺序,但是最坏情况下完成逆序操作需要Ω(n)时间,不适用于大规模的旅行商问题。伸展树表示法执行查询和更新操作的平摊时间复杂度是O(logn),适用于极大规模的旅行商问题。而两级树表示法在最坏情况下每一个更新操作的时间复杂度是O(n0.5),适用于大规模的旅行商问题。 The data structure of tour for the traveling salesman problem plays a critical role in the efficiency of local heuristic algorithms.The data structure of tour must permit queries about the relative order of cities in the tour and must allowsections of the tour to be reversed. The implementation and time complexity of several basic operations when the tour is represented by array,splay tree and two-level tree are analyzed. The array- based representation of a tour permits the relative order of cities to be determined in small constant time,but requires worst- case Ω( n) time to implement a reversal,which renders it impractical for large instances. For the data structure based on splay tree,all queries and updates take amortized time O( log n),which is available for extremely large- scale traveling salesman problem. For the data structure based on two- level tree representation,the worst- case time for each update operation is O( n0. 5),which is available for large- scale traveling salesman problem.
出处 《计算机技术与发展》 2014年第12期72-77,共6页 Computer Technology and Development
基金 江苏省高校自然科学基础研究项目(13KJB110006) 常熟理工学院青年教师基金项目(CST201209)
关键词 旅行商问题 局部启发式算法 数组 伸展树 两级树 traveling salesman problem local heuristic algorithm array splay tree two-level tree
  • 相关文献

参考文献15

二级参考文献59

  • 1Hai-bin Duan,Xiang-yin Zhang,Jiang Wu,Guan-jun MaSchool of Automation Science and Electrical Engineering,Beihang University,Beijing 100191,P.R.China.Max-Min Adaptive Ant Colony Optimization Approach to Multi-UAVs Coordinated Trajectory Replanning in Dynamic and Uncertain Environments[J].Journal of Bionic Engineering,2009,6(2):161-173. 被引量:33
  • 2王湘中,喻寿益,贺素良,夏利锋.一种强引导进化型遗传算法[J].控制与决策,2004,19(7):795-798. 被引量:13
  • 3王轩,李元香.一种结合局部搜索策略的求解TSP的演化算法[J].计算机工程,2006,32(9):16-18. 被引量:8
  • 4Garey M R, Johnson D S.Computers and intractability:a guide to the theory of NP-completeness[M].San Francisco,USA:Free- man W H, 1979.
  • 5Croes G A.A method for solving traveling salesman problems[J]. Operations Research, 1958,6(6) :791-812.
  • 6Lin S.Computer solutions to the traveling salesman problem[J]. Bell System Technical Journal,1965,44(10):2245-2269.
  • 7Lin S, Kemighan B W.An effective heuristic algorithm for the traveling salesman problem[J].Operations Research, 1973,21(2): 498-516.
  • 8Olafsson S, Shi Leyuan.An integrated framework for determinis- tic and stochastic optimization[C]//Proceedings of the 1997 Win- ter Stimulation Conference.USA:IEEE,1997:358-365.
  • 9Shi Leyuan.Nested partition method for global optimization[J].Op- erations Research,2000,48(3) :390-407.
  • 10Colorni A, Dorigo M, ManiezzoV, et al. Distributed optimization by ant colonies[C]//Proceedings of the 1st European Conference on Artificial Life, 1991,134-142.

共引文献76

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

内容加载中请稍等...
;
使用帮助 返回顶部