Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 447 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 447 Bytes

IAA-Proj 1

TSP genetic algorithm

A genectic algorithm that solves the Traveling Salesman Problem.

Made by Davi Dupin (17/0140148) and Matheus Azevedo (17/0110940).

Dependencies

  • Python 3
  • Pandas
  • Matplotlib
  • NumPy

Installing dependencies

$ pip3 install pandas
$ pip3 install matplotlib
$ pip3 install numpy

Running

$ python3 main.py