2017
DOI: 10.21817/ijet/2017/v9i2/170902188
|View full text |Cite
|
Sign up to set email alerts
|

Solving Travelling Salesman Problem Using Greedy Genetic Algorithm GGA

Abstract: Abstract-Travelling Salesman Problem represents a class of problems in computer science. This problem has many application areas in science and engineering. Genetic Algorithm is used to solve these problems and the performance of genetic algorithm depends on its operators. In this paper new greedy genetic algorithm has been proposed to solve TSP. The proposed greedy genetic algorithm is applied and tested on some standard TSP problems; the obtained results are compared with existing methods and found better in… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2

Citation Types

0
4
0

Year Published

2022
2022
2024
2024

Publication Types

Select...
3
1

Relationship

0
4

Authors

Journals

citations
Cited by 4 publications
(4 citation statements)
references
References 9 publications
0
4
0
Order By: Relevance
“…In [21] an algorithm for finding the shortest distance is proposed by choosing the shortest, not yet chosen edge, provided that it does not form a cycle with already chosen edges. This is the so-called greedy algorithm.…”
Section: The Problem Of Transport Logisticsmentioning
confidence: 99%
See 1 more Smart Citation
“…In [21] an algorithm for finding the shortest distance is proposed by choosing the shortest, not yet chosen edge, provided that it does not form a cycle with already chosen edges. This is the so-called greedy algorithm.…”
Section: The Problem Of Transport Logisticsmentioning
confidence: 99%
“…This is the so-called greedy algorithm. The advantages of [21] are high running time, limited only by the speed of sorting, ease of implementation, and no use of additional computer resources. The disadvantage of [21] is the presence of such a set, in which the solution will not be exact.…”
Section: The Problem Of Transport Logisticsmentioning
confidence: 99%
“…Various algorithms can be used to solve the problem, such as Brute Force Algorithm (BFA), Ant Colony Optimization (ACO), and Genetic Algorithm (GA). This study used GA to solve tour planning problem as it adept at navigating complex search spaces and finding optimal solutions [2]. Many works have been made in GA to improve its performance, one is from J. Zhang [3].…”
Section: Introductionmentioning
confidence: 99%
“…Boyko & Pytel [21] emphasized that genetic algorithms are effective methods for solving both constrained and unconstrained optimization problems, including the TSP, based on natural selection processes. Jain & Prasad [22] proposed the population dynamics in genetic algorithms, which is an important part of the process where an equal number of chromosomes join and exit the population to keep the population size constant.…”
Section: Introductionmentioning
confidence: 99%