use the optimization thresholds to calculate the TTG

This commit is contained in:
Sven Czarnian
2021-12-15 09:28:59 +01:00
parent 72959a8e26
commit 5242fe0d87
5 changed files with 21 additions and 14 deletions

View File

@@ -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)