TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Who is doing the best job at route optimization (traveling salesman)?

2 pointsby s_c_rover 4 years ago
I work for a small regional logistics company, and our CEO remarked the other day that he would be willing to spend thousands per month for a reliable route optimization service.<p>I felt this pain myself the other day. Our network was overloaded due to normal Christmas peak coupled with quarantine purchases and UPS&#x2F;FedEx turning away excess volume. I’m not an ops guy but I volunteered to go out and make deliveries in my wife’s SUV. I wrote the React Native app our drivers use to make deliveries, and I thought it would be a good chance to see how my app performed in a real world scenario. Well, the app did a great job but the backend process that optimizes drivers’ routes left me thinking we can do better. More than once the route order would have taken me right by addresses that were down the road from each other.<p>I’m not sure exactly what the problem is really, and will be digging into that with our existing service. Maybe the larger number of residential addresses we deliver to these days compared to last year plays a part. We use here: https:&#x2F;&#x2F;developer.here.com&#x2F; It costs $500 a month. I’m interested in experimenting with the solutions that are out there, but a Google search brings up a wall of ads. Has anyone else experimented in this space? I realize traveling salesman will never be 100% solved, but I know there are a lot of people who are interested in finding a solution. What services or approaches have worked for you?

1 comment

manglavover 4 years ago
Hi, would you mind reaching out to me at username@gmail? I have had some experience with this problem myself.