CN113469610B - Shortest path optimization method based on average dinner time of rider - Google Patents

Shortest path optimization method based on average dinner time of rider Download PDF

Info

Publication number
CN113469610B
CN113469610B CN202110590111.2A CN202110590111A CN113469610B CN 113469610 B CN113469610 B CN 113469610B CN 202110590111 A CN202110590111 A CN 202110590111A CN 113469610 B CN113469610 B CN 113469610B
Authority
CN
China
Prior art keywords
matrix
time
rider
merchant
path
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202110590111.2A
Other languages
Chinese (zh)
Other versions
CN113469610A (en
Inventor
顾亦然
陈禹洲
周鹏
姚朱鹏
张远之
顾超
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nanjing University of Posts and Telecommunications
Original Assignee
Nanjing University of Posts and Telecommunications
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nanjing University of Posts and Telecommunications filed Critical Nanjing University of Posts and Telecommunications
Priority to CN202110590111.2A priority Critical patent/CN113469610B/en
Publication of CN113469610A publication Critical patent/CN113469610A/en
Application granted granted Critical
Publication of CN113469610B publication Critical patent/CN113469610B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/08Logistics, e.g. warehousing, loading or distribution; Inventory or stock management
    • G06Q10/083Shipping
    • G06Q10/0835Relationships between shipper or supplier and carriers
    • G06Q10/08355Routing methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/29Geographical information databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • G06Q30/0633Lists, e.g. purchase orders, compilation or processing
    • G06Q30/0635Processing of requisition or of purchase orders
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • G06Q50/12Hotels or restaurants
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02TCLIMATE CHANGE MITIGATION TECHNOLOGIES RELATED TO TRANSPORTATION
    • Y02T10/00Road transport of goods or passengers
    • Y02T10/10Internal combustion engine [ICE] based vehicles
    • Y02T10/40Engine management systems

Abstract

The invention discloses a shortest path optimization method based on average dinner time of a rider, which comprises the following steps: designing a time cost and punishment cost model; reading order information; setting constraint conditions, taking meals and delivering the meals; establishing a path matrix conforming to constraint conditions; reading waiting time historical data of a rider at a certain merchant; establishing an average waiting time matrix of a merchant; inquiring riding time among a rider, a merchant and a client; establishing a riding time matrix; utilizing a depth-first traversal algorithm; and recommending the obtained shortest path plan to a rider. According to the invention, by considering factors of average meal time of the rider, the shortest path is optimized, the punishment cost is reduced, the path recommendation system with the lowest cost when the rider rides is developed, the meal taking and delivering time of the rider is shortened, the overtime risk of orders is reduced, the benefit of the rider is increased, the benefit requirements of clients, the rider and a platform are met, and social resources are saved.

Description

Shortest path optimization method based on average dinner time of rider
Technical Field
The invention relates to the field of vehicle path optimization, in particular to a shortest path optimization method based on average dining time of a rider.
Background
The take-away delivery path optimization problem is subordinate to the vehicle path problem (Vehicle Routing Problem, VRP). In recent years, the problem of collaborative optimization of dispatch and path decision is classified into the problem of immediate delivery vehicle path with a time window; the problem of TSP is considered, and optimization is carried out by taking the shortest distribution path as a target; constructing a customer satisfaction model to optimize the path; the distribution time and the distribution cost are used as multiple constraints, and a high-end catering takeout distribution network path optimization model is built; and the problem of optimizing the distribution path of the mixed integer programming model is solved, and the ant colony algorithm is improved in design.
In the prior art, most of the researches use heuristic algorithms for path planning, but overtime orders are often encountered during take-out at daily points, and most of the reasons for overtime of the take-out orders are slow meal taking of merchants after investigation. Most of the existing research on takeaway delivery is focused on route optimization, and an important factor of meal delivery time of merchants is ignored.
Disclosure of Invention
The invention aims to: aiming at the problems, the invention provides a shortest path optimization method, which shortens the take-out and delivery time of takeaway riders, reduces the overtime risk of orders and increases the income of the riders.
The technical scheme is as follows: in order to achieve the purpose of the invention, the technical scheme adopted by the invention is as follows:
the shortest path optimization method based on average dinner time of a rider specifically comprises the following steps:
(1) Designing a time cost and punishment cost model;
(2) Reading merchant positions, customer positions and path sequences in order information;
(3) Setting constraint conditions, namely taking and delivering the meal firstly;
(4) Establishing a path matrix conforming to constraint conditions;
(5) Reading waiting time historical data of a rider at a certain merchant;
(6) Establishing an average waiting time matrix of a merchant;
(7) Inquiring riding time among a rider, a merchant and a client through a map API;
(8) Establishing a riding time matrix;
(9) Obtaining a path plan with the shortest time consumption and lowest punishment cost by using a depth-first traversal algorithm;
(10) And recommending the obtained shortest path plan to a rider.
Further, the design time cost and penalty cost model is as follows:
the shortest time cost is
Figure BDA0003089193290000011
Wherein i is the set of the rider, the merchant point and the customer point, j is the set of the merchant point and the customer point, n is the order number and t ij Time, w, required for points i to j j Wait time for point j; x is x ij As a decision variable, x when the rider travels from point i to point j ij =1, otherwise x ij =0;
The minimum penalty cost is
Figure BDA0003089193290000021
Wherein alpha is a punishment coefficient set by the platform, i is a client point of the order, T i For the current time of the rider at point i, l i For the overtime of the order, l is the maximum overtime of the order, and M is the maximum penalty cost set by the platform.
Further, a path matrix which meets constraint conditions, namely taking and delivering the meal firstly is established, and the method specifically comprises the following steps:
establishing a matrix of m, wherein m=2, n+1, n is the number of orders, and the rows i and the columns j of the matrix are the rider position, the merchant position and the customer position;
matrix element x ij Indicating whether or not the constraint condition is satisfied from the position i to the position j; the matrix element x is in accordance with the constraint condition ij 1, if the constraint is not satisfied, matrix element x ij Is 0.
Further, an average waiting time matrix of the merchant is established, specifically:
establishing a matrix of k, wherein k=2, n+1, n is the number of orders, and the rows i and the columns j of the matrix are the rider position, the merchant position and the customer position;
if the element of the ith row and jth column of the path matrix is 1, waiting for the element y of the time matrix ij The value is the average waiting time of the merchant, otherwise, y ij The value is 0.
Further, the establishment of the riding time matrix is specifically:
establishing a matrix with r=2xn+1, n being the number of orders, and rows i and columns j of the matrix being the rider position, the merchant position and the customer position, and matrix element z ij Is the riding time between position i and position j.
Further, a path plan with the shortest time consumption and the lowest punishment cost is obtained by using a depth-first traversal algorithm, which specifically comprises the following steps:
reading a path matrix, a merchant average equal meal time matrix and a riding time matrix, loading a time cost and punishment cost model, and loading constraint conditions;
then performing depth-first traversal, and simultaneously performing path screening according to the path matrix to remove paths with data of 0 in the path matrix;
and finally, calculating the time cost and the punishment cost of the screened path to obtain the path planning with the shortest time consumption and the lowest punishment cost.
The beneficial effects are that: compared with the prior art, the technical scheme of the invention has the following beneficial technical effects:
the method disclosed by the invention has the advantages that the meal taking route and the meal delivery route are comprehensively optimized, the important factor of the meal delivery time of a merchant is also taken into consideration, the meal taking and delivery route of takeaway riders can be better guided, the meal taking and delivery time of the riders is shortened, the overtime risk of orders is reduced, the benefit of the riders is increased, the benefit requirements of clients, the riders and a platform are met, and social resources are saved.
Drawings
FIG. 1 is a flow chart of the present invention;
FIG. 2 is a flow chart of an embodiment.
Detailed Description
The technical scheme of the invention is further described below with reference to the accompanying drawings and examples.
The invention discloses a shortest path optimization method based on average dinner time of a rider, which is shown in fig. 1 and 2, and the specific implementation comprises the following steps:
(1) Designing a time cost and punishment cost model;
the shortest time cost is
Figure BDA0003089193290000031
Wherein i is the set of the rider, the merchant point and the customer point, j is the set of the merchant point and the customer point, n is the order number and t ij Time, w, required for points i to j j Wait time for point j; x is x ij As a decision variable, x when the rider travels from point i to point j ij =1, otherwise x ij =0;
The minimum penalty cost is
Figure BDA0003089193290000032
Wherein alpha is a punishment coefficient set by the platform, i is a client point of the order, T i For the current time of the rider at point i, l i For the overtime of the order, l is the maximum overtime of the order, and M is the maximum penalty cost set by the platform.
When the rider spends time T i Without exceeding the time-out time of the order/ i When the penalty cost is 0; when it takes time T i Exceeding the timeout period l i When the maximum timeout period l set by the platform is not exceeded, the penalty cost is alpha (T i -l i ) The method comprises the steps of carrying out a first treatment on the surface of the When it takes time T i When the maximum timeout period l is exceeded, the penalty cost is M.
(2) The merchant location, customer location, and path order in the order information are read.
(3) And setting constraint conditions according to the path sequence in order information, namely, the principle of taking and then delivering the meal is required to be followed.
(4) Establishing a path matrix conforming to constraint conditions; the method comprises the following steps:
establishing a matrix of m, wherein m=2, n+1, n is the number of orders, and the rows i and the columns j of the matrix are the rider position, the merchant position and the customer position; matrix element x ij Indicating whether or not the constraint condition is satisfied from the position i to the position j; the matrix element x is in accordance with the constraint condition ij 1, if the constraint is not satisfied, matrix element x ij Is 0.
When table 1 is two orders, the first order corresponds to merchant 1 and customer 101, and the second order corresponds to merchant 2 and customer 102. Because the rider must follow the principle of taking a meal before going, merchant 1 must visit before customer 101, the path for customer 101 to visit merchant 1 is not clear, the form is set to 0, and order 2 is the same. Since the rider does not need to return to the initial point, the first column is set to 0 entirely. The rider cannot access the customer point directly from the initial location without accessing the merchant point, so the last two data of the first row in the table is set to 0.
TABLE 1 whether the road between the points meets the constraint condition
Rider 0 Merchant 1 Merchant 2 Customer 101 Customer 102
Rider 0 0 1 1 0 0
Merchant 1 0 0 1 1 1
Merchant 2 0 1 0 1 1
Customer 101 0 0 1 0 1
Customer 102 0 1 0 1 0
(5) And reading the waiting time historical data of the rider at a certain merchant.
And acquiring historical data of a time period that all the riders arrive at a store of a certain merchant on a certain platform, namely taking meals, and obtaining average waiting time of the riders at the store.
(6) Establishing an average waiting time matrix of a merchant; the method comprises the following steps:
establishing a matrix of k, wherein k=2, n+1, n is the number of orders, and the rows i and the columns j of the matrix are the rider position, the merchant position and the customer position; if the element of the ith row and jth column of the path matrix is 1, waiting for the element y of the time matrix ij The value is the average waiting time of the merchant, otherwise, y ij The value is 0.
Table 2 is the waiting time of each merchant when two orders are placed in the table. The average waiting time as for merchant 1 is: 5min, average waiting time for merchant 2 is: 2min.
Table 2 average waiting schedule for each merchant
/min Rider 0 Merchant 1 Merchant 2 Customer 101 Customer 102
Rider 0 0 5 2 0 0
Merchant 1 0 0 2 0 0
Merchant 2 0 5 0 0 0
Customer 101 0 0 2 0 0
Customer 102 0 5 0 0 0
(7) Through the map API, the riding time between the rider, the merchant and the customer is queried.
(8) Establishing a riding time matrix; the method comprises the following steps:
establishing a matrix with r=2xn+1, n being the number of orders, and rows i and columns j of the matrix being the rider position, the merchant position and the customer position, and matrix element z ij Is the riding time between position i and position j.
Table 3 shows the riding time between the rider's point and the customer's point in the hundred degree map for two orders.
Table 3 riding time table between points
Figure BDA0003089193290000041
Figure BDA0003089193290000051
(9) Obtaining a path plan with the shortest time consumption and lowest punishment cost by using a depth-first traversal algorithm; the method comprises the following steps:
reading a path matrix, a merchant average equal meal time matrix and a riding time matrix, loading a time cost and punishment cost model, and loading constraint conditions;
then performing depth-first traversal, and simultaneously performing path screening according to the path matrix to remove paths with data of 0 in the path matrix;
and finally, calculating the time cost and the punishment cost of the screened path to obtain the path planning with the shortest time consumption and the lowest punishment cost.
(10) And recommending the obtained shortest path plan to a rider.
While the foregoing is directed to the preferred embodiments of the present invention, it should be noted that modifications and variations could be made by those skilled in the art without departing from the technical principles of the present invention, and such modifications and variations should also be regarded as being within the scope of the invention.

Claims (6)

1. A shortest path optimization method based on average dinner time of a rider is characterized in that: the method specifically comprises the following steps:
(1) Designing a time cost and punishment cost model;
(2) Reading merchant positions, customer positions and path sequences in order information;
(3) Setting constraint conditions, namely taking and delivering the meal firstly;
(4) Establishing a path matrix conforming to constraint conditions;
(5) Reading waiting time historical data of a rider at a certain merchant;
(6) Establishing an average waiting time matrix of a merchant;
(7) Inquiring riding time among a rider, a merchant and a client through a map API;
(8) Establishing a riding time matrix;
(9) Obtaining a path plan with the shortest time consumption and lowest punishment cost by using a depth-first traversal algorithm;
(10) And recommending the obtained shortest path plan to a rider.
2. The shortest path optimization method according to claim 1, characterized in that: the design time cost and penalty cost model is as follows:
the shortest time cost is
Figure FDA0003089193280000011
Wherein i is the set of the rider, the merchant point and the customer point, j is the set of the merchant point and the customer point, n is the order number and t ij Time, w, required for points i to j j Wait time for point j; x is x ij As a decision variable, x when the rider travels from point i to point j ij =1, otherwise x ij =0;
The minimum penalty cost is
Figure FDA0003089193280000012
Wherein alpha is a punishment coefficient set by the platform, i is a client point of the order, T i For the current time of the rider at point i, l i For the overtime of the order, l is the maximum overtime of the order, and M is the maximum penalty cost set by the platform.
3. The shortest path optimization method according to claim 1, characterized in that: establishing a path matrix which accords with constraint conditions, namely taking and delivering the meal firstly, specifically:
establishing a matrix of m, wherein m=2, n+1, n is the number of orders, and the rows i and the columns j of the matrix are the rider position, the merchant position and the customer position;
matrix element x ij Indicating whether or not the constraint condition is satisfied from the position i to the position j; the matrix element x is in accordance with the constraint condition ij 1, if the constraint is not satisfied, matrix element x ij Is 0.
4. A shortest path optimization method according to claim 3, characterized in that: establishing an average waiting time matrix of a merchant, wherein the average waiting time matrix specifically comprises the following steps:
establishing a matrix of k, wherein k=2, n+1, n is the number of orders, and the rows i and the columns j of the matrix are the rider position, the merchant position and the customer position;
if the element of the ith row and jth column of the path matrix is 1, waiting for the element y of the time matrix ij The value is the average waiting time of the merchant, otherwise, y ij The value is 0.
5. The shortest path optimization method according to claim 1, characterized in that: the construction of the riding time matrix is specifically as follows:
establishing a matrix with r=2xn+1, n being the number of orders, and rows i and columns j of the matrix being the rider position, the merchant position and the customer position, and matrix element z ij Is the riding time between position i and position j.
6. The shortest path optimization method according to any one of claims 1 to 5, characterized in that: the depth-first traversal algorithm is utilized to obtain the path planning with the shortest time consumption and the lowest punishment cost, and the method specifically comprises the following steps:
reading a path matrix, a merchant average equal meal time matrix and a riding time matrix, loading a time cost and punishment cost model, and loading constraint conditions;
then performing depth-first traversal, and simultaneously performing path screening according to the path matrix to remove paths with data of 0 in the path matrix;
and finally, calculating the time cost and the punishment cost of the screened path to obtain the path planning with the shortest time consumption and the lowest punishment cost.
CN202110590111.2A 2021-05-28 2021-05-28 Shortest path optimization method based on average dinner time of rider Active CN113469610B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110590111.2A CN113469610B (en) 2021-05-28 2021-05-28 Shortest path optimization method based on average dinner time of rider

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110590111.2A CN113469610B (en) 2021-05-28 2021-05-28 Shortest path optimization method based on average dinner time of rider

Publications (2)

Publication Number Publication Date
CN113469610A CN113469610A (en) 2021-10-01
CN113469610B true CN113469610B (en) 2023-06-02

Family

ID=77871650

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110590111.2A Active CN113469610B (en) 2021-05-28 2021-05-28 Shortest path optimization method based on average dinner time of rider

Country Status (1)

Country Link
CN (1) CN113469610B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117035897B (en) * 2023-05-26 2024-04-12 浙江大学 Instant delivery platform rider unilateral method

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105466441A (en) * 2015-12-04 2016-04-06 中兴软创科技股份有限公司 Vehicle navigation device and navigation method
WO2018099135A1 (en) * 2016-11-29 2018-06-07 北京小度信息科技有限公司 Planning method for delivery sequence of groups of orders, route planning method and apparatus
CN108345958A (en) * 2018-01-10 2018-07-31 拉扎斯网络科技(上海)有限公司 A kind of order goes out to eat time prediction model construction, prediction technique, model and device
CN108960716A (en) * 2018-06-25 2018-12-07 重庆速占位科技有限公司 Point food delivery management method, device, equipment and medium
CN109034477A (en) * 2018-07-27 2018-12-18 重庆大学 A kind of shortest path searching method of the urban logistics distribution based on time reliability
CN109389237A (en) * 2017-08-08 2019-02-26 阿里巴巴集团控股有限公司 A kind of paths planning method and device
CN109886615A (en) * 2017-12-06 2019-06-14 昊翔电能运动科技(昆山)有限公司 Unmanned plane food delivery method and information system, server, medium
CN110715662A (en) * 2019-10-09 2020-01-21 浙江大华技术股份有限公司 Segment path issuing method and device, storage medium and electronic device
CN111310119A (en) * 2020-02-10 2020-06-19 拉扎斯网络科技(上海)有限公司 Distribution method, distribution device, server and storage medium of distribution tasks
CN111612400A (en) * 2020-05-22 2020-09-01 上海明略人工智能(集团)有限公司 Distribution time length prediction method and device
CN111800739A (en) * 2020-06-22 2020-10-20 河南理工大学 Rider meal delivery navigation automatic dialing system and working process
WO2020235785A2 (en) * 2019-05-17 2020-11-26 Seung Young Uk Path optimization system and method

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150088779A1 (en) * 2013-09-25 2015-03-26 Gruppo Due Mondi, Inc. Food Delivery Service

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105466441A (en) * 2015-12-04 2016-04-06 中兴软创科技股份有限公司 Vehicle navigation device and navigation method
WO2018099135A1 (en) * 2016-11-29 2018-06-07 北京小度信息科技有限公司 Planning method for delivery sequence of groups of orders, route planning method and apparatus
CN109389237A (en) * 2017-08-08 2019-02-26 阿里巴巴集团控股有限公司 A kind of paths planning method and device
CN109886615A (en) * 2017-12-06 2019-06-14 昊翔电能运动科技(昆山)有限公司 Unmanned plane food delivery method and information system, server, medium
CN108345958A (en) * 2018-01-10 2018-07-31 拉扎斯网络科技(上海)有限公司 A kind of order goes out to eat time prediction model construction, prediction technique, model and device
CN108960716A (en) * 2018-06-25 2018-12-07 重庆速占位科技有限公司 Point food delivery management method, device, equipment and medium
CN109034477A (en) * 2018-07-27 2018-12-18 重庆大学 A kind of shortest path searching method of the urban logistics distribution based on time reliability
WO2020235785A2 (en) * 2019-05-17 2020-11-26 Seung Young Uk Path optimization system and method
CN110715662A (en) * 2019-10-09 2020-01-21 浙江大华技术股份有限公司 Segment path issuing method and device, storage medium and electronic device
CN111310119A (en) * 2020-02-10 2020-06-19 拉扎斯网络科技(上海)有限公司 Distribution method, distribution device, server and storage medium of distribution tasks
CN111612400A (en) * 2020-05-22 2020-09-01 上海明略人工智能(集团)有限公司 Distribution time length prediction method and device
CN111800739A (en) * 2020-06-22 2020-10-20 河南理工大学 Rider meal delivery navigation automatic dialing system and working process

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Multi-Population Ant Colony System for Multiple Path Planning of Food Delivery Applicaitons;Yi-Bin Cheng;IEEE Symposium Series On Computational Intelligence SSCI;全文 *
O2O模式下外卖骑手的配送路径优化;靳志宏;鞠新诚;郭加佳;杨珍花;;大连海事大学学报(第04期);全文 *

Also Published As

Publication number Publication date
CN113469610A (en) 2021-10-01

Similar Documents

Publication Publication Date Title
CN110782086B (en) Rescue vehicle distribution path optimization method and system with unmanned aerial vehicle
Drummond et al. An asynchronous parallel metaheuristic for the period vehicle routing problem
Voigt et al. Crowdsourced logistics: The pickup and delivery problem with transshipments and occasional drivers
CN105761481B (en) Intelligent dispatching method and system towards taxi dynamic rideshare
Sigurd et al. Scheduling transportation of live animals to avoid the spread of diseases
CN113469610B (en) Shortest path optimization method based on average dinner time of rider
CN110674968A (en) Vehicle path optimization method for dynamic change of customer demands in express delivery process
CN102598034A (en) Efficient inventory management for providing distinct service qualities for multiple demand groups
Kargari et al. Stores clustering using a data mining approach for distributing automotive spare-parts to reduce transportation costs
Wang et al. An enhanced artificial bee colony algorithm for the green bike repositioning problem with broken bikes
CN110705741B (en) Multi-distribution center vehicle path optimization method based on improved ant colony algorithm
Asghari et al. Environmental and social implications of incorporating carpooling service on a customized bus system
Li et al. Full truckload vehicle routing problem with profits
CN114595850A (en) Government affair reservation service recommendation method based on machine learning
CN111582912B (en) Portrait modeling method based on deep embedding clustering algorithm
CN109583634A (en) A kind of take-away Distribution path selection method based on Modern Portfolio Theory
CN117371883A (en) Cross-border E-commerce logistics order management method based on big data
Ul Abedin et al. Comparison of public transport network design methodologies using solution-quality evaluation
CN116362844B (en) "first merging list-then dispatching list" takeout order distribution scheme generation method
CN112613701A (en) Finished cigarette logistics scheduling method
Tan et al. An enhanced adaptive large neighborhood search for fatigue-conscious electric vehicle routing and scheduling problem considering driver heterogeneity
Alisoltani et al. Data-oriented approach for the dial-a-ride problem
Ben-Ayed Re-engineering the inter-facility process of a parcel distribution company to improve the level of performance
CN115169739A (en) Transportation path planning method considering timeliness and discount based on logistics supply chain
CN102882937A (en) Web service selection method based on user preference imperfectness and conflict

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20211001

Assignee: Nanjing Yunkai Data Technology Co.,Ltd.

Assignor: NANJING University OF POSTS AND TELECOMMUNICATIONS

Contract record no.: X2023980050259

Denomination of invention: A shortest path optimization method based on the average waiting time of riders for meals

Granted publication date: 20230602

License type: Common License

Record date: 20231207

Application publication date: 20211001

Assignee: Jiangsu Hongzhi Construction Engineering Co.,Ltd.

Assignor: NANJING University OF POSTS AND TELECOMMUNICATIONS

Contract record no.: X2023980050258

Denomination of invention: A shortest path optimization method based on the average waiting time of riders for meals

Granted publication date: 20230602

License type: Common License

Record date: 20231206

EE01 Entry into force of recordation of patent licensing contract