NEApr 15, 2018

Particle Swarm Optimization: A survey of historical and recent developments with hybridization perspectives

arXiv:1804.05319v2473 citations
Originality Synthesis-oriented
AI Analysis

It serves as an incremental review for researchers and practitioners interested in PSO applications and advancements.

This paper provides a comprehensive survey of Particle Swarm Optimization (PSO), covering its historical development, recent improvements, and hybridization with other algorithms, without presenting new experimental results or specific numerical gains.

Particle Swarm Optimization (PSO) is a metaheuristic global optimization paradigm that has gained prominence in the last two decades due to its ease of application in unsupervised, complex multidimensional problems which cannot be solved using traditional deterministic algorithms. The canonical particle swarm optimizer is based on the flocking behavior and social co-operation of birds and fish schools and draws heavily from the evolutionary behavior of these organisms. This paper serves to provide a thorough survey of the PSO algorithm with special emphasis on the development, deployment and improvements of its most basic as well as some of the state-of-the-art implementations. Concepts and directions on choosing the inertia weight, constriction factor, cognition and social weights and perspectives on convergence, parallelization, elitism, niching and discrete optimization as well as neighborhood topologies are outlined. Hybridization attempts with other evolutionary and swarm paradigms in selected applications are covered and an up-to-date review is put forward for the interested reader.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes