paper-with-me

Papers

Neural Approximate Dynamic Programming for the Ultra-fast Order Dispatching Problem

2023-11-21 · Arash Dehghan, Mucahit Cevik, Merve Bodur

Same-Day Delivery (SDD) services aim to maximize the fulfillment of online orders while minimizing delivery delays but are beset by operational uncertainties such as those in order volumes and courier planning. Our work aims to enhance the operational efficiency of SDD by focusing on the ultra-fast Order Dispatching Problem (ODP), which involves matching and dispatching orders to couriers within a centralized warehouse setting, and completing the delivery within a strict timeline (e.g., within minutes). We introduce important extensions to ultra-fast ODP such as order batching and explicit courier assignments to provide a more realistic representation of dispatching operations and improve delivery efficiency. As a solution method, we primarily focus on NeurADP, a methodology that combines Approximate Dynamic Programming (ADP) and Deep Reinforcement Learning (DRL), and our work constitutes the first application of NeurADP outside of the ride-pool matching problem. NeurADP is particularly suitable for ultra-fast ODP as it addresses complex one-to-many matching and routing intricacies through a neural network-based VFA that captures high-dimensional problem dynamics without requiring manual feature engineering as in generic ADP methods. We test our proposed approach using four distinct realistic datasets tailored for ODP and compare the performance of NeurADP against myopic and DRL baselines by also making use of non-trivial bounds to assess the quality of the policies. Our numerical results indicate that the inclusion of order batching and courier queues enhances the efficiency of delivery operations and that NeurADP significantly outperforms other methods. Detailed sensitivity analysis with important parameters confirms the robustness of NeurADP under different scenarios, including variations in courier numbers, spatial setup, vehicle capacity, and permitted delay time.

📄 PDF Abstract BibTeX arXiv:2311.12975

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningFeature Engineering

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Fast Approximate Time-Delay Estimation in Ultrasound Elastography Using Principal Component Analysis

2019-11-13 · Abdelrahman Zayed, Hassan Rivaz

Time delay estimation (TDE) is a critical and challenging step in all ultrasound elastography methods. A growing number of TDE techniques require an approximate but robust and fast method to initialize solving for TDE. H…

A New Optimal Stepsize For Approximate Dynamic Programming

2014-07-10 · Ilya O. Ryzhov, Peter I. Frazier, Warren B. Powell

Approximate dynamic programming (ADP) has proven itself in a wide range of applications spanning large-scale transportation problems, health care, revenue management, and energy systems. The design of effective ADP algor…

Management

Approximate dynamic programming using fluid and diffusion approximations with applications to power management

2013-07-06 · Wei Chen, Dayu Huang, Ankur A. Kulkarni, Jayakrishnan Unnikrishnan 외

Neuro-dynamic programming is a class of powerful techniques for approximating the solution to dynamic programming equations. In their most computationally attractive formulations, these techniques provide the approximate…

Management

Impact and Recovery Process of Mini Flash Crashes: An Empirical Study

2017-07-18

In an Ultrafast Extreme Event (or Mini Flash Crash), the price of a traded stock increases or decreases strongly within milliseconds. We present a detailed study of Ultrafast Extreme Events in stock market data. In contr…

An Approximate, Efficient LP Solver for LP Rounding

2013-12-01 · NeurIPS 2013 12 · Srikrishna Sridhar, Stephen Wright, Christopher Re, Ji Liu 외

Many problems in machine learning can be solved by rounding the solution of an appropriate linear program. We propose a scheme that is based on a quadratic program relaxation which allows us to use parallel stochastic-co…

BIG-bench Machine Learning