This repository has been created to archive a small school project that attempts to find a good approximate solution to the Travelling Salesman problem using an Ant Colony Optimization algorithm in Python.
fourmis.py
is the optimization algorithmn_fact.py
is a standard brute-force algorithm that gives the best solution in factorial timeutils.py
is a repository of useful functions used by both algorithms
[x] Tested with Python 3.8.5
Python libraries required:
matplotlib
numpy