We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c9039 commit 5c1ad67Copy full SHA for 5c1ad67
1 file changed
examples/tsp_tour_minimization/README.md
@@ -75,7 +75,7 @@ The evolved algorithm shows substantial improvement in finding better solutions:
75
| Metric | Concorde (exact solver) | UTSP | UTSP (evolved) |
76
|--------|-------|-------|-------|
77
| Mean Tour Length | 23.12 | 23.39 | 23.30 |
78
-| Average Execution Time | 6.65h | 6.02m | 2.67m |
+| Average Execution Time | 6.65h | 3.35m | 28.27m |
79
80
Larger comparison table with more related methods can be found in the original UTSP paper: [arXiv](https://arxiv.org/abs/2303.10538).
81
0 commit comments