Commit b9be44ce authored by Georgios Dagkakis's avatar Georgios Dagkakis

correction of bug

parent 03c6e87e
......@@ -218,7 +218,7 @@ class BatchesStochasticACO(BatchesACO):
for l in antsForNextGeneration:
self.outputSheet.write(self.rowIndex,1,'Ant to carry pheromone to next generation')
self.outputSheet.write(self.rowIndex,2,ant['key'])
self.outputSheet.write(self.rowIndex,2,l['key'])
self.rowIndex+=1
# update the options list to ensure that good performing queue-rule
# combinations have increased representation and good chance of
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment