-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the two_step_routing library and the Colab notebook.
Changes include: - added a new two_step_routing.Planner option to include travelModel and travelDurationMultiple in the transitions in the merged solution. This option is off by default. - added code to compute route metrics in the merged plan. For now, this is used only for individual routes, the aggregated metrics for the whole plan are not updated (yet). - Added instructions how to run the Colab notebook with a local runtime (via Docker) to the notebook. - Added time travel stats to the notebook + cleaned up their computation. - Refactored parking location issue detection in the notebook (no functional changed), - More refactorings and new code in preparation for a third+fourth solve phases (refinement of the local and global model). For now, these changes are there in preparation, and they do not change the behavior of the solver.
- Loading branch information
Showing
6 changed files
with
2,566 additions
and
266 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
Oops, something went wrong.