There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
ACO_TSP_Solver.m uses the Ant Colony Optimisation (ACO) meta-heuristic to solve the Travelling Salesman Problem (TSP). It takes an input excel file which contains two columns of x and y coordinates and solves a Eucilidean Symmetric TSP.