Pārlūkot izejas kodu

remove useless prints

Sven Czarnian 3 gadi atpakaļ
vecāks
revīzija
6151fc255a
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      aman/sys/aco/Colony.py

+ 0 - 1
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