Python-Ant-Colony-TSP-Solver icon indicating copy to clipboard operation
Python-Ant-Colony-TSP-Solver copied to clipboard

Added parameter for logs

Open Helias opened this issue 6 years ago • 0 comments

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("")).

Helias avatar Apr 07 '19 13:04 Helias