Optimize-The-Drive / optimize-the-drive

0 stars 0 forks source link

Determine best OSRM API to use for trip calcuation #43

Closed natedunn2230 closed 6 months ago

natedunn2230 commented 6 months ago

Turns out we probably don't need to run the distance matrix on all combinations of the trip points, and then have the genetic algorithm re-order the points. We can probably call a native trip or table api within the OSRM service to return the points in order for us (depending on origin and destination points)

Check out: http://project-osrm.org/docs/v5.7.0/api/#requests

XarosElite commented 6 months ago

We have decided on the trip API under the OSRM service