remove useless prints

This commit is contained in:
Sven Czarnian
2021-10-17 17:28:10 +02:00
parent fec26a6d6d
commit 6151fc255a

View File

@@ -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