Books for Nature-Inspired Computing
Documents for Nature-Inspired Computing
Flocks, Herds, and Schools: A Distributed Behavioral Model
Search and Optimization by Metaheuristics Techniques and Algorithms Inspired by Nature.pdf
Jaya_ An Advanced Optimization Algorithm and its Engineering Applications.pdf
**Artificial Bee Colony Algorithm**
Materials:
The Power of Bee Democracy
<https://www.youtube.com/watch?v=NDnQ4pAjBUg>
Philosophy of Artificial Bee Colony Optimisation Techniqu
<https://www.youtube.com/watch?v=4-qVEHThrL8>
Artificial Bee Colony Optimization - demo
<https://www.youtube.com/watch?v=0_ob8kMjCPQ>
Artificial Bee Colony Algorithm
<https://www.youtube.com/watch?v=U9ah51wjvgo>
Implementation of Artificial Bee Colony using MATLAB
<https://www.youtube.com/watch?v=2Huy72h7Y20>
Artificial Bee Colony (ABC) Visualized - Artificial Intelligence
<https://www.youtube.com/watch?v=3qQr1eZwz5E>
Hybrid Artificial Bee Colony Algorithm for Neural Network Training - 1Crore Projects
<https://www.youtube.com/watch?v=mO21IBDz57M>
Hive implements the so-called Artificial Bee Colony (ABC) algorithm which is a swarm-based algorithms inspired by nature.
<https://github.com/rwuilbercq/Hive>
Homepage of Artificial Bee Colony (ABC) Algorithm
<https://abc.erciyes.edu.tr/>
**BeeColPy** is a module for function optimization through artificial bee colony algorithm, a method developed by Karaboga [1], a variant of classical particle swarm optimization.
<https://github.com/renard162/BeeColPy>