CN111709561A - Real-time adding and optimizing method for solving dynamic vehicle path problem - Google Patents

Real-time adding and optimizing method for solving dynamic vehicle path problem Download PDF

Info

Publication number
CN111709561A
CN111709561A CN202010475453.5A CN202010475453A CN111709561A CN 111709561 A CN111709561 A CN 111709561A CN 202010475453 A CN202010475453 A CN 202010475453A CN 111709561 A CN111709561 A CN 111709561A
Authority
CN
China
Prior art keywords
path
vehicle
new
customer
node
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.)
Pending
Application number
CN202010475453.5A
Other languages
Chinese (zh)
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.)
Hangzhou Dianzi University
Original Assignee
Hangzhou Dianzi University
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 Hangzhou Dianzi University filed Critical Hangzhou Dianzi University
Priority to CN202010475453.5A priority Critical patent/CN111709561A/en
Publication of CN111709561A publication Critical patent/CN111709561A/en
Pending legal-status Critical Current

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/04Forecasting or optimisation specially adapted for administrative or management purposes, e.g. linear programming or "cutting stock problem"
    • G06Q10/047Optimisation of routes or paths, e.g. travelling salesman problem
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/004Artificial life, i.e. computing arrangements simulating life
    • G06N3/006Artificial life, i.e. computing arrangements simulating life based on simulated virtual individual or collective life forms, e.g. social simulations or particle swarm optimisation [PSO]
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • Human Resources & Organizations (AREA)
  • Theoretical Computer Science (AREA)
  • Economics (AREA)
  • General Physics & Mathematics (AREA)
  • Strategic Management (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Development Economics (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • Marketing (AREA)
  • General Business, Economics & Management (AREA)
  • Operations Research (AREA)
  • Biomedical Technology (AREA)
  • Data Mining & Analysis (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Game Theory and Decision Science (AREA)
  • Biophysics (AREA)
  • Computational Linguistics (AREA)
  • Health & Medical Sciences (AREA)
  • Evolutionary Computation (AREA)
  • General Health & Medical Sciences (AREA)
  • Molecular Biology (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a real-time adding and optimizing method for solving a dynamic vehicle path problem, which is applied to the design and optimization of the dynamic vehicle path problem and mainly relates to the two fields of vehicle path dynamic planning and intelligent optimization. The inventive method comprises the following steps: first, a path is planned for known customer points using a hybrid ant colony algorithm. And then sequentially adding the new customer to the path of the vehicle nearest to the new customer according to the dynamic customer service request time. And immediately judging whether the path service vehicle of the newly added customer is overloaded or not every time a new customer point is added, if so, arranging the vehicles to carry out centralized service, and if not, replanning the path of the newly added customer and the unserviced customers by using a hybrid ant colony algorithm. And finally, finishing until all the new client points are added. The method disclosed by the invention tests the disclosed data set, and proves that the method is real and effective in designing and optimizing the vehicle path problem.

Description

Real-time adding and optimizing method for solving dynamic vehicle path problem
Technical Field
The invention relates to a real-time adding and optimizing method for solving the problem of dynamic vehicle paths, and belongs to the two fields of vehicle path dynamic planning and intelligent optimization.
Background
Dynamic vehicle routing problems are common in the field of logistics. When logistics companies arrange vehicles to deliver goods to known customers, new demands are often made around the planned service path. If the planned service path can be dynamically changed, the cost of the logistics company is reduced, and the service quality is improved.
The problem of dynamic vehicle paths is an NP-hard problem, and since constraints are many, node scale is large, and it is difficult to solve with an accurate algorithm, a heuristic algorithm is generally required for solving the problem, such as: genetic algorithm, ant colony algorithm, tabu search, particle swarm algorithm, etc. For the adding mode of the dynamic demand, a time slice mode is generally adopted for solving, namely, a working day is divided into a plurality of time slices, and then the dynamic demand is processed in each time slice.
Disclosure of Invention
The invention aims to provide a real-time adding and optimizing method for solving the problem of dynamic vehicle paths, aiming at improving the efficiency of solving the problem of dynamic vehicle paths.
The technical scheme adopted by the invention for solving the technical problem comprises the following steps:
step (1) using a hybrid ant colony algorithm to carry out path planning on known customer nodes to form n initial service paths (R)1、R2、…、Rn)。
And (2) inserting the new client node into the nearest path according to the time and the position requested by the new client node.
And (3) judging whether the vehicle serving the newly added customer node exceeds the maximum vehicle load or not, if so, removing the new customer node from the new path, and then arranging the vehicle to process the requirement independently.
And (4) keeping the served path unchanged under the condition that the maximum load of the vehicle is not exceeded, and replanning the path by using a hybrid ant colony algorithm for the new customer node and the previously planned but unserved customer node.
And (5) repeating and circularly executing the steps (2) to (4) until all the new client nodes are completely served.
The mixed ant colony algorithm of the steps (1) and (4) is specifically as follows:
the method comprises the steps of firstly, using mutation operation to integrally optimize a path. And (3) adopting the idea of mutation operation in the genetic algorithm, setting the probability of mutation to be m equal to 0.2, and then generating a random number r. The method comprises the following specific steps: and selecting a path, randomly exchanging every two client nodes of 30% of the path once if the generated random number r is less than or equal to m, calculating the path length of each exchange, and recording the path with the shortest length as the optimal path.
Local optimization is performed using a modified 2-Opt algorithm.
Firstly, the optimal path obtained in the mutation operation is taken out, and the optimal path is divided according to different vehicles to form a single path for one vehicle.
Then, a 2-Opt algorithm is independently used for the path of each vehicle, namely, the first customer node sequentially exchanges positions with other customer nodes, and then the second customer node sequentially exchanges positions with the subsequent customer nodes until all the customer nodes are completely exchanged, and the local optimal path of each vehicle is found.
And finally, combining each vehicle according to the local optimal path to form a new path, and comparing the new path with the original path. If the optimized new path is better than the original path, the optimized new path is used, otherwise, the original path is kept unchanged.
In the step (2), inserting the client node into the nearest path according to the time and the position of the new client request specifically comprises:
firstly, taking out a new client according to the request time of the new client, and respectively calculating the distance between a newly inserted client node and a vehicle which is in service;
and then inserting the new client node into the path where the vehicle nearest to the new client node is located, and finally forming a new path.
The vehicle load judgment and the individual vehicle arrangement in the step (3) are specifically as follows:
inserting a new client node into a nearest path, judging whether the vehicle heavy load served by the path exceeds, if the maximum load exceeds, moving the newly added client node out of the nearest path and placing the client node into an individual list, and finally arranging vehicles to intensively process the client nodes in the individual list after all the client nodes are added.
The step (4) of replanning the path for the new customer node and the previously planned but unserved point by using the hybrid ant colony algorithm specifically comprises the following steps:
the known path is divided into two parts after each new client is added to the known path. The first part is the customers that have been served before, and this part of the path remains unchanged.
The second part is a newly added customer node and a customer node which is not served before, and the path of the second part is re-planned by using a mixed ant colony algorithm to realize real-time addition and optimization. And (4) repeating the steps (2) to (4) until all the new client nodes are served.
The invention has the following beneficial effects:
in the present invention, the hybrid ant colony algorithm will be used to generate initial paths and later dynamic optimizations. The hybrid ant colony algorithm fuses the global optimization path of the mutation operation of the genetic algorithm, and simultaneously adopts 2-opt to carry out the local optimization operation of the path. The real-time adding strategy is to immediately add the current path according to the request time of each new demand for synchronous optimization.
The invention is real and effective for the design and optimization of the vehicle path problem.
Drawings
FIG. 1 is a flow chart of the dynamic addition and optimization of the present invention;
FIG. 2 is a flowchart illustrating the hybrid ant colony algorithm mutation operation of the present invention;
fig. 3 is a schematic diagram of adding path selection and path reconnection according to the present invention.
Detailed Description
The technical scheme of the invention is further explained by combining the attached drawings.
FIG. 1 is a flow chart of the dynamic addition and optimization of the present invention.
In the present invention, a simulation experiment was performed using Matlab language. As shown in fig. 1, a path is first planned for known customer nodes using a hybrid ant colony algorithm. And then sequentially adding the new customer to the path of the vehicle nearest to the new customer according to the dynamic customer service request time. And immediately judging whether the path service vehicle of the newly added client is overloaded or not every time a new client node is added, if so, independently arranging the vehicles to carry out centralized service, and otherwise, immediately replanning the path of the newly added client and the unserved client by using a hybrid ant colony algorithm. And finally, finishing until all the new client nodes are added.
The following are the detailed steps of the whole method:
(1) path planning is carried out on known customer nodes by using a hybrid ant colony algorithm to form n initial service paths (R)1...R2)。
The following are the detailed steps of the hybrid ant colony algorithm:
initializing basic parameters of the ant colony algorithm, placing the ant colony at the train yard and setting the train yard as an initial node. Manually setting parameters such as: ant number, heuristic factor, iteration times and initial node.
Each ant represents a vehicle and starts from the initial node, the next client node to be visited is selected according to the transition probability, and the client node visited by the ant is added into the taboo table. The next accessed client node is selected by the following formula.
Figure BDA0002515686480000041
Wherein p isij(k) Denotes the probability of selecting client j as the next access point for client i, τ(i,j)And η(i,j)Pheromone intensity and route visibility representing routes between customers i and j, respectively, α and β representing importance of pheromone intensity and route visibilitykRespectively representing the set of all visited customer points and the set of k-th vehicle visited customer points.
Fig. 2 is a flowchart of the hybrid ant colony algorithm mutation operation in the present invention. The entire optimization path of the mutation operation is used. By adopting the idea of mutation operation in genetic algorithm, we set the probability of mutation as m ═ 0.2 and then generate random number r.
The method comprises the following specific steps: and selecting a path, randomly exchanging every two client nodes of 30% of the path once if the generated random number r is less than or equal to m, calculating the path length of each exchange, and recording the path with the shortest length.
Local optimization is performed using a modified 2-Opt algorithm. The method comprises the following specific steps:
firstly, the optimal path obtained in the mutation operation is taken out, and the optimal path is divided according to different vehicles to form a single path for one vehicle.
Then, the 2-Opt is independently used for the path of each vehicle, namely, the first customer node sequentially exchanges positions with other customer nodes, and then the second node sequentially exchanges positions with the following nodes until all the nodes are exchanged, and the local optimal path of each vehicle is found out.
And finally, combining each vehicle according to the original sequence to form a new path, and comparing the new path with the original path. If the optimized path is better than the original path, the optimized path is used, otherwise, the original path is kept unchanged.
After one iteration is completed, the pheromone concentration of each path is updated.
The pheromone is updated using the following formula:
τij(t+1)=(1-ρ)×τij(t)+Δτij(t,t+1)
in the above formula, τij(t +1) is the updated pheromone concentration between paths (i, j); tau isij(t) is the initial pheromone concentration for pathway (i, j); ρ is a constant representing the rate at which the pheromone is volatilized; delta tauij(t, t +1) is the pheromone increment on path (i, j), and the pheromone increment rule is updated by the following formula:
Figure BDA0002515686480000051
wherein Q is a constant, LbestIs the optimal path length.
(2) The client node is inserted into the nearest path based on the time and location of the new client request. Specifically, as shown in fig. 3, nodes 1, 2, 3, 4, 5, 6, 7, 8, 9 in the graph are known customer nodes, and N1 and N2 are newly added customer nodes. Selecting and reconnecting the path according to the completed path, the originally planned path and the real-time newly added path, and the specific steps are as follows:
firstly, taking out the new client according to the request time of the new client, respectively calculating the distance between the newly inserted client node and the vehicle being served, then inserting the new client node into the path where the vehicle nearest to the new client node is located, and finally forming a new path.
(3) Determining whether a vehicle servicing the newly added customer node path exceeds a maximum vehicle load, and if so, removing the new customer node from the new path to schedule the vehicle to handle the demand individually. The method specifically comprises the following steps:
and inserting a new client node into the nearest path, judging whether the vehicle heavy load served by the path exceeds, if so, moving the newly added client node out of the path and placing the client node into the single list, and finally arranging the vehicles to intensively process the client nodes in the single list after all the client nodes are added.
(4) For the case that the vehicle maximum load is not exceeded, the already served path is kept unchanged, and the path is re-planned using the hybrid ant colony algorithm for the new customer node and the previously planned but unserviced points. The method specifically comprises the following steps:
the known path is divided into two parts after each new client is added to the known path.
The first part is the customers that have been served before, and this part of the path remains unchanged.
And the second part is a newly added point and a customer node which is not served before, and the path of the newly added point and the customer node is re-planned by using a mixed ant colony algorithm, so that real-time addition and optimization are realized.
(5) And (4) repeating the steps (2) to (4) until all the new client nodes are served.
Simulation experiments prove that the real-time adding and optimizing method can effectively solve the problem of dynamic vehicle paths.

Claims (7)

1. A real-time adding and optimizing method for solving the problem of dynamic vehicle paths is characterized by comprising the following steps:
step (1) using a hybrid ant colony algorithm to carry out path planning on known customer nodes to form n initial service paths (R)1、R2、…、Rn);
Step (2) inserting the new client node into the nearest path according to the request time and position of the new client node to form a new path;
step (3) judging whether a vehicle serving the newly added client node exceeds the maximum vehicle load, if so, removing the newly added client node from the new path, and then arranging the vehicle to individually process the requirements;
step (4), for the condition that the maximum load of the vehicle is not exceeded, the served path is kept unchanged, and the path is re-planned by using a hybrid ant colony algorithm for the new customer node and the previously planned but unserviced customer nodes;
and (5) repeating and circularly executing the steps (2) to (4) until all the new client nodes are completely served.
2. The real-time adding and optimizing method for solving the dynamic vehicle path problem according to claim 1, wherein the hybrid ant colony algorithm of the steps (1) and (4) is specifically as follows:
firstly, optimizing a path by using a mutation operation as a whole; adopting the idea of mutation operation in a genetic algorithm, setting the probability of mutation as m being 0.2, and then generating a random number r; the method comprises the following specific steps: selecting a path, randomly exchanging every two client nodes of 30% of the path once if the generated random number r is less than or equal to m, calculating the path length of each exchange, and recording the path with the shortest length as an optimal path;
using an improved 2-Opt algorithm to carry out local optimization;
firstly, taking out the optimal path obtained in the variation operation, and dividing the optimal path according to different vehicles to form a single original path of one vehicle;
then, a 2-Opt algorithm is independently used for the path of each vehicle, namely, a first customer node exchanges positions with other customer nodes in sequence, and then a second customer node exchanges positions with the following nodes in sequence until all the customer nodes are exchanged, and the local optimal path of each vehicle is found out;
finally, combining each vehicle according to the local optimal path to form a new path, and comparing the new path with the original optimal path; if the optimized new path is better than the original optimal path, the optimized new path is used, otherwise, the original optimal path is kept unchanged.
3. The real-time adding and optimizing method for solving the dynamic vehicle path problem according to claim 2, wherein the step (2) of inserting the client node into the nearest path according to the new client request time and location is specifically as follows:
firstly, taking out a new client according to the request time of the new client, and respectively calculating the distance between a newly inserted client node and a vehicle which is in service;
and then inserting the new client node into the path where the vehicle nearest to the new client node is located, and finally forming a new path.
4. The real-time adding and optimizing method for solving the dynamic vehicle path problem according to claim 3, wherein the vehicle load judgment and the individual vehicle scheduling in the step (3) are specifically as follows:
and inserting the new client node into the nearest path, judging whether the vehicle heavy load served by the path exceeds, if the maximum load exceeds, moving the newly added client node out of the nearest path and placing the newly added client node into the single list, and finally arranging the vehicles to intensively process the client nodes in the single list after all other new client nodes are added.
5. The real-time adding and optimizing method for solving the dynamic vehicle path problem according to claim 4, wherein the re-planning of the path for the new customer node and the previously planned but unserviced point in the step (4) by using the hybrid ant colony algorithm specifically comprises:
dividing the known path into two parts after adding a new client node to the known path; the first part is a client node which is already served before, and the path of the first part is kept unchanged;
the second part is a newly added customer node and a customer node which is not served before, and the path of the second part is re-planned by using a mixed ant colony algorithm to realize real-time addition and optimization.
6. A real-time addition and optimization method to solve the dynamic vehicle path problem according to claim 1 or 2 or 5, characterized by:
initializing basic parameters of an ant colony algorithm, placing an ant colony at a train yard and setting the train yard as an initial node; each ant represents a vehicle and starts from an initial node, the next client node to be visited is selected according to the transition probability, and the client node visited by the ant is added into a taboo table; selecting a next accessed client node through the following formula;
Figure FDA0002515686470000031
wherein p isij(k) Denotes the probability of selecting client j as the next access point for client i, τ(i,j)And η(i,j)Pheromone concentration and route visibility representing routes between customers i and j, α and β representing importance of pheromone concentration and route visibility, respectively, and tabukRespectively representing the set of all visited customer points and the set of k-th vehicle visited customer points.
7. A real-time addition and optimization method to solve the dynamic vehicle path problem as claimed in claim 6, characterized by updating pheromone concentration of each path after each iteration is completed, updating pheromones using the following formula:
τij(t+1)=(1-ρ)×τij(t)+Δτij(t,t+1)
in the above formula, τij(t +1) is the updated pheromone concentration between paths (i, j); tau isij(t) is the initial pheromone concentration for pathway (i, j); ρ is a constant representing the rate at which the pheromone is volatilized; delta tauij(t, t +1) is the pheromone increment on path (i, j), and the pheromone increment rule is updated by the following formula:
Figure FDA0002515686470000032
wherein Q is a constant, LbestIs the optimal path length.
CN202010475453.5A 2020-05-29 2020-05-29 Real-time adding and optimizing method for solving dynamic vehicle path problem Pending CN111709561A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010475453.5A CN111709561A (en) 2020-05-29 2020-05-29 Real-time adding and optimizing method for solving dynamic vehicle path problem

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010475453.5A CN111709561A (en) 2020-05-29 2020-05-29 Real-time adding and optimizing method for solving dynamic vehicle path problem

Publications (1)

Publication Number Publication Date
CN111709561A true CN111709561A (en) 2020-09-25

Family

ID=72538844

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010475453.5A Pending CN111709561A (en) 2020-05-29 2020-05-29 Real-time adding and optimizing method for solving dynamic vehicle path problem

Country Status (1)

Country Link
CN (1) CN111709561A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112200367A (en) * 2020-10-09 2021-01-08 河北工业大学 Electric vehicle distribution path optimization method supporting charge-discharge strategy
CN112348250A (en) * 2020-11-05 2021-02-09 紫金矿业集团股份有限公司 Truck scale unattended weighing system
CN113237489A (en) * 2021-05-20 2021-08-10 曲阜师范大学 Vehicle path planning method based on improved 2-opt ant colony algorithm

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103413209A (en) * 2013-07-17 2013-11-27 西南交通大学 Method for selecting multi-user and multi-warehouse logistics distribution path
CN104700251A (en) * 2015-03-16 2015-06-10 华南师范大学 Maximum-minimum ant colony optimization method and maximum-minimum ant colony optimization system for solving vehicle scheduling problem
CN107194575A (en) * 2017-05-19 2017-09-22 重庆大学 It is a kind of to handle the vehicle autonomy dispatching method that express delivery increases pickup demand newly
CN107194576A (en) * 2017-05-19 2017-09-22 重庆大学 The dynamic dispatching method of newly-increased pickup demand is handled in a kind of express delivery delivery process
CN107292450A (en) * 2017-07-18 2017-10-24 西安电子科技大学 Disaster assistance ambulance paths planning method based on multi-Agent Genetic Algorithm
CN109919365A (en) * 2019-02-19 2019-06-21 清华大学 A kind of electric vehicle paths planning method and system based on double decision searches
CN110197311A (en) * 2019-06-12 2019-09-03 江苏航运职业技术学院 A kind of logistics distribution paths planning method based on intelligent optimization

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103413209A (en) * 2013-07-17 2013-11-27 西南交通大学 Method for selecting multi-user and multi-warehouse logistics distribution path
CN104700251A (en) * 2015-03-16 2015-06-10 华南师范大学 Maximum-minimum ant colony optimization method and maximum-minimum ant colony optimization system for solving vehicle scheduling problem
CN107194575A (en) * 2017-05-19 2017-09-22 重庆大学 It is a kind of to handle the vehicle autonomy dispatching method that express delivery increases pickup demand newly
CN107194576A (en) * 2017-05-19 2017-09-22 重庆大学 The dynamic dispatching method of newly-increased pickup demand is handled in a kind of express delivery delivery process
CN107292450A (en) * 2017-07-18 2017-10-24 西安电子科技大学 Disaster assistance ambulance paths planning method based on multi-Agent Genetic Algorithm
CN109919365A (en) * 2019-02-19 2019-06-21 清华大学 A kind of electric vehicle paths planning method and system based on double decision searches
CN110197311A (en) * 2019-06-12 2019-09-03 江苏航运职业技术学院 A kind of logistics distribution paths planning method based on intelligent optimization

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
浦攀: "基于实时信息的动态车辆路径问题模型与算法研究" *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112200367A (en) * 2020-10-09 2021-01-08 河北工业大学 Electric vehicle distribution path optimization method supporting charge-discharge strategy
CN112348250A (en) * 2020-11-05 2021-02-09 紫金矿业集团股份有限公司 Truck scale unattended weighing system
CN113237489A (en) * 2021-05-20 2021-08-10 曲阜师范大学 Vehicle path planning method based on improved 2-opt ant colony algorithm

Similar Documents

Publication Publication Date Title
CN111709561A (en) Real-time adding and optimizing method for solving dynamic vehicle path problem
CN105513400B (en) The method of Dynamic Programming trip route
CN108764777B (en) Electric logistics vehicle scheduling method and system with time window
CN106779372B (en) Agricultural machinery scheduling method based on improved immune taboo algorithm
CN109948855A (en) A kind of isomery harmful influence Transport route planning method with time window
CN110705742A (en) Logistics distribution method based on improved ant colony algorithm
CN107909228B (en) Dynamic vehicle goods receiving and dispatching path planning method and device based on modular factor calculation
CN105260785B (en) Logistics distribution vehicle path optimization method based on improved cuckoo algorithm
Chekired et al. Fog-computing-based energy storage in smart grid: A cut-off priority queuing model for plug-in electrified vehicle charging
CN112733272A (en) Method for solving vehicle path problem with soft time window
CN111445094B (en) Express vehicle path optimization method and system based on time requirement
CN108267954B (en) Cutter punctual delivery path planning algorithm with hard time window
CN109559062A (en) A kind of task distribution of cooperative logistical problem and paths planning method
CN112356721A (en) Electric vehicle charging guiding method and system based on cloud platform
Bakas et al. A flexible transportation service for the optimization of a fixed-route public transport network
CN109934405A (en) There are the more train number paths planning methods of the multi-vehicle-type in time limit based on simulated annealing
Wallar et al. Optimizing multi-class fleet compositions for shared mobility-as-a-service
CN109840625B (en) Courier group path navigation method
Keskinturk et al. A genetic algorithm metaheuristic for bakery distribution vehicle routing problem with load balancing
CN113887782A (en) Genetic-firework mixing method and system for maintenance resource distribution scheduling
CN102833326A (en) Grey prediction-based cloud storage load balancing method
CN115018211B (en) Method and device for setting transportation scheduling line
CN115062868B (en) Pre-polymerization type vehicle distribution path planning method and device
Bosman et al. Computationally intelligent online dynamic vehicle routing by explicit load prediction in an evolutionary algorithm
Tunga et al. A method for solving bi-objective green vehicle routing problem (G-VRP) through genetic algorithm

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