Treffer: Parallel Genetic Algorithms' Implementation Using a Scalable Concurrent Operation in Python

Title:
Parallel Genetic Algorithms' Implementation Using a Scalable Concurrent Operation in Python
Publisher Information:
MDPI 2022-03-20
Document Type:
E-Ressource Electronic Resource
Availability:
Open access content. Open access content
http://creativecommons.org/licenses/by/4.0
openAccess
http://www.sherpa.ac.uk/romeo/issn/1424-8220
Creative Commons Attribution 4.0 International
Note:
6
22
English
Other Numbers:
CZBUT oai:dspace.vutbr.cz:11012/204169
SENSORS. 2022, vol. 22, issue 6, p. 1-19.
1424-8220
177629
10.3390/s22062389
1332527352
Contributing Source:
BRNO UNIV OF TECHNOL
From OAIster®, provided by the OCLC Cooperative.
Accession Number:
edsoai.on1332527352
Database:
OAIster

Weitere Informationen

This paper presents an implementation of the parallelization of genetic algorithms. Three models of parallelized genetic algorithms are presented, namely the Master-Slave genetic algorithm, the Coarse-Grained genetic algorithm, and the Fine-Grained genetic algorithm. Furthermore, these models are compared with the basic serial genetic algorithm model. Four modules, Multiprocessing, Celery, PyCSP, and Scalable Concurrent Operation in Python, were investigated among the many parallelization options in Python. The Scalable Concurrent Operation in Python was selected as the most favorable option, so the models were implemented using the Python programming language, RabbitMQ, and SCOOP. Based on the implementation results and testing performed, a comparison of the hardware utilization of each deployed model is provided. The results' implementation using SCOOP was investigated from three aspects. The first aspect was the parallelization and integration of the SCOOP module into the resulting Python module. The second was the communication within the genetic algorithm topology. The third aspect was the performance of the parallel genetic algorithm model depending on the hardware.