Skip to main content

Command Palette

Search for a command to run...

Practical swarm optimization (PSO)

Published
1 min readView as Markdown
Practical swarm optimization (PSO)
S

Currently, Sajjad works as a lecturer in computer science at University of the West of Scotland. His research interest includes Multimedia forensics, Multimedia Security, Information Hiding, Image/Audio/Video Signal Processing, Pattern Recognition, and Machine Learning.

Eberhart and Kennedy proposed a meta-heuristic method called Particle Swarm Optimization (PSO). PSO is inspired by a easy mathematical model of the swarm intelligence of fish and birds. This optimizer examines the dedicated problem search space to find the most excellent settings or parameters needed to maximize a specific objective. In other words, particle swarm is a collection of candidate solutions to the problem optimization that may flow in the search parameter space called trajectories which is determined by the best performance of itself and its neighbors. The PSO can be run to maximize and minimize problems. That means the minimum or maximum value of a process can be found. A task of minimizing W function can be explained by the following :

Given W : Sn → S Find xS ˇ n such that W (x)ˇ ≤ W (x), ∀x ∈ Sn

More from this blog

Untitled Publication

15 posts