Skip to content

Ant Colony Optimisation is an implementation of the ant colony optimisation algorithm written in Python.

Notifications You must be signed in to change notification settings

benjcowley/ant-colony-optimisation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Ant Colony Optimisation

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.

Installation Requirements

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

File Scrutcture

ACO.py - Stand alone ACO inplimentation. readme.md - Read me file.

License

GNU GPLv3

About

Ant Colony Optimisation is an implementation of the ant colony optimisation algorithm written in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages