Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 344 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 344 Bytes

This project consists on the usage of the Ant colony optimization meta-heuristic algorithm to find an optimal solution to the Travelling Salesman Problem. The simulation process consists on a group of ants transversing the graph to find Hamiltonian cycles and returning to the nest. The shortest path found is saved and returned to the user.