Ant Colony Optimisation is an implimentation of the ant colony optimsations algorithm written in Python. Numpy used for linear algebra and SciPy for distance matrix.
Dataset used is found here. Target distance is 284.3809
All original work, use as required via license.
Python 3.7.7 or higher is required.
Use the package manager pip to install the following requirements.
pip install numpy
pip install scipy
pip install matplotlib
ACO.py - Stand alone ACO inplimentation. readme.md - Read me file.