-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: can pass results to csv for testing and evaluation
- Loading branch information
Showing
4 changed files
with
95 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
best_route,total_distance,total_time,locations_at_half_distance | ||
Suntec City -> 313 Somerset -> Merlion -> Gardens by the Bay -> Singapore Flyer -> Marina Bay Sands -> Bugis Junction,12240.998779702133,"13 minutes, 36 seconds",-2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
generation,route_taken,total_distance,total_time,locations_at_half_distance | ||
1,origin -> 313 Somerset -> Merlion -> Gardens by the Bay -> Singapore Flyer -> Marina Bay Sands -> destination,12240.998779702133,"13 minutes, 36 seconds",-2.0 | ||
2,origin -> 313 Somerset -> Merlion -> Gardens by the Bay -> Singapore Flyer -> Marina Bay Sands -> destination,12240.998779702133,"13 minutes, 36 seconds",-2.0 | ||
3,origin -> 313 Somerset -> Merlion -> Gardens by the Bay -> Singapore Flyer -> Marina Bay Sands -> destination,12240.998779702133,"13 minutes, 36 seconds",-2.0 | ||
4,origin -> 313 Somerset -> Merlion -> Gardens by the Bay -> Singapore Flyer -> Marina Bay Sands -> destination,12240.998779702133,"13 minutes, 36 seconds",-2.0 | ||
5,origin -> 313 Somerset -> Merlion -> Gardens by the Bay -> Singapore Flyer -> Marina Bay Sands -> destination,12240.998779702133,"13 minutes, 36 seconds",-2.0 |