Sven Czarnian
|
51c963de52
|
add a maximum time to lose to define some constraints
|
2021-11-10 22:44:22 +01:00 |
|
Sven Czarnian
|
7c6d098812
|
increase computational performance
|
2021-10-18 18:53:24 +02:00 |
|
Sven Czarnian
|
d191da2303
|
store the WTC in the inbound itself
|
2021-10-18 12:42:31 +02:00 |
|
Sven Czarnian
|
12d77d0e71
|
increase performance
|
2021-10-18 12:42:18 +02:00 |
|
Sven Czarnian
|
33b32befbc
|
add a comment for the final changes
|
2021-10-17 17:44:18 +02:00 |
|
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
|
a468f1cc53
|
fix a VRB-bug
|
2021-10-17 17:12:05 +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
|
0c97e5aa67
|
initialize the random number generator
|
2021-10-15 18:09:43 +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
|
91b735df2f
|
calculate times for all possible runways -> allows lookup for later optimization
|
2021-10-14 10:19:37 +02:00 |
|
Sven Czarnian
|
9f6c9f1ff8
|
do not double optimize the speed until IAF two times
|
2021-10-13 21:47:45 +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
|
9887aa48a4
|
add more values for later plannings
|
2021-10-13 21:42:05 +02:00 |
|
Sven Czarnian
|
73e5a42f52
|
place the recat spacing in the constraints
|
2021-10-13 20:10:07 +02:00 |
|
Sven Czarnian
|
3313a8d463
|
calculate the descend profiles based on the arrival constraints
|
2021-10-13 18:13:00 +02:00 |
|
Sven Czarnian
|
cea52736bf
|
fix some IAS selection bugs
|
2021-10-13 18:12:16 +02:00 |
|
Sven Czarnian
|
d388fb5591
|
add the last waypoint to the constraints
|
2021-10-13 18:12:04 +02:00 |
|
Sven Czarnian
|
2a83754fa4
|
fix a conversion bug
|
2021-10-13 18:11:51 +02:00 |
|
Sven Czarnian
|
a611a91fe3
|
merge the constraints and the arrival routes
|
2021-10-13 16:17:10 +02:00 |
|
Sven Czarnian
|
10d06c2f67
|
parse the constraints and create the waypoint list out of it
|
2021-10-13 16:16:56 +02:00 |
|
Sven Czarnian
|
17f11a640a
|
create deep copies to allow changes of constraints per arrival
|
2021-10-13 16:16:32 +02:00 |
|
Sven Czarnian
|
909cfc9e27
|
redefine the constructor to be more flexible with constraints, etc.
|
2021-10-13 16:16:03 +02:00 |
|
Sven Czarnian
|
014379740b
|
remove unused variables
|
2021-10-13 12:52:38 +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
|
7f7506104d
|
extend the inbound
|
2021-10-12 22:29:51 +02:00 |
|
Sven Czarnian
|
e5a773cdcb
|
introduce the runway
|
2021-10-12 22:29:15 +02:00 |
|
Sven Czarnian
|
a0b00f7c42
|
implement the RHC mananger
|
2021-10-12 22:28:50 +02:00 |
|
Sven Czarnian
|
276e50daa3
|
extend the configuration
|
2021-10-12 22:28:35 +02:00 |
|
Sven Czarnian
|
2ef1e13bd6
|
extend the worker thread
|
2021-10-12 22:27:55 +02:00 |
|
Sven Czarnian
|
bba4a75527
|
update the dependencies
|
2021-10-12 22:27:36 +02:00 |
|
Sven Czarnian
|
58d2f5f7f4
|
extend the airport configuration
|
2021-10-12 22:27:17 +02:00 |
|
Sven Czarnian
|
5e6301f749
|
parse the runways as well
|
2021-10-12 22:27:02 +02:00 |
|
Sven Czarnian
|
c07e767ef8
|
code refactoring
|
2021-10-12 22:26:40 +02:00 |
|
Sven Czarnian
|
e02f429364
|
add a function to get the correct speeds
|
2021-10-12 22:26:17 +02:00 |
|
Sven Czarnian
|
36ab891f44
|
switch to geod-library
|
2021-10-12 22:26:05 +02:00 |
|
Sven Czarnian
|
a1c48d7851
|
Merge branch 'feature/weather' into 'develop'
Feature/weather
See merge request nav/aman/aman-sys!2
|
2021-10-12 20:11:47 +00:00 |
|