A Gentle Introduction to Particle Swarm Optimization - MachineLearningMastery.com

Particle swarm optimization (PSO) is one of the bio-inspired algorithms and it is a simple one to search for an optimal solution in the solution space. It is different from other optimization algor...

By · · 1 min read
A Gentle Introduction to Particle Swarm Optimization - MachineLearningMastery.com

Source: MachineLearningMastery.com

Particle swarm optimization (PSO) is one of the bio-inspired algorithms and it is a simple one to search for an optimal solution in the solution space. It is different from other optimization algorithms in such a way that only the objective function is needed and it is not dependent on the gradient or any differential […]