arXiv:2607.16875math.OCcs.AI2026-07

用深度强化学习优化随机需求下的车辆调度与外包决策。

A Deep Reinforcement Learning Algorithm for the Vehicle Routing Problem with Stochastic Demands and Outsourcing

  • 分两层迭代:先划分客户是否外包,再用深度Q网络快速估算路由成本。
  • 相比顶尖方法降低19.6%的路由成本,比传统启发式至少低29.6%。
  • 适合需要快速生成高质量物流调度方案的实操场景。

我们提出车辆路径问题带随机需求与外包选项(VRP-SDO),物流服务商将客户分为外包给共载公司和自有的固定车队两类。自有车队部分构成动态求解的随机需求车辆路径问题(VRP-SD),需求在访问时才揭示,剩余需求可由其他车辆处理或回 depot 补货。超出正常工作时间产生加班成本,单位外包成本随预期外包量增加而下降。目标是最小化期望的行驶、加班与外包成本。提出一种两级迭代方法:第一层划分客户归属,第二层估计 VRP-SD 的期望成本。为避免每轮重新求解,预先训练一个离线路由策略,能几乎瞬时估算任意已承诺客户子集的成本。使用迭代局部搜索确定第一层划分。将第二层建模为马尔可夫决策过程,采用基于图注意力网络的状态表示,聚合客户与车辆信息以识别相关性。该策略在不同客户数量和位置的实例上离线训练,适用于任意每日客户实现;在线微调进一步提升成本逼近精度。实验表明,所提策略相较现有最优方法降低19.6%的路由成本,较经典启发式至少降低29.6%。整体算法平均节省13.7%成本,相比无预训练估计器版本提速超60倍,可在数分钟内生成高质量决策,而基准方法需超一小时。

原文摘要 · Abstract (English)

We introduce the vehicle routing problem with stochastic demands and outsourcing options (VRP-SDO), in which a logistics service provider partitions customer requests into customers outsourced to a common carrier and customers committed to its fixed fleet. The latter induces a vehicle routing problem with stochastic demands (VRP-SD), solved dynamically. Demands are revealed upon visit; residual demand may be served by other vehicles or after restocking at the depot. Work beyond the regular shift incurs overtime costs, and the unit outsourcing cost decreases with the expected outsourced demand. The objective is to minimize expected travel, overtime, and outsourcing costs. We propose an iterative two-level methodology whose first level partitions customers into committed and outsourced subsets, while the second level estimates the expected VRP-SD routing cost. To avoid solving this problem from scratch at every iteration, we learn an offline routing policy that estimates costs almost instantly for any committed subset. An iterated local search establishes the first-level partitions. We formulate the second level as a Markov decision process and solve it with a deep Q-network whose state is represented by a graph attention network aggregating customer and vehicle information by relevance to the acting vehicle. Trained offline on instances with variable customer cardinality and locations, the policy applies to any daily customer realization; online fine-tuning improves the cost approximation. Experiments show that our policy reduces routing costs by 19.6% relative to a state-of-the-art method and by at least 29.6% over classical heuristics. Our overall algorithm saves 13.7% on average over the version without the attention-based representation and generates high-quality decisions within minutes, whereas benchmarks without an offline-trained estimator require over an hour.

车辆路径强化学习随机需求物流优化

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。