The following is a list of just some of the variants of Particle Swarm Optimization:
- Traditional Particle Swarm Optimization
- Canonical Particle Swarm Optimization
- Fully informed Particle Swarm Optimization
Let's now talk a little bit about the theory behind swarm intelligence, and then we'll move into two of the more specialized types of study in that field: Particle Swarm Optimization and ant swarm optimization, which are both direct drop-in replacements for back propagation!
However fascinating and intriguing you find this, please remember that nothing is perfect and there's no single shiny bullet that works for everything. This is a fascinating theory of study and entire books have been written on ...