add some additional parameters

此提交包含在:
Sven Czarnian
2021-10-17 17:11:58 +02:00
父節點 c09a5ffe77
當前提交 125eef8729

查看文件

@@ -15,4 +15,10 @@ class Configuration:
# the ACO specific information
self.AntCount = antCount
self.ExplorationRuns = explorationCount
self.PheromoneEvaporationRate = 0.9
self.PheromoneEvaporationRate = 0.9
self.PseudoRandomSelectionRate = 0.9
self.propagationRatio = 0.9
self.Epsilon = 0.1
self.RunwayOccupasionRatio = 0.7
self.Beta = 2.0
self.ThetaZero = None