trevlovett / Python-Ant-Colony-TSP-Solver

Solves the TSP using multithreaded ACO method
BSD 3-Clause "New" or "Revised" License
103 stars 49 forks source link

Added parameter for logs #5

Open Helias opened 5 years ago

Helias commented 5 years ago

Added parameter for logs.

known issues:

In ant.py, if I disable this print it doesn't work, I have to print something with at least a new line (like print("")).