use the optimization thresholds to calculate the TTG
This commit is contained in:
@@ -9,8 +9,7 @@ class Configuration:
|
||||
self.PreceedingInbounds = kwargs.get('preceeding', None)
|
||||
self.EarliestArrivalTime = kwargs.get('earliest', None)
|
||||
self.WeatherModel = kwargs.get('weather', None)
|
||||
self.NavData = kwargs.get('nav', None)
|
||||
self.MaxDelayMay = kwargs.get('maxDelayMay', timedelta(minutes=10))
|
||||
self.AirportConfiguration = kwargs.get('config', None)
|
||||
|
||||
# the ACO specific information
|
||||
self.AntCount = kwargs.get('ants', 20)
|
||||
|
||||
Reference in New Issue
Block a user