Sven Czarnian
|
01ce0f1bfe
measure the execution time
|
3 years ago |
Sven Czarnian
|
6151fc255a
remove useless prints
|
3 years ago |
Sven Czarnian
|
fec26a6d6d
call the optimization
|
3 years ago |
Sven Czarnian
|
061eb7eac6
implement the first version of the ACO algorithm
|
3 years ago |
Sven Czarnian
|
a468f1cc53
fix a VRB-bug
|
3 years ago |
Sven Czarnian
|
125eef8729
add some additional parameters
|
3 years ago |
Sven Czarnian
|
c09a5ffe77
fix some bugs in the runway manager during the ETA calculation
|
3 years ago |
Sven Czarnian
|
c835944e8d
sort the FCFS list
|
3 years ago |
Sven Czarnian
|
0c97e5aa67
initialize the random number generator
|
3 years ago |
Sven Czarnian
|
43589eaa35
fix two found crashes
|
3 years ago |
Sven Czarnian
|
a7541925c7
rename the cost function. it manages more the runways
|
3 years ago |
Sven Czarnian
|
3b8989508e
add the absolut minimal optimization value due RHC definition
|
3 years ago |
Sven Czarnian
|
217c9ad742
rename the member to PlannedArrivalTime for better readability
|
3 years ago |
Sven Czarnian
|
91b735df2f
calculate times for all possible runways -> allows lookup for later optimization
|
3 years ago |
Sven Czarnian
|
9f6c9f1ff8
do not double optimize the speed until IAF two times
|
3 years ago |
Sven Czarnian
|
44837e59f1
extend the logger for debugging purposes
|
3 years ago |
Sven Czarnian
|
5295d1c155
use the theoretical earliest arrival time
|
3 years ago |
Sven Czarnian
|
9887aa48a4
add more values for later plannings
|
3 years ago |
Sven Czarnian
|
73e5a42f52
place the recat spacing in the constraints
|
3 years ago |
Sven Czarnian
|
3313a8d463
calculate the descend profiles based on the arrival constraints
|
3 years ago |
Sven Czarnian
|
cea52736bf
fix some IAS selection bugs
|
3 years ago |
Sven Czarnian
|
d388fb5591
add the last waypoint to the constraints
|
3 years ago |
Sven Czarnian
|
2a83754fa4
fix a conversion bug
|
3 years ago |
Sven Czarnian
|
a611a91fe3
merge the constraints and the arrival routes
|
3 years ago |
Sven Czarnian
|
10d06c2f67
parse the constraints and create the waypoint list out of it
|
3 years ago |
Sven Czarnian
|
17f11a640a
create deep copies to allow changes of constraints per arrival
|
3 years ago |
Sven Czarnian
|
909cfc9e27
redefine the constructor to be more flexible with constraints, etc.
|
3 years ago |
Sven Czarnian
|
014379740b
remove unused variables
|
3 years ago |
Sven Czarnian
|
1e043e2765
define member variables with capital letters
|
3 years ago |
Sven Czarnian
|
9d69a60396
introduce classes for the ACO algorithm
|
3 years ago |