|国家预印本平台
首页|基于贪心环路的减量迭代TSP优化新算法

基于贪心环路的减量迭代TSP优化新算法

new optimization algorithm of iterative decrease on Traveling Salesman Problem based on greed circuit

中文摘要英文摘要

借用Kruskal最小生成树算法的思想,按照最短边优先的次序,首先依次生成TSP问题环路中的各条边,构造出贪心环路初始解。然后,通过点减量迭代的方式对贪心环路进行第一次优化。接着,采用单边减量迭代的方式进行第二次优化。最后,采用多边减量迭代的方式进行第三次优化。为便于操作,将每个点的状态描述成六元组类型,将边描述成三元组类型,将TSPLIB中的坐标数据和邻接矩阵数据改造成由三元组数据元素组成的上三角邻接矩阵。通过对称TSPLIB中12种实例和CHN144总计13种实例数据进行检测,能把目前已知最好的解中eil101、eil76和brazil58进一步削减优化,将eil101由629下降到620,将eil76由538下降到533,将brazil58由25395下降到18456,并给出了相应解的环路路径解序列。减量迭代TSP优化算法的时间复杂度为多项式时间。

Use for reference Kruskal algorithm on the minimum spanning tree to produce the edges in the solution of Traveling Salesman Problem and build the initial solution of the greed circuit in order of precedence of the shortest edge. Then, make the first optimization arrangement with the iterative decrease of point and the twice optimization arrangement with the iterative decrease of single edge. Finally, continue the third optimization arrangement with the iterative decrease of multiple edges. In order to convenience of computation, status of each point is described as a six tuple, and each edge is characterized as a three tuple, and then these coordinate data and adjacency matrix data in TSPLIB is reconstructed as adjacency matrix of upper triangle. Tested on thirteen illustrations, one part of which is twelve illustrations in TSPLIB and another is CHN144, the new algorithm of which is able to largely decrease these known best solutions and eil101, eil76 and brazil58 are deceased from 629 to 620, from 538 to 533 and from 25395 to 18456 respectively, at the same time show the circuit path sequence of their solution on Traveling Salesman Problem. The time complexity of the new algorithm is polynomial.

马文军、李洪波、陈军

计算技术、计算机技术

SP贪心环路,减量迭代,点减量,单边减量,多边减量

SP greed circuit iterative decrease decrease of point decrease of single edge decrease of multiple edges

马文军,李洪波,陈军.基于贪心环路的减量迭代TSP优化新算法[EB/OL].(2007-08-22)[2025-08-24].http://www.paper.edu.cn/releasepaper/content/200708-324.点此复制

评论