[1]GAO Shang,FANG Jing.A polynomial approximation algorithm for the traveling salesman problem[J].CAAI Transactions on Intelligent Systems,2010,5(4):342-346.
Copy
CAAI Transactions on Intelligent Systems[ISSN 1673-4785/CN 23-1538/TP] Volume:
5
Number of periods:
2010 4
Page number:
342-346
Column:
学术论文—人工智能基础
Public date:
2010-08-25
- Title:
-
A polynomial approximation algorithm for the traveling salesman problem
- Author(s):
-
GAO Shang; FANG Jing
-
School of Computer and Engineering, Jiangsu University of Science and Technology, Zhenjiang 212003, China
-
- Keywords:
-
expansion method; shrink method; traveling salesman problem
- CLC:
-
TP301.6
- DOI:
-
-
- Abstract:
-
The traveling salesman problem (TSP)is a typical combinational optimization problem which is easy to describe and hard to solve. For largescale TSP problems, an effective solution has yet to be found. To improve the time performance of the elastic net method in solving large scale TSPs, faster algorithms were investigated. Use of the elastic net method, the expansion method and the shrink method were proposed. The time complexities of these algorithms were less than O(N3) . After comparison and analysis it was clear that the results of the expansion method were comparatively ideal. Based on analysis of the expansion method, a stochastic expansion method and a complete expansion method were developed. The time complexity of the complete expansion method was less than O(N4), and it was still a polynomial algorithm. Practical examples showed that the complete expansion method is fast and efficient.