paper-with-me

Papers

A Fresh Approach to Evaluate Performance in Distributed Parallel Genetic Algorithms

2021-06-18 · Tomohiro Harada, Enrique Alba, Gabriel Luque

This work proposes a novel approach to evaluate and analyze the behavior of multi-population parallel genetic algorithms (PGAs) when running on a cluster of multi-core processors. In particular, we deeply study their numerical and computational behavior by proposing a mathematical model representing the observed performance curves. In them, we discuss the emerging mathematical descriptions of PGA performance instead of, e.g., individual isolated results subject to visual inspection, for a better understanding of the effects of the number of cores used (scalability), their migration policy (the migration gap, in this paper), and the features of the solved problem (type of encoding and problem size). The conclusions based on the real figures and the numerical models fitting them represent a fresh way of understanding their speed-up, running time, and numerical effort, allowing a comparison based on a few meaningful numeric parameters. This represents a set of conclusions beyond the usual textual lessons found in past works on PGAs. It can be used as an estimation tool for the future performance of the algorithms and a way of finding out their limitations.

📄 PDF Abstract BibTeX arXiv:2106.09922

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

It is Time for New Perspectives on How to Fight Bloat in GP

2020-05-01 · Francisco Fernández de Vega, Gustavo Olague, Francisco Chávez, Daniel Lanza 외

The present and future of evolutionary algorithms depends on the proper use of modern parallel and distributed computing infrastructures. Although still sequential approaches dominate the landscape, available multi-core,…

Distributed ComputingEvolutionary Algorithms

From $O(mn)$ to $O(r^2)$: Two-Sided Low-Rank Communication for Adam in Distributed Training with Memory Efficiency

2026-02-08 · Sizhe Dang, Jiaqi Shao, Xiaodong Zheng, Guang Dai 외 arxiv

As foundation models continue to scale, pretraining increasingly relies on data-parallel distributed optimization, making bandwidth-limited gradient synchronization a key bottleneck. Orthogonally, projection-based low-ra…

Distributed Optimization

An Approach for Parallel Genetic Algorithms in the Cloud using Software Containers

2016-06-22 · Pasquale Salza, Filomena Ferrucci

Genetic Algorithms (GAs) are a powerful technique to address hard optimisation problems. However, scalability issues might prevent them from being applied to real-world problems. Exploiting parallel GAs in the cloud migh…

Parallel Genetic Algorithm to Solve Traveling Salesman Problem on MapReduce Framework using Hadoop Cluster

2014-01-24 · Harun Rasit Er, Nadia Erdogan

Traveling Salesman Problem (TSP) is one of the most common studied problems in combinatorial optimization. Given the list of cities and distances between them, the problem is to find the shortest tour possible which visi…

Combinatorial OptimizationTraveling Salesman Problem

Maximizing Parallelism in Distributed Training for Huge Neural Networks

2021-05-30 · Zhengda Bian, Qifan Xu, Boxiang Wang, Yang You

The recent Natural Language Processing techniques have been refreshing the state-of-the-art performance at an incredible speed. Training huge language models is therefore an imperative demand in both industry and academy…