Sven Czarnian
|
1b2003e879
|
update the constructor
|
2021-10-17 17:44:06 +02:00 |
|
Sven Czarnian
|
7a1d4a5959
|
optimize the performance
|
2021-10-17 17:31:29 +02:00 |
|
Sven Czarnian
|
62f2a6c3ed
|
add TODOs for the later release
|
2021-10-17 17:31:19 +02:00 |
|
Sven Czarnian
|
01ce0f1bfe
|
measure the execution time
|
2021-10-17 17:28:20 +02:00 |
|
Sven Czarnian
|
6151fc255a
|
remove useless prints
|
2021-10-17 17:28:10 +02:00 |
|
Sven Czarnian
|
fec26a6d6d
|
call the optimization
|
2021-10-17 17:12:40 +02:00 |
|
Sven Czarnian
|
061eb7eac6
|
implement the first version of the ACO algorithm
|
2021-10-17 17:12:26 +02:00 |
|
Sven Czarnian
|
125eef8729
|
add some additional parameters
|
2021-10-17 17:11:58 +02:00 |
|
Sven Czarnian
|
c09a5ffe77
|
fix some bugs in the runway manager during the ETA calculation
|
2021-10-16 08:06:04 +02:00 |
|
Sven Czarnian
|
c835944e8d
|
sort the FCFS list
|
2021-10-15 18:10:01 +02:00 |
|
Sven Czarnian
|
43589eaa35
|
fix two found crashes
|
2021-10-14 14:35:27 +02:00 |
|
Sven Czarnian
|
a7541925c7
|
rename the cost function. it manages more the runways
|
2021-10-14 14:13:42 +02:00 |
|
Sven Czarnian
|
3b8989508e
|
add the absolut minimal optimization value due RHC definition
|
2021-10-14 14:12:43 +02:00 |
|
Sven Czarnian
|
217c9ad742
|
rename the member to PlannedArrivalTime for better readability
|
2021-10-14 14:12:12 +02:00 |
|
Sven Czarnian
|
44837e59f1
|
extend the logger for debugging purposes
|
2021-10-13 21:43:12 +02:00 |
|
Sven Czarnian
|
5295d1c155
|
use the theoretical earliest arrival time
|
2021-10-13 21:42:45 +02:00 |
|
Sven Czarnian
|
73e5a42f52
|
place the recat spacing in the constraints
|
2021-10-13 20:10:07 +02:00 |
|
Sven Czarnian
|
a611a91fe3
|
merge the constraints and the arrival routes
|
2021-10-13 16:17:10 +02:00 |
|
Sven Czarnian
|
1e043e2765
|
define member variables with capital letters
|
2021-10-13 12:52:29 +02:00 |
|
Sven Czarnian
|
9d69a60396
|
introduce classes for the ACO algorithm
|
2021-10-12 22:30:20 +02:00 |
|
Sven Czarnian
|
a0b00f7c42
|
implement the RHC mananger
|
2021-10-12 22:28:50 +02:00 |
|
Sven Czarnian
|
2ef1e13bd6
|
extend the worker thread
|
2021-10-12 22:27:55 +02:00 |
|
Sven Czarnian
|
a86dfa01d8
|
add a weather model
|
2021-10-11 21:58:14 +02:00 |
|
Sven Czarnian
|
667829b03d
|
fix a crash during the update call
|
2021-09-25 09:03:55 +02:00 |
|
Sven Czarnian
|
484be00e8c
|
redefined the API to avoid GC issues during the destruction of the AMAN and its children
|
2021-09-24 22:28:19 +02:00 |
|
Sven Czarnian
|
9de9b813ba
|
sort the received aircraft reports into the corresponding worker thread
|
2021-09-03 23:35:17 +02:00 |
|
Sven Czarnian
|
793d92ff83
|
get the arrival routes
|
2021-09-03 23:06:26 +02:00 |
|
Sven Czarnian
|
aaa37a5f62
|
execute the planner every minute
|
2021-09-02 21:01:00 +02:00 |
|
Sven Czarnian
|
64c238899a
|
introduce a worker thread for the planning tasks
|
2021-09-02 20:59:02 +02:00 |
|