Python-Ant-Colony-TSP-Solver
Python-Ant-Colony-TSP-Solver copied to clipboard
Added parameter for logs
Added parameter for logs.
known issues:
- I can't disable the logs while printing this
print ("Ant %s : %s, %s" % (self.ID, self.path_vec, self.path_cost))
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("")).