Skip to content

v1.0 ReWrite and Release With Data Files.

Latest
Compare
Choose a tag to compare
@Leot6 Leot6 released this 01 Jan 12:36
· 2 commits to master since this release
  • Included:
    • data (included in datalog-gitignore.zip):
      • manhattan map, consisting of 4,091 nodes and 9,452 edges.
      • computed shortest path tables (path, travel time and travel distance), used as look-up table routing.
      • manhattan taxi trip data, manhattan-taxi-20160525-400k, with 400k requests during the day.
    • two representative vehicle dispatch (order matching) algorithms: SBA and OSP
    • one simple idle vehicle rebalancing algorithm: NPO
    • external library: gurobi (need manual installation)
  • Working in Progress:
    • value function for long-term optimization