Get invited to our slack community and get access to opportunities and data science insights

Route Optimization

Route Optimization application calculates the most efficient route that goes through the specified set of waypoints. Route optimization can be used to calculate service routes, delivery routes, pick-up routes etc., that require all waypoints to be visited in the most efficient manner.

The most efficient route is defined calculated through R function, that takes the characteristics of the route and waypoints into account. The default weighting function is duration based, i.e. the optimal route is the one that finishes earliest, with two waypoint categories: critical and low. Critical waypoints are visited first, and low category waypoints last, in a manner that the shortest duration route is the final result. The R function can be modified to take into account different route characteristics, such as route distance, waypoint types, waypoint SLAs, time of day etc.

If you have ideas or questions – or you need help to use the application in your business domain, write to us support@eaglepeaks.com

Open the app: https://apps.whereos.com/a/Route_Optimization

-JP

Leave a Comment