Course Hero Logo

Generalized traveling salesman problem 097 mehmet

Course Hero uses AI to attempt to automatically extract content from documents to surface to you and others so you can study better, e.g., in search results, to enrich docs, and more. This preview shows page 9 - 13 out of 212 pages.

Generalized Traveling Salesman Problem097Mehmet Fatih Tasgetiren, Yun-Chia Liang, Quan-Ke Pan and P. N. Suganthan6. Solving TSP by Transiently Chaotic Neural Networks117Shyan-Shiou Chen and Chih-Wen Shih7.A Recurrent Neural Network to Traveling Salesman Problem135Paulo Henrique Siqueira, Sérgio Scheer, and Maria Teresinha Arns Steiner8.Solving the Probabilistic Travelling Salesman Problem Based onGenetic Algorithm with Queen Selection Scheme157Yu-Hsin Liu
X9.Niche Pseudo-Parallel Genetic Algorithms for Path Optimization ofAutonomous Mobile Robot - A Specific Application of TSP173Zhihua Shen and Yingkai Zhao10. The Symmetric Circulant Traveling Salesman Problem181Federico Greco and Ivan Gerace
1Population-Based Optimization Algorithms forSolving the Travelling Salesman ProblemMohammad Reza Bonyadi, Mostafa Rahimi Azghadiand Hamed Shah-HosseiniDepartment of Electrical and Computer Engineering,Shahid Beheshti University,Tehran, Iran1. IntroductionThe Travelling Salesman Problem or the TSP is a representative of a large class of problemsknown as combinatorial optimization problems. In the ordinary form of the TSP, a map ofcities is given to the salesman and he has to visit all the cities only once to complete a toursuch that the length of the tour is the shortest among all possible tours for this map. Thedata consist of weights assigned to the edges of a finite complete graph, and the objective isto find a Hamiltonian cycle, a cycle passing through all the vertices, of the graph whilehaving the minimum total weight. In the TSP context, Hamiltonian cycles are commonlycalled tours. For example, given the map shown in figure l, the lowest cost route would bethe one written (A, B, C, E, D, A), with the cost 31.Fig. 1. The tour with A=>B =>C =>E =>D => A is the optimal tour.In general, the TSP includes two different kinds, the Symmetric TSP and the AsymmetricTSP. In the symmetric form known as STSP there is only one way between two adjacentcities, i.e., the distance between cities A and B is equal to the distance between cities B and A(Fig. 1). But in the ATSP (Asymmetric TSP) there is not such symmetry and it is possible tohave two different costs or distances between two cities. Hence, the number of tours in theATSP and STSP onnvertices (cities) is(n-1)!and(n-1)!/2,respectively. Please note that thegraphs which represent these TSPs are complete graphs. In this chapter we mostly considerthe STSP. It is known that the TSP is an NP-hard problem (Garey & Johnson, 1979) and isoften used for testing the optimization algorithms. Finding Hamiltonian cycles or traveling
Travelling Salesman Problem2salesman tours is possible using a simple dynamic program using time and spaceO(2nnO(1)),that finds Hamiltonian paths with specified endpoints for each induced subgraph of theinput graph (Eppstein, 2007). The TSP has many applications in different engineering andoptimization problems. The TSP is a useful problem in routing problems e.g. in atransportation system.

Upload your study docs or become a

Course Hero member to access this document

Upload your study docs or become a

Course Hero member to access this document

End of preview. Want to read all 212 pages?

Upload your study docs or become a

Course Hero member to access this document

Term
Fall
Professor
staff
Tags
Test, Ant colony optimization, Travelling salesman problem, NP complete, TSP, Combinatorial optimization

Newly uploaded documents

Show More

Newly uploaded documents

Show More

  • Left Quote Icon

    Student Picture

  • Left Quote Icon

    Student Picture

  • Left Quote Icon

    Student Picture