2017
DOI: 10.5120/ijca2017915829
|View full text |Cite
|
Sign up to set email alerts
|

An overview of GA and PGA

Abstract: Genetic algorithms have been proven to be both an efficient and effective means of solving certain types of search and optimization problems. Genetic algorithms have been applied with positive results in many areas including scheduling problems, neural networking, face recognition and other NPcomplete problems. The idea behind GA´s is to extract optimization strategies nature uses successfully -known as Darwinian Evolution -and transform them for application in mathematical optimization theory to find the glob… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
5
0

Year Published

2022
2022
2024
2024

Publication Types

Select...
2
1

Relationship

0
3

Authors

Journals

citations
Cited by 3 publications
(5 citation statements)
references
References 5 publications
0
5
0
Order By: Relevance
“…GA is an optimization problem-solving meta-heuristic algorithm [106], characterized for the search tasks by imitating genetic behavior and the natural world [107]. The goal of this iterative process is maintaining a population of structures that could potentially solve particular domain challenges .…”
Section: Genetic Algorithm (Ga) Optimization Techniquementioning
confidence: 99%
See 1 more Smart Citation
“…GA is an optimization problem-solving meta-heuristic algorithm [106], characterized for the search tasks by imitating genetic behavior and the natural world [107]. The goal of this iterative process is maintaining a population of structures that could potentially solve particular domain challenges .…”
Section: Genetic Algorithm (Ga) Optimization Techniquementioning
confidence: 99%
“…The goal of this iterative process is maintaining a population of structures that could potentially solve particular domain challenges . Using particular genetic operators like reproduction, crossover, and mutation [106], a new population of candidate solutions is created during each temporal increment ( generation) based on evaluating the effectiveness of structures in the current population as domain solutions . The population approaches the optimal solution with each increment [R3].…”
Section: Genetic Algorithm (Ga) Optimization Techniquementioning
confidence: 99%
“…As explained previously, the GA should be implemented in a parallel style to achieve real-time path planning and overcome the GA's computational drawback. Many studies, such as [16][17][18], have discussed the Parallel Genetic Algorithm (PGA). These researches focus on models, hardware architectures, APIs, and middleware used to implement PGAs.…”
Section: Parallel Genetic Algorithmmentioning
confidence: 99%
“…Fitness_Offspring = Fitness_function(Offspring) with each other to discover the high-quality solutions. There are many types of the parallel genetic algorithm such as master-slave, fine-grained and coarse-grained [11], [12]. In the master-slave model, Master has duties to control and share data to all slaves, while slaves have the same duties.…”
Section: Chapter 2 Literature Reviewsmentioning
confidence: 99%
“…The problems in the experiment has 3 sizes of cites (11,15, and 17 cities and 5 problems per each). A problem of the 17-cities problems was from TSPLIB, a collection of traveling salesman problem datasets maintained by Gerhard Reinelt [35].…”
Section: Traveling Salesman Problemmentioning
confidence: 99%