• Stars
    star
    1
  • Language
    MATLAB
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

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.