Skip to content

Ant colony optimization algorithm (ACO) applied to travelling salesman problem.

Notifications You must be signed in to change notification settings

francisco3511/travelling-salesman-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Ant colony optimization algorithm (ACO) applied to travelling salesman problem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published