add some additional parameters
This commit is contained in:
@@ -15,4 +15,10 @@ class Configuration:
|
|||||||
# the ACO specific information
|
# the ACO specific information
|
||||||
self.AntCount = antCount
|
self.AntCount = antCount
|
||||||
self.ExplorationRuns = explorationCount
|
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
|
||||||
Reference in New Issue
Block a user