remove useless prints
This commit is contained in:
@@ -103,7 +103,6 @@ class Colony:
|
|||||||
if None == bestSequence or bestCandidate[0] < bestSequence[0]:
|
if None == bestSequence or bestCandidate[0] < bestSequence[0]:
|
||||||
bestSequence = bestCandidate
|
bestSequence = bestCandidate
|
||||||
|
|
||||||
print(self.PheromoneMatrix)
|
|
||||||
# create the final sequence
|
# create the final sequence
|
||||||
if None != bestSequence:
|
if None != bestSequence:
|
||||||
# create the resulting sequence
|
# create the resulting sequence
|
||||||
|
|||||||
Reference in New Issue
Block a user