paper-with-me

홈 › Papers

Implementation of Parallel Simplified Swarm Optimization in CUDA

2021-10-01 · Wei-Chang Yeh, Zhenyao Liu, Shi-Yi Tan, Shang-Ke Huang

As the acquisition cost of the graphics processing unit (GPU) has decreased, personal computers (PC) can handle optimization problems nowadays. In optimization computing, intelligent swarm algorithms (SIAs) method is suitable for parallelization. However, a GPU-based Simplified Swarm Optimization Algorithm has never been proposed. Accordingly, this paper proposed Parallel Simplified Swarm Optimization (PSSO) based on the CUDA platform considering computational ability and versatility. In PSSO, the theoretical value of time complexity of fitness function is O (tNm). There are t iterations and N fitness functions, each of which required pair comparisons m times. pBests and gBest have the resource preemption when updating in previous studies. As the experiment results showed, the time complexity has successfully reduced by an order of magnitude of N, and the problem of resource preemption was avoided entirely.

📄 PDF Abstract BibTeX arXiv:2110.01470

Code (0)

등록된 구현이 없습니다.

Tasks

GPU

Similar Papers 제목 키워드 기반

CUDA MPC: A GPU-Native Solver for Model Predictive Control

2026-08-04 · Babak Akbari, Melissa Greeff arxiv

Model Predictive Control (MPC) delivers constraint-aware control, but its reliance on online optimization limits its use on systems with fast dynamics, high-dimensional models, or long horizons. Existing GPU implementati…

Parallel 3DPIFCM Algorithm for Noisy Brain MRI Images

2020-02-05 · Arie Agranonik, Maya Herman, Mark Last

In this paper we implemented the algorithm we developed in [1] called 3DPIFCM in a parallel environment by using CUDA on a GPU. In our previous work we introduced 3DPIFCM which performs segmentation of images in noisy co…

GPU

GPU Parallelization Strategies for Forward and Backward Propagation in Shallow Neural Networks: A CUDA-Based Comparative Study

2026-06-29 · Rania Zitouni, Nadine Bousdjira, Sarah Hasnaoui, Amel Sadoun 외 arxiv

We present a comparative study of CUDA optimization strategies applied to forward and backward propagation in a shallow neural network. Three stacked optimizations are evaluated: (1) tiled shared memory with bank-conflic…

A Novel Simplified Swarm Optimization for Generalized Reliability Redundancy Allocation Problem

2021-10-01 · Zhenyao Liu, Jen-Hsuan Chen, Shi-Yi Tan, Wei-Chang Yeh

Network systems are commonly used in various fields, such as power grid, Internet of Things (IoT), and gas networks. Reliability redundancy allocation problem (RRAP) is a well-known reliability design tool, which needs t…

A new simplified MOPSO based on Swarm Elitism and Swarm Memory: MO-ETPSO

2024-02-20 · Ricardo Fitas

This paper presents an algorithm based on Particle Swarm Optimization (PSO), adapted for multi-objective optimization problems: the Elitist PSO (MO-ETPSO). The proposed algorithm integrates core strategies from the well-…