Commit Graph

18 Commits

Author SHA1 Message Date
Sven Czarnian
ae96e5be6b abort if we found the optimal solution 2021-12-16 10:24:10 +01:00
Sven Czarnian
bb6cacd898 fix an issue in the global update 2021-12-16 10:23:40 +01:00
Sven Czarnian
cd5c21d099 use the shortcut-path as the ITA for the optimization, but use the full path as the ITA itself 2021-12-16 10:22:43 +01:00
Sven Czarnian
5242fe0d87 use the optimization thresholds to calculate the TTG 2021-12-15 09:28:59 +01:00
Sven Czarnian
2b4200ba58 remove a debug message 2021-11-29 17:56:28 +01:00
Sven Czarnian
a8419c286f change the TTL/TTG assignment to the IAF -> predictable shortcuts via DIRECTs 2021-11-25 22:52:48 +01:00
Sven Czarnian
8b34f622a3 adapt the code to split up predictions form the inbounds 2021-11-13 22:55:04 +01:00
Sven Czarnian
921919488f calculate the PTA based on linear functions for the complete arrival route 2021-11-12 19:40:19 +01:00
Sven Czarnian
6f36d8f569 run the optimization every time to optimze also based on TTG 2021-11-12 19:38:11 +01:00
Sven Czarnian
40ddd7c188 remove debugging messages 2021-11-12 19:37:26 +01:00
Sven Czarnian
63378a347b set the planned arrival route and trackmiles 2021-11-11 23:23:25 +01:00
Sven Czarnian
3d87c3918b remove some debugging todos 2021-11-10 22:50:00 +01:00
Sven Czarnian
97a2f24f28 use weights to find better sequence with TTG and TTL constraints 2021-11-10 22:45:30 +01:00
Sven Czarnian
7c6d098812 increase computational performance 2021-10-18 18:53:24 +02:00
Sven Czarnian
62f2a6c3ed add TODOs for the later release 2021-10-17 17:31:19 +02:00
Sven Czarnian
6151fc255a remove useless prints 2021-10-17 17:28:10 +02:00
Sven Czarnian
061eb7eac6 implement the first version of the ACO algorithm 2021-10-17 17:12:26 +02:00
Sven Czarnian
9d69a60396 introduce classes for the ACO algorithm 2021-10-12 22:30:20 +02:00