Wednesday 13 May 2020

Particle Swarm Optimization (PSO) : Introduction and Velocity Equation explained


This video explains the Concept of Particle Swarm Optimization. It is part 1 of PSO series and introduces PSO along with the discussion on velocity updation equation.

The particle swarm optimization (PSO) algorithm is a population-based search algorithm based on the simulation of the social behavior of birds within a flock. The initial intent of the particle swarm concept was to graphically simulate the graceful and unpredictable choreography of a bird flock , with the aim of discovering patterns that govern the ability of birds to fly synchronously, and to suddenly change direction with a regrouping in an optimal formation. From this initial objective, the concept evolved into a simple and efficient optimization algorithm.