Optimizing Contracts for Amazon Logistics

Modeling Costs for Last-mile Delivery

Summary

This case competition was put on by Amazon Logistics’ Research team. The challenge was to determine what wage to offer three different types of truck-driver for last-mile delivery (delivery from distribution center to home).

Each type of driver had a different level of risk associated with their wage:

Given a normal distribution of packages, we needed to model profits as a function of the wages offered to different drivers. We used game theory to formulate a nonlinear optimization problem. Our two-person team won second place.

Project Outline

Tools and Models

Much of the work was formulating the model, which was done analytically (math by hand). Our final optimization was a fairly complicated nonlinear model. In order to do any optimization, we needed to build a model in R so that we could perform a grid search.

The six-page white paper, with mathematical and code appendix, is available here.