用AI快速生成初始解,1秒内完成500个地点的路线规划。
Accelerating Vehicle Routing via AI-Initialized Genetic Algorithms
- 用强化学习预训练模型生成高质量初始解
- 在1秒内完成500点路由,速度比现有方法快10倍
- 适用于实时物流、电商配送等需要快速响应的场景
车辆路径问题(VRP)是组合优化中的经典NP难问题,广泛应用于最后一公里配送、交互式物流规划等场景。针对大规模实时求解需求,本文提出融合强化学习与遗传算法的混合框架EARLI:先用强化学习代理在历史实例上训练,生成优质初始解,再交由遗传算法精炼。该框架在不同时间预算下均优于现有最先进方法。例如,处理含500个位置的路由任务仅需1秒,相较当前最优解法提速10倍,且保持同等解质量。在未见过的城市真实电商配送数据上也表现出良好泛化能力。通过结合人工智能与优化技术,推动了跨领域协作,助力多样化场景实现近实时优化。
原文摘要 · Abstract (English)
Vehicle Routing Problems (VRP) are an extension of the Traveling Salesperson Problem and are a fundamental NP-hard challenge in combinatorial optimization. Solving VRP in real-time at large scale has become critical in numerous applications, from growing markets like last-mile delivery to emerging use-cases like interactive logistics planning. In many applications, one has to repeatedly solve VRP instances drawn from the same distribution, yet current state-of-the-art solvers treat each instance on its own without leveraging previous examples. We introduce an optimization framework where a reinforcement learning agent is trained on prior instances and quickly generates initial solutions, which are then further optimized by a genetic algorithm. This framework, Evolutionary Algorithm with Reinforcement Learning Initialization (EARLI), consistently outperforms current state-of-the-art solvers across various time budgets. For example, EARLI handles vehicle routing with 500 locations within one second, 10x faster than current solvers for the same solution quality, enabling real-time and interactive routing at scale. EARLI can generalize to new data, as we demonstrate on real e-commerce delivery data of a previously unseen city. By combining reinforcement learning and genetic algorithms, our hybrid framework takes a step forward to closer interdisciplinary collaboration between AI and optimization communities towards real-time optimization in diverse domains.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。