Yomna521 / TSP-Ant-Colony

Travelling salesman problem solved by ant colony algorithm using java

Repository from Github https://github.comYomna521/TSP-Ant-ColonyRepository from Github https://github.comYomna521/TSP-Ant-Colony

TSP-Ant-Colony

Travelling salesman problem solved by ant colony algorithm using java

Input Samples

The file contains 3 different cities:

  • Cincinnati: 10 locations
  • Atlanta: 20 locations
  • NYC: 68 locations

Each city contains the locations' coordinates.

About

Travelling salesman problem solved by ant colony algorithm using java


Languages

Language:Java 100.0%