This repository contains examples of so called swarm intelligence algorithms implemented in Python.
The purpose of this repository is to implement the algorithms from scratch and get better understanding of how they actually work. This code is not intended to be used for production.
For now actually, it only contains particle swarm optimization and firefly search algorithms implementation, but there will be more in the future, including jupyter notebook demos to have fun with.