Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kristiyanto authored Oct 6, 2016
1 parent 3eced65 commit 6c21f70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ The plaform takes 2 data stream, both in JSON format:
click here for a complete schema. The data is generated by placing both drivers and passenger on a map, and simulate a moving location toward destinations within 1-2 hops (euclidian).

## Matching
The matching is heuristic, and driver-centric:
The matching is heuristic, and driver-centric:

1) if a driver available / idle, scan for passenger nearby
2) Dispatch
3) On trip to next destination. Along the way, unless cab is full, driver continuously scan other passenger nearby with common destinations, and re-route if necesary.
Expand Down

0 comments on commit 6c21f70

Please sign in to comment.