chapter six
6 Swarm intelligence: Ants
This chapter covers
- Seeing and understanding what inspired swarm intelligence algorithms
- Solving problems with swarm intelligence algorithms
- Designing and implementing an ant colony optimization algorithm
6.1 What is swarm intelligence?
Swarm intelligence algorithms, much like the evolutionary algorithms discussed in Chapter 5, are a family of nature-inspired algorithms. However, while evolutionary algorithms mimic genetic reproduction, swarm intelligence mimics the collective behavior of animals. When we observe the world around us, we see many life forms that are seemingly primitive and unintelligent as individuals, yet exhibit intelligent emergent behavior when acting in groups.