IMPROVING EFFICIENCY OF CURRENT ROUTE OPTIMIZATION ALGORITHMS FOR BEVERAGE DELIVERY TOUR PLANNING
Loading...
Date
Journal Title
Journal ISSN
Volume Title
Publisher
Swiss German University
Abstract
This study explores two ways to make beverage delivery routing more reliable under strict time windows. In the first approach, we use an ARIMA model to forecast travel-time deviations for each leg of a tour, then incorporate those forecasts into Google OR-Tools as penalty adjustments. In the second approach, we train a supervised LSTM network on historical stop sequences enriched with simple temporal features such as day of week and start time, and use its predictions to guide the solver toward more natural stop orders. When testing the ARIMA-enhanced solver across hard-cap, soft-cap, and weighted-cost settings, its performance fell short of the original time-only optimizer, with accuracy dropping from 60.02 percent to 57.25 percent. In contrast, the LSTM model (after fifty epochs of training) achieved a 68.95 percent exact-match rate and 82.89 percent partial-correctness. These findings show that even through the addition of basic contextual signals, combined with features like sequence learning, can significantly improve stop-order prediction. These results show that there are clear benefits to pairing machine learning with traditional routing algorithms to boost delivery consistency and overall efficiency.