August 2020
Intermediate to advanced
392 pages
9h 54m
English
This chapter covers
Understanding the inspiration for particle swarm intelligence algorithms
Understanding and solving optimization problems
Designing and implementing a particle swarm optimization algorithm
Particle swarm optimization is another swarm algorithm. Swarm intelligence relies on emergent behavior of many individuals to solve difficult problems as a collective. We saw in chapter 6 how ants can find the shortest paths between destinations through their use of pheromones.
Bird flocks are another ideal example of swarm intelligence in nature. When a single bird is flying, it might attempt several maneuvers and techniques to preserve energy, such as jumping ...