2012
DOI: 10.5815/ijeme.2012.09.09
|View full text |Cite
|
Sign up to set email alerts
|

The Design and Analysis of TSP Problem Based on Genetic Algorithm and Ant Colony Algorithm

Abstract: This paper firstly makes a brief introduction about TSP problem, Genetic Algorithm and Ant Colony Algorithm, then gives the basic principles and steps of the two kinds of algorithms in solving the TSP problem, does design analysis and experiments of the two kinds of algorithms for solving TSP problem, and draws some useful conclusions: under the experimental conditions, while the population during 5 to 15, the Ant Colony Algorithm for TSP problem is more effective; when the population is 1~2.5 times than citie… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
5
0

Year Published

2015
2015
2022
2022

Publication Types

Select...
2
2
1

Relationship

0
5

Authors

Journals

citations
Cited by 9 publications
(9 citation statements)
references
References 0 publications
0
5
0
Order By: Relevance
“…The principle of GA is based on the processes occurring in living nature due to evolution and reproduces Ch. Darwin's idea of natural selection (Bi, Dong, & Ma, 2012). GA is used for solving optimization problems by random selection, combination and variation of the desired parameters.…”
Section: Application Of Genetic Algorithm To Solve the Travelling Salmentioning
confidence: 99%
See 1 more Smart Citation
“…The principle of GA is based on the processes occurring in living nature due to evolution and reproduces Ch. Darwin's idea of natural selection (Bi, Dong, & Ma, 2012). GA is used for solving optimization problems by random selection, combination and variation of the desired parameters.…”
Section: Application Of Genetic Algorithm To Solve the Travelling Salmentioning
confidence: 99%
“…The problem statement and several algorithms of its solution are presented in it. Nowadays the solution of this problem has rather a theoretical value for the scientists than a practical one, as it serves as the basis for developing new optimization algorithms, for instance, (Bi, Dong, & Ma, 2012). Still, the practical side of the TSP is even more interesting as it has a large number of applications from direct allocation, incorporated in the routing task (Kouki, Chaar, & Ksouri, 2009) to DNA problems (Zhong, 2003).…”
Section: Introductionmentioning
confidence: 99%
“…15 In general, when the amount of ants and the amount of picking points are close or the same (between 5 and 15), the ACO is better than the GA in searching optimized solution of traveling salesman problem (TSP). 16 When the numbers of picking points are between 0 and 20, the ACO is more suitable than any other algorithm in searching optimized solution.…”
Section: Introductionmentioning
confidence: 99%
“…Coding uses natural number coding, each natural number is the number of one city that represents a gene on chromosome. Suppose there are n cities, and then there are n genes on chromosome, so the sequence number of genes represents a path, such as chromosome (3,5,2,8,6,1,4,7,3) represents that you start from the city 3, and pass through the city 5, 2, 8, 6, 1, 4, 7, and finally you must back to the initial city.…”
Section: Genetic Algorithm For Solving Tsp Problemmentioning
confidence: 99%
“…Genetic algorithm regards all individuals in a population as objects and uses randomization technique to guide an efficient search for the coding parameter space [6]. Work and basic tasks it must complete consist genetic coding, fitness function, genetic operator, algorithm' parameter and termination condition of algorithm.…”
Section: Genetic Algorithm For Solving Tsp Problemmentioning
confidence: 99%