paper-with-me

Papers

A Four-stage Heuristic Algorithm for Solving On-demand Meal Delivery Routing Problem

2022-12-07 · Lejun Zhou, Anke Ye, Simon Hu

Meal delivery services provided by platforms with integrated delivery systems are becoming increasingly popular. This paper adopts a rolling horizon approach to solve the meal delivery routing problem (MDRP). To improve delivery efficiency in scenarios with high delivery demand, multiple orders are allowed to be combined into one bundle with orders from different restaurants. Following this strategy, an optimization-based four-stage heuristic algorithm is developed to generate an optimal routing plan at each decision point. The algorithm first generates bundles according to orders' spatial and temporal distribution. Secondly, we find feasible bundle pairs. Then, routes for delivering any single bundle or multiple bundles are optimized, respectively. Finally, the routes are assigned to available couriers. In computational experiments using instances from open datasets, the system's performance is evaluated in respect of average click-to-door time and ready-to-pickup time. We demonstrate that this algorithm can effectively process real-time information and assign optimal routes to the couriers. By comparing the proposed method with existing the-state-of-the-art algorithms, the results indicate that our method can generate solutions with higher service quality and shorter distance.

📄 PDF Abstract BibTeX arXiv:2212.03505

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

A Heuristic Method for Solving the Problem of Partitioning Graphs with Supply and Demand

2014-11-02 · Raka Jovanovic, Abdelkader Bousselham, Stefan Voss

In this paper we present a greedy algorithm for solving the problem of the maximum partitioning of graphs with supply and demand (MPGSD). The goal of the method is to solve the MPGSD for large graphs in a reasonable time…

A Multi-Heuristic Approach for Solving the Pre-Marshalling Problem

2014-11-02 · Raka Jovanovic, Milan Tuba, Stefan Voss

Minimizing the number of reshuffling operations at maritime container terminals incorporates the Pre-Marshalling Problem (PMP) as an important problem. Based on an analysis of existing solution approaches we develop new …

A Two-Stage Metaheuristic Algorithm for the Dynamic Vehicle Routing Problem in Industry 4.0 approach

2020-08-10 · Maryam Abdirad, Krishna Krishnan, Deepak Gupta

Industry 4.0 is a concept that assists companies in developing a modern supply chain (MSC) system when they are faced with a dynamic process. Because Industry 4.0 focuses on mobility and real-time integration, it is a go…

Evolutionary framework for two-stage stochastic resource allocation problems

2018-11-29 · Pedro H. D. B. Hokama, Mário C. San Felice, Evandro C. Bracht, Fábio L. Usberti

Resource allocation problems are a family of problems in which resources must be selected to satisfy given demands. This paper focuses on the two-stage stochastic generalization of resource allocation problems where futu…

Steiner Tree ProblemVocal Bursts Valence Prediction

Solving the QAP by Two-Stage Graph Pointer Networks and Reinforcement Learning

2024-03-31 · Satoko Iida, Ryota Yasudo

Quadratic Assignment Problem (QAP) is a practical combinatorial optimization problems that has been studied for several years. Since it is NP-hard, solving large problem instances of QAP is challenging. Although heuristi…

Combinatorial OptimizationDeep LearningDeep Reinforcement LearningTraveling Salesman Problem