Module 15: Other Swarm & Nature-Inspired Methods - Bees, Fireflies, and the Metaphor Problem
Beyond PSO and ACO lies a zoo of nature-inspired algorithms: artificial bee colony, firefly, bat, harmony search, and dozens more. Some are genuinely useful. Many are just PSO with different animal names. We separate substance from metaphor.
Learning Objectives
- Implement Artificial Bee Colony (ABC) optimization
- Understand the firefly algorithm and its connection to PSO
- Critically evaluate: which algorithms have theoretical grounding?
- Understand the "novel metaheuristic" controversy in the field
- Know when to use established methods vs newer nature-inspired ones
Concept Explanation
Coming soon.
Code Examples
Coming soon.
Exercises
Coming soon.
Milestone Checklist
- Implemented ABC
- Can critically evaluate a nature-inspired algorithm paper
- Understand the Sorensen critique of metaphor-driven algorithms
- Know which methods have convergence proofs
Was this page helpful?