CN114240076B - Multi-AGV task allocation method based on improved particle swarm algorithm - Google Patents

Multi-AGV task allocation method based on improved particle swarm algorithm Download PDF

Info

Publication number
CN114240076B
CN114240076B CN202111421120.5A CN202111421120A CN114240076B CN 114240076 B CN114240076 B CN 114240076B CN 202111421120 A CN202111421120 A CN 202111421120A CN 114240076 B CN114240076 B CN 114240076B
Authority
CN
China
Prior art keywords
agv
particle
task
fitness
algorithm
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
CN202111421120.5A
Other languages
Chinese (zh)
Other versions
CN114240076A (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.)
Chengdu Ruixinxing Technology Co ltd
Original Assignee
Chengdu Ruixinxing Technology Co ltd
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 Chengdu Ruixinxing Technology Co ltd filed Critical Chengdu Ruixinxing Technology Co ltd
Priority to CN202111421120.5A priority Critical patent/CN114240076B/en
Publication of CN114240076A publication Critical patent/CN114240076A/en
Application granted granted Critical
Publication of CN114240076B publication Critical patent/CN114240076B/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/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0631Resource planning, allocation, distributing or scheduling for enterprises or organisations
    • G06Q10/06311Scheduling, planning or task assignment for a person or group
    • 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]

Landscapes

  • Business, Economics & Management (AREA)
  • Engineering & Computer Science (AREA)
  • Human Resources & Organizations (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Strategic Management (AREA)
  • Economics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • General Physics & Mathematics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Biomedical Technology (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • Marketing (AREA)
  • General Business, Economics & Management (AREA)
  • Educational Administration (AREA)
  • Development Economics (AREA)
  • Health & Medical Sciences (AREA)
  • Game Theory and Decision Science (AREA)
  • Artificial Intelligence (AREA)
  • Operations Research (AREA)
  • Biophysics (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (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 multi-AGV task allocation method based on an improved particle swarm algorithm, which is used for solving the problem of AGV task allocation in an intelligent processing and manufacturing workshop and realizing overall scheduling optimization of multiple AGVs. The method mainly comprises the following steps: firstly, an objective function is set according to an objective with the highest overall efficiency of the AGV. And then designing a fitness calculation formula based on actual scene parameters of the manufacturing shop, encoding the particles in a real number encoding mode, and setting an initial solution checking operator according to a target function to generate a high-quality initial solution. And finally, updating the particles according to a speed and position formula, and setting an update solution checking operator to avoid the degradation of the solution. And comparing the individual optimal position with the global optimal position, and stopping iteration when the algorithm is finished to obtain the AGV optimal task distribution result.

Description

Multi-AGV task allocation method based on improved particle swarm algorithm
Technical Field
The invention relates to the field of multi-robot task allocation, in particular to a multi-AGV task allocation method based on an improved particle swarm algorithm.
Background
With the continuous development of intelligent robot technology, more and more processing workshops and logistics warehouses are transformed to intellectualization, and the robot agent is used for manually bearing tasks such as automatic carrying, loading and unloading, so that the problem of how to coordinate the work division cooperation of a plurality of robots becomes an important research problem, and the proper task allocation scheme can reduce the traveling distance of the AGV on the whole so as to improve the working efficiency.
At present, aiming at multi-AGV task allocation, a centralized mode and a distributed mode are mainly adopted, wherein the centralized mode is that the multi-AGV task allocation is allocated to each robot after a scheme is calculated, the advantage is that information can be integrated uniformly, communication service cost is reduced, AGV task allocation belongs to an NP-hard problem, and the calculation amount is increased explosively along with the increase of the number of AGVs and the number of tasks, so that the calculation is generally performed by adopting an intelligent algorithm, wherein a particle swarm algorithm is a meta-heuristic algorithm and is also one of main research algorithms of group intelligence at present, a particle swarm is far away from a foraging rule of a cluster of flying birds, each flying bird in the cluster is a particle representing solution, the particle flying space flies at a certain speed and direction, the speed and the direction are continuously adjusted according to information of an optimal solution individual and a global individual shared in the cluster, the optimal direction is approached, the cluster is gradually approached to the optimal solution in the solution space, however, in the existing multi-AGV task allocation, although the algorithm is used, the stability is poor, the optimizing speed is slow, the solving quality is low, and the particle swarm is not suitable for the existing production requirements.
Disclosure of Invention
Aiming at the problems, the invention provides the multi-AGV task allocation method based on the improved particle swarm optimization, which has the advantages of high stability, capability of improving the algorithm searching efficiency, optimizing capability and calculation stability, and capability of improving the solving quality.
The technical scheme of the invention is as follows:
a multi-AGV task allocation method based on an improved particle swarm algorithm comprises the following steps:
s1, acquiring AGV information and task information, performing task matching on a to-be-delivered goods loading station and a to-be-emptied tray processing station, and setting particle swarm parameters;
s2, encoding each particle;
s3, setting an initial operator for checking each encoded particle;
s4, decoding the checked qualified particles to generate a driving path corresponding to the AGV, and calculating the fitness of each particle according to a fitness function;
s5, determining the optimal position of each particle according to the fitness of each particle, and simultaneously determining the optimal position in a particle population;
and S6, updating the speed and the position of each particle to obtain an individual optimal solution and a global optimal solution of each particle.
In the S1, the processing station number, each AGV station number and a two-dimensional plane rectangular coordinate system thereof are determined according to a manufacturing workshop map on the premise of acquiring the AGV information and the task condition, and the AGV road length and the road running rule under the map scene are determined.
In S1, the AGV information comprises the total number of vehicles, the number of the vehicles, the initial station of each vehicle and the electric quantity, the AGV task comprises the task information of waiting for goods delivery and the task information of waiting for empty goods taking, and the AGV numbers according to the natural number sequence.
In S1, the particle swarm parameters include: c. C 1 ,c 2 Is an acceleration constant, r 1 ,r 2 Is a random parameter, w is an inertia weight, q is the number of particles, m is the number of iterations, and d is the particle dimension, which is equal to the number of tasks to be picked.
In the S1, before task matching is carried out on the loading position to be delivered and the processing position of the tray to be emptied, the relation between the number of tasks to be delivered and the number of AGV needs to be judged, and if the number of tasks to be delivered is more than or equal to the number of AGV, direct matching is carried out; if the number of the tasks to be delivered is smaller than the number of the AGVs, starting from the AGV with the largest electric quantity, keeping the AGVs corresponding to the number of the tasks to be delivered in the sequence from large to small, and continuing to match, wherein the matching calculates a function according to the running distance to obtain a task combination with the smallest running distance of the total AGVs, namely
Figure GDA0003837109750000031
If the number of the tasks of the trays to be emptied is smaller than that of the tasks of the pallets to be delivered, the fact that the trays are emptied after the existing AGV does not need to deliver the pallets is indicated, and the distance is replaced by the distance from the loading station to be loaded to the AGV station.
The particle coding adopts a real number coding mode.
In S5, the fitness of the current position of each particle is compared with the historical optimal position fitness, and if the current position fitness value is lower, the historical optimal position is updated. Similarly, the best position fitness in the group is compared with the historical group best position fitness, and if the current position fitness value is lower, the historical best position of the group is updated.
In S6, updating the velocity and position of each particle depends on a velocity and position formula, which is as follows:
Figure GDA0003837109750000032
Figure GDA0003837109750000033
wherein, the first and the second end of the pipe are connected with each other,
Figure GDA0003837109750000034
a d-dimension component representing a velocity vector of a particle i at the k-th iteration;
Figure GDA0003837109750000035
a d-dimension component representing a location vector of a particle i at the k-th iteration; w represents an inertial weight; c. C 1 ,c 2 Represents an acceleration constant; r is 1 ,r 2 Representing a random parameter; pbest id D-dimension individual optimal value representing particle i; gbest id Representing a d-th dimension global optimum.
And S6, in order to prevent the degradation of the solution, checking whether each particle after updating contains all AGV numbers needing to execute the task by using an updating solution checking operator, if any particle does not meet the requirement, keeping the particle before updating, if the algorithm ending condition is not met, returning to S4 to continue iterative computation, if the algorithm ending condition is met, and the optimal position of the group is the optimal solution obtained by the algorithm.
The invention has the beneficial effects that:
a real number encoding mode which is easier to understand and calculate is adopted in the particle swarm algorithm encoding, so that particle optimization in subsequent steps is facilitated. The particles of the particle swarm algorithm move in the solution space towards the directions of the population optimal solution and the individual optimal solution, so that the population optimal solution has an important influence on the update of the particles. Based on the characteristics, the objective is solved by combining the task allocation problem, considering that the optimal solution is that each AGV has task allocation, designing an initial solution inspection operator to generate a high-quality initial solution containing all AGV numbers, and determining a good search direction for the particles in a solution space at the beginning of the algorithm; meanwhile, an updated particle inspection operator is designed to process irregular particles generated in the algorithm iteration process, so that degradation of the solution is avoided. The improved particle swarm optimization can improve the searching efficiency, optimizing capability and calculation stability of the algorithm and improve the solving quality as a whole.
Drawings
FIG. 1 is a flowchart of a method for distributing multiple AGV tasks according to an embodiment of the present invention;
FIG. 2 is a flowchart of an initial solution checking operator of the method for distributing multiple AGV tasks based on the improved particle swarm optimization algorithm according to the embodiment of the present invention;
FIG. 3 is a flowchart of an update solution checking operator of the AGV task allocation method based on the improved particle swarm optimization algorithm according to the embodiment of the present invention.
Detailed Description
The embodiments of the present invention will be further described with reference to the accompanying drawings.
The embodiment is as follows:
as shown in fig. 1-2, a multiple AGV task allocation method based on an improved particle swarm algorithm includes the following steps:
s1, acquiring AGV information and task information, performing task matching on a to-be-delivered loading station and a to-be-emptied tray processing station, and setting particle swarm parameters;
s2, encoding each particle;
s3, setting an initial operator for checking each encoded particle;
s4, decoding the checked qualified particles to generate a driving path corresponding to the AGV, and calculating the fitness of each particle according to a fitness function;
s5, determining the optimal position of each particle according to the fitness of each particle, and simultaneously determining the optimal position in a particle population;
and S6, updating the speed and the position of each particle to obtain an individual optimal solution and a global optimal solution of each particle.
The calculation of the algorithm fitness function is based on map scene parameters, the travel distance of the AGV between the station and the processing station and the travel distance between the AGV and the processing station are determined according to the road travel rule to determine the calculation function, and finally the total travel distance L of each AGV (i =1,2, …, n) is obtained through summation i Wherein the maximum travel distance of a certain AGVFor fitness, the algorithm aims to obtain a task allocation scheme with the lowest fitness. The multi-AGV task allocation algorithm aims to achieve the balance of the AGV tasks and achieve the overall optimization. The objective function is the AGV travel distance that minimizes the longest travel distance, i.e., min (max (L) i )),i=1,2,…,n。
In the S1, the processing station number, each AGV station number and a two-dimensional plane rectangular coordinate system thereof are determined according to a manufacturing workshop map on the premise of acquiring the AGV information and the task condition, and the AGV road length and the road running rule under the map scene are determined.
In S1, the AGV information comprises the total number of vehicles, the number of the vehicles, the initial station of each vehicle and the electric quantity, the AGV task comprises the task information of waiting for goods delivery and the task information of waiting for empty goods taking, and the AGV numbers according to the natural number sequence.
In S1, the particle swarm parameters include: c. C 1 ,c 2 Is an acceleration constant, r 1 ,r 2 Is a random parameter, w is an inertia weight, q is the number of particles, m is the number of iterations, and d is the particle dimension, which is equal to the number of tasks to pick.
In the S1, according to the sequence of the tasks executed by the AGV, the AGV starts from the initial platform to the processing station for delivering goods, then arrives at the processing station where the empty tray needs to be taken, and finally returns to the initial platform. In order to achieve the target of minimum total distance, the relation between the number of tasks to be delivered and the number of AGV needs to be judged before task matching is carried out on the processing position of the tray to be delivered and the processing position of the tray to be emptied, and if the number of tasks to be delivered is more than or equal to the number of AGV, matching is directly carried out; if the number of the tasks to be delivered is smaller than the number of the AGVs, starting from the AGV with the largest electric quantity, keeping the AGVs corresponding to the number of the tasks to be delivered in the sequence from large to small, and continuing to match, wherein the matching calculates a function according to the running distance to obtain a task combination with the smallest running distance of the total AGVs, namely
Figure GDA0003837109750000061
If the number of the tasks of the trays to be emptied is smaller than the number of the tasks to be delivered, the fact that the trays are emptied after the fact that the AGV does not need to deliver goods is indicated, and the distance is replaced by the distance from the loading station to be fetched to the AGV platform.
The particle coding adopts a real number coding mode, and the natural number rounded downwards is the AGV number. Each particle has dimension which is equal to the total number of tasks to be delivered, the real number at the position indicates that the tasks are executed by the AGV with the corresponding number, and the sequence of executing the tasks by the same AGV is determined by the sequence of arranging the real numbers from small to large. For example, the code for a particle is: [1.6523,2.3948,2.4721,3.4820,1.3922,3.3945] indicates that AGV1 performs task 5 before task 1, AGV2 performs task 2 before task 3, and AGV3 performs task 6 before task 3.
In S5, the fitness of the current position of each particle is compared with the historical best position fitness, and if the current position fitness value is lower, the historical best position is updated. Similarly, the best position fitness in the group is compared with the historical group best position fitness, and if the current position fitness value is lower, the historical best position of the group is updated.
In S6, updating the velocity and the position of each particle depends on a velocity and position formula, which is as follows:
Figure GDA0003837109750000071
Figure GDA0003837109750000072
wherein, the first and the second end of the pipe are connected with each other,
Figure GDA0003837109750000073
a d-dimension component representing a velocity vector of a particle i at the k-th iteration;
Figure GDA0003837109750000074
a d-dimension component representing a k-th iteration particle i position vector; w represents an inertial weight; c. C 1 ,c 2 Represents an acceleration constant; r is 1 ,r 2 Representing a random parameter; pbest id D-dimension individual optimal value representing particle i; gbest id Representing a d-th dimension global optimum.
As shown in fig. 3, in step S6, in order to prevent degradation of the solution, an update solution checker is used to check whether each updated particle includes all AGV numbers that need to execute the task, if any particle does not satisfy the requirement, the particle before updating is retained, if the algorithm end condition is not satisfied, the iteration is returned to step S4 to continue the iteration calculation, and if the algorithm end condition is satisfied, the optimal position of the group is the optimal solution obtained by the algorithm.
Tables 1 and 2 below show the results of task allocation by using an unmodified particle swarm algorithm and an improved particle swarm algorithm respectively, the two algorithms use the same manufacturing workshop map as an example, and the route driving rule, the stations and the AGV station coordinates are known. The task allocation scenario is: there are 10 tasks to be delivered and 10 tasks to be emptied of pallets, and the number of the tasks to be delivered to the AGVs is: 2,5,10,16,17,31,46,50,66,70; the task number of the tray to be emptied is as follows: 7,19,22,38,49,51,60,80,82,89. Wherein AGV1-AGV3 all start from station 1, AGV4-AGV6 all start from station 2, return same station after finishing the task, wherein the algorithm parameter is: 40 particles, and 100 times of iterative calculation. The column of assigned tasks in the table is the chain of tasks assigned by each AGV calculated by the algorithm, wherein "[ ]" indicates the task to be delivered and the task to empty the tray executed by the AGV, and the connection with the next task is represented by "-". The total distance traveled column in the table is the distance the AGV traveled under the task chain.
Table 1 task assignment results using the prior art
Figure GDA0003837109750000081
TABLE 2 results of using the distribution method of the present invention
Figure GDA0003837109750000082
As can be seen from the table, the AGV running distances in the AGV task allocation scheme obtained through the improved particle swarm optimization are close, and the running distances are more balanced. In addition, the total travel distance of all AGVs in the task allocation scheme calculated by the improved particle swarm algorithm is 3916.4m, which is smaller than 3966m calculated by the prior art. And the maximum AGV driving distance in the task allocation scheme of the improved particle swarm algorithm is smaller. According to the algorithm running time, two algorithms are run on the same computer, the algorithm running time for obtaining the calculation results in the table 1 is 4.33s, the algorithm running time for obtaining the calculation results in the table 2 is 4.39s, and the calculation time is almost the same. By combining the comparative analysis of the calculation results, the improved particle swarm algorithm has higher solving quality in the same time, and the overall operation effect of the calculated multi-AGV task allocation scheme is better.
The above-mentioned embodiments only express the specific embodiments of the present invention, and the description thereof is more specific and detailed, but not construed as limiting the scope of the present invention. It should be noted that various changes and modifications can be made by those skilled in the art without departing from the spirit of the invention, and these changes and modifications are all within the scope of the invention.

Claims (5)

1. A multi-AGV task allocation method based on an improved particle swarm algorithm is characterized by comprising the following steps:
s1, acquiring AGV information and task information, performing task matching on a to-be-delivered loading station and a to-be-emptied tray processing station, and setting particle swarm parameters;
s2, encoding each particle;
s3, setting an initial operator for checking each encoded particle;
s4, decoding the checked qualified particles to generate a driving path corresponding to the AGV, and calculating the fitness of each particle according to a fitness function;
s5, determining the optimal position of each particle according to the fitness of each particle, and simultaneously determining the optimal position in a particle population;
s6, updating the speed and the position of each particle to obtain an individual optimal solution and a global optimal solution of each particle,
the calculation of the algorithm fitness function is based on map scene parameters, and the running of the AGV between the station and the processing station and between the processing station and the processing station is determined according to the road running ruleDetermining a calculation function for the distance, and finally summing to obtain the total travel distance L of each AGV (i =1,2, …, n) i The maximum driving distance of a certain AGV is fitness, the objective of the algorithm is to obtain a task allocation scheme with the lowest fitness, the objective of the multi-AGV task allocation algorithm is to achieve the balance of the task quantity of each AGV and realize the overall optimization, and the objective function is to minimize the AGV driving distance with the longest driving distance, namely min (max (L) i )),i=1,2,…,n;
In the S1, the processing station numbers, the AGV station numbers and the two-dimensional plane rectangular coordinate system are determined according to a manufacturing workshop map on the premise of acquiring the AGV information and the task condition, and according to the AGV road length and the road running rule under the map scene, in the S1, the relation between the number of tasks to be delivered and the number of the AGV needs to be judged before task matching is carried out on the processing station of the pallet to be delivered and the processing station of the pallet to be emptied, and if the number of tasks to be delivered is more than or equal to the number of the AGV, direct matching is carried out; if the number of the tasks to be delivered is smaller than the number of the AGVs, starting from the AGV with the largest electric quantity, keeping the AGVs corresponding to the number of the tasks to be delivered in the sequence from large to small, and continuing to match, wherein the matching calculates a function according to the running distance to obtain a task combination with the smallest running distance of the total AGVs, namely
Figure FDA0003849570660000021
If the number of the tasks of the trays to be emptied is smaller than the number of the tasks to be delivered, the fact that the empty trays are taken after the fact that the AGV does not need to deliver goods is shown, the distance is replaced by the distance from the loading station to be taken to the AGV station, the particle codes adopt a real number coding mode, S6 is used for preventing the degradation of the solution, an updating solution checking operator is used for checking whether each particle after updating contains all AGV numbers needing to execute the tasks, if the particles do not meet the requirements, the particles before updating are reserved, if the algorithm ending conditions are not met, S4 is returned to continue iterative calculation, if the algorithm ending conditions are met, the group optimal position is the optimal solution obtained by the algorithm.
2. The improved particle swarm algorithm-based multiple AGV task allocation method according to claim 1, wherein in S1, AGV information includes total number of vehicles, vehicle number, starting station of each vehicle and electric quantity, AGV tasks include task information to be delivered and task information to be unloaded, and AGV numbers according to natural number sequence.
3. The method of claim 2, wherein in S1, the parameters of the particle swarm comprise: c. C 1 ,c 2 Is an acceleration constant, r 1 ,r 2 Is a random parameter, w is an inertia weight, q is the number of particles, m is the number of iterations, and d is the particle dimension, which is equal to the number of tasks to be picked.
4. The method of claim 1, wherein in step S5, the fitness of the current position of each particle is compared with the historical best position fitness, and if the current position fitness is lower, the historical best position is updated, and similarly, the best position fitness in the group is compared with the historical group best position fitness, and if the current position fitness is lower, the historical best position of the group is updated.
5. The method of claim 1, wherein in step S6, the updating of the speed and position of each particle depends on a speed and position formula, which is as follows:
Figure FDA0003849570660000031
Figure FDA0003849570660000032
wherein the content of the first and second substances,
Figure FDA0003849570660000033
represents the k-th iterationA d-dimension component of the velocity vector of the surrogate particle i;
Figure FDA0003849570660000034
a d-dimension component representing a location vector of a particle i at the k-th iteration; w represents an inertial weight; c. C 1 ,c 2 Represents an acceleration constant; r is a radical of hydrogen 1 ,r 2 Representing a random parameter; pbest id D-dimension individual optimal value representing particle i; gbest id Representing a d-th dimension global optimum.
CN202111421120.5A 2021-11-26 2021-11-26 Multi-AGV task allocation method based on improved particle swarm algorithm Active CN114240076B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111421120.5A CN114240076B (en) 2021-11-26 2021-11-26 Multi-AGV task allocation method based on improved particle swarm algorithm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111421120.5A CN114240076B (en) 2021-11-26 2021-11-26 Multi-AGV task allocation method based on improved particle swarm algorithm

Publications (2)

Publication Number Publication Date
CN114240076A CN114240076A (en) 2022-03-25
CN114240076B true CN114240076B (en) 2022-11-18

Family

ID=80751427

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111421120.5A Active CN114240076B (en) 2021-11-26 2021-11-26 Multi-AGV task allocation method based on improved particle swarm algorithm

Country Status (1)

Country Link
CN (1) CN114240076B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115186878B (en) * 2022-06-22 2023-05-16 湖南大学无锡智能控制研究院 Multi-AGV online task allocation method and system
CN115100365B (en) * 2022-08-25 2023-01-20 国网天津市电力公司高压分公司 Camera optimal baseline acquisition method based on particle swarm optimization
CN116205474B (en) * 2023-05-06 2023-07-18 深圳市森歌数据技术有限公司 AGV task allocation method and device for parking lot, electronic equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107727099A (en) * 2017-09-29 2018-02-23 山东大学 The more AGV scheduling of material transportation and paths planning method in a kind of factory
CN112100899A (en) * 2020-09-22 2020-12-18 河南中烟工业有限责任公司 AGV multithreading operation global optimization method for cigarette auxiliary material scheduling
CN112147960A (en) * 2020-09-17 2020-12-29 武汉理工大学 Optimized scheduling method and device for flexible manufacturing system
CN113222096A (en) * 2021-04-30 2021-08-06 桂林理工大学 Improved particle swarm algorithm for cloud computing task scheduling

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112911705A (en) * 2021-02-02 2021-06-04 湖南大学 Bayesian iteration improved particle swarm optimization algorithm-based indoor positioning method
CN112907057B (en) * 2021-02-06 2022-11-11 北京理工大学 Production scheduling optimization method and system based on improved MOPSO algorithm

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107727099A (en) * 2017-09-29 2018-02-23 山东大学 The more AGV scheduling of material transportation and paths planning method in a kind of factory
CN112147960A (en) * 2020-09-17 2020-12-29 武汉理工大学 Optimized scheduling method and device for flexible manufacturing system
CN112100899A (en) * 2020-09-22 2020-12-18 河南中烟工业有限责任公司 AGV multithreading operation global optimization method for cigarette auxiliary material scheduling
CN113222096A (en) * 2021-04-30 2021-08-06 桂林理工大学 Improved particle swarm algorithm for cloud computing task scheduling

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
采用粒子群算法的AGV路径跟踪控制研究;彭慕蓉 等;《机械设计与制造》;20200630;1-4 *

Also Published As

Publication number Publication date
CN114240076A (en) 2022-03-25

Similar Documents

Publication Publication Date Title
CN114240076B (en) Multi-AGV task allocation method based on improved particle swarm algorithm
CN110111048B (en) Order task scheduling method in warehousing system
CN107633375B (en) Man-machine cooperation storage sorting method
CN112833905B (en) Distributed multi-AGV collision-free path planning method based on improved A-x algorithm
CN112198880B (en) AGV task allocation method, logistics sorting method and system
CN113075927A (en) Storage latent type multi-AGV path planning method based on reservation table
CN114611767A (en) Global optimal intelligent warehousing scheduling optimization algorithm
CN112070412A (en) Configuration scheme and task scheduling method for multiple elevators in three-dimensional warehouse
CN112001557B (en) TMS system-based logistics distribution path optimization method, storage medium and computer equipment
CN105858043A (en) Lifter and shuttle vehicle combined warehousing system dispatch optimizing method
CN111626516B (en) Order ordering optimization method of double-deep four-way shuttle system considering cargo pouring strategy
CN114626794B (en) Internet of things-based warehousing vertical warehouse shuttle vehicle path planning method and system
CN112184053A (en) Task scheduling method, device and equipment
CN108959782B (en) Layout optimization method, device and equipment for intelligent workshop
CN107831764B (en) Sorting trolley scheduling method suitable for matrix type warehouse
CN112214024B (en) AGV task allocation method, logistics sorting method and system
CN113792933A (en) Workshop layout optimization method and device, electronic equipment and storage medium
CN112801484A (en) Material distribution scheduling method and system considering batching errors
CN109857107A (en) AGV trolley air navigation aid, device, system, medium and equipment
CN114757591B (en) Multi-vehicle type collaborative sorting scheduling method based on behavior dependency graph
CN111160654B (en) Transportation path optimization method for reducing total cost based on fuzzy C-means-simulated annealing algorithm
CN112508481A (en) Intelligent storage multi-AGV scheduling method
CN114613710B (en) Method, system and computer equipment for dispatching cars in advance based on completion time
CN115660551A (en) Multi-AGV scheduling optimization method and system for power grid measurement material unattended warehouse
WO2022062654A1 (en) Route planning method and device, apparatus, and storage medium

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