Этот коммит содержится в:
Sven Czarnian
2021-10-17 17:28:10 +02:00
родитель fec26a6d6d
Коммит 6151fc255a

Просмотреть файл

@@ -103,7 +103,6 @@ class Colony:
if None == bestSequence or bestCandidate[0] < bestSequence[0]:
bestSequence = bestCandidate
print(self.PheromoneMatrix)
# create the final sequence
if None != bestSequence:
# create the resulting sequence