Skip to content

Commit 6563c91

Browse files
authored
feat: Update with flight scheduling results
1 parent 020d2e8 commit 6563c91

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,19 @@ After adding any new algorithm, you can run the tests to check if the code is wo
9494
# Results
9595

9696
## Experimental Results
97-
Results were compared by using the same seeds. The following table shows the results of the experiments.
98-
(Will be shortly added)
97+
Results were compared by using the same seeds. The following table shows the results of the experiments. Flight scheduling results have been shown below.
98+
99+
| Algorithm | Mean cost | Std.dev | Min cost | Max cost | n.fe. | Time(millsecond) |
100+
|-----------|-----------|---------|----------|----------|-------|------------------|
101+
| SGA | 2780.9 | 205.75 | 2356 | 3081 | 1000 | 9.36 |
102+
| GAwRo | 2629.8 | 213.79 | 2356 | 3004 | 1000 | 9.66 |
103+
| GAwR | 2593 | 183.89 | 2356 | 2973 | 1099 | 10.16 |
104+
| HC | 4177.7 | 817.72 | 2759 | 5839 | 328 | 0.33 |
105+
| RS | 4545.3 | 271.95 | 4143 | 5165 | 100 | 0.17 |
106+
| SA | 3726.5 | 578.16 | 2759 | 4679 | 512 | 0.24 |
107+
| RS+HC | 3050.7 | 399.72 | 2356 | 3771 | 1657 | 2.23 |
108+
| GARSRev | 2592.9 | 168.45 | 2356 | 2888 | 1099 | 9.97 |
109+
99110

100111
## Accessing results
101112
After running the experiments, the results are stored in the results directory. The results are stored in the following format in subdirectories:

0 commit comments

Comments
 (0)