HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pantherolive

no profile record

Submissions

High-Volume VRP Optimization at Amazon Scale on a Raspberry Pi 400

medium.com
3 points·by pantherolive·2 mesi fa·0 comments

Show HN: Route optimization API that solves fleet planning as a single problem

demo.vepathos.com
2 points·by pantherolive·2 mesi fa·0 comments

The hard part of million-stop routing was not the route optimizer

github.com
2 points·by pantherolive·3 mesi fa·3 comments

Rethinking Last-Mile Routing at Scale, near-linear scaling

zenodo.org
2 points·by pantherolive·3 mesi fa·0 comments

Can a laptop beat Amazon's last mile routing system?

medium.com
9 points·by pantherolive·3 mesi fa·0 comments

Scaling Last-Mile route optimization to 1M stops on a laptop

medium.com
1 points·by pantherolive·3 mesi fa·0 comments

comments

pantherolive
·3 mesi fa·discuss
It's a different version, check it out
pantherolive
·3 mesi fa·discuss
I’ve been working on a large-scale last-mile routing system and wrote a technical report about the architecture.

The main thing I found is that once the problem gets large enough, the bottleneck is not only route optimization. It becomes a systems problem: partitioning, boundary repair, graph reuse, bounded route-level optimization, and orchestration.

The report evaluates the system on the public Amazon Last Mile Routing Research Challenge dataset using a shared external OSRM/Google measurement protocol. It does not claim to reproduce Amazon’s internal routing objective.

Main results: - 23.3% less measured distance under the external protocol - 11.1% fewer routes - 1M stops processed in ~20 minutes on commodity hardware

I’d be interested in feedback from people who have worked on routing, optimization, dispatch systems, logistics, or large-scale scheduling. What would you expect to see in the evaluation to make this more convincing?

Thanks!
pantherolive
·3 mesi fa·discuss
[dead]
pantherolive
·3 mesi fa·discuss
[dead]