From 6151fc255ad89f03e8f5758b136c76be1039d0aa Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Sun, 17 Oct 2021 17:28:10 +0200 Subject: [PATCH] remove useless prints --- aman/sys/aco/Colony.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aman/sys/aco/Colony.py b/aman/sys/aco/Colony.py index 590ceaa..cd5088c 100644 --- a/aman/sys/aco/Colony.py +++ b/aman/sys/aco/Colony.py @@ -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