CN114240076A - 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 PDFInfo
- Publication number
- CN114240076A CN114240076A CN202111421120.5A CN202111421120A CN114240076A CN 114240076 A CN114240076 A CN 114240076A CN 202111421120 A CN202111421120 A CN 202111421120A CN 114240076 A CN114240076 A CN 114240076A
- Authority
- CN
- China
- Prior art keywords
- agv
- particle
- task
- algorithm
- tasks
- 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.)
- Granted
Links
- 239000002245 particle Substances 0.000 title claims abstract description 104
- 238000000034 method Methods 0.000 title claims abstract description 24
- 238000012545 processing Methods 0.000 claims abstract description 18
- 238000004519 manufacturing process Methods 0.000 claims abstract description 7
- 230000015556 catabolic process Effects 0.000 claims abstract description 5
- 238000006731 degradation reaction Methods 0.000 claims abstract description 5
- 230000001133 acceleration Effects 0.000 claims description 6
- 230000000717 retained effect Effects 0.000 claims description 2
- 238000004364 calculation method Methods 0.000 abstract description 13
- 238000005457 optimization Methods 0.000 abstract description 9
- 238000009826 distribution Methods 0.000 abstract description 2
- 238000007689 inspection Methods 0.000 description 3
- 238000011160 research Methods 0.000 description 2
- 206010063385 Intellectualisation Diseases 0.000 description 1
- 238000013459 approach Methods 0.000 description 1
- 230000009286 beneficial effect Effects 0.000 description 1
- 239000003795 chemical substances by application Substances 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 238000010835 comparative analysis Methods 0.000 description 1
- 238000011161 development Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 230000002431 foraging effect Effects 0.000 description 1
- 230000001788 irregular Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000012795 verification Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION 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/00—Administration; Management
- G06Q10/06—Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
- G06Q10/063—Operations research, analysis or management
- G06Q10/0631—Resource planning, allocation, distributing or scheduling for enterprises or organisations
- G06Q10/06311—Scheduling, planning or task assignment for a person or group
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/004—Artificial life, i.e. computing arrangements simulating life
- G06N3/006—Artificial 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
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, centralized allocation and distributed allocation are mainly adopted, wherein the centralized 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, but the AGV task allocation belongs to NP-hard problem, the calculation amount is increased explosively along with the increase of the number of AGVs and the number of tasks, so the calculation is generally carried out by adopting an intelligent algorithm, wherein a particle swarm algorithm is a meta-heuristic algorithm and is also one of the main research algorithms of the current group intelligence, a particle swarm is far away from the foraging rule of a cluster of flying birds, each flying bird in the group is a particle representing a solution, the solution flies in a solution space at a certain speed and direction, the speed and the direction are adjusted continuously according to the information of the optimal solution individual and the global individual shared in the group, and the solution approaches to the optimal direction, the method has the advantages that the groups are gradually approached to the optimal solution in the solution space, but in the existing multi-AGV task allocation, although the example group algorithm is used, the algorithm is poor in stability, slow in optimization speed and low in solution quality, and 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 algorithm, which has the advantages of high stability, capability of improving the algorithm search efficiency, the optimization searching capability and the 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 loading station and a to-be-emptied tray processing station, and setting particle swarm parameters;
s2, encoding each particle;
s3, setting an initial solver to check each particle after being coded;
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 determining the optimal position in the 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 step S1, the AGV information and the task condition are acquired on the premise that the processing station number, each AGV station number and the two-dimensional plane rectangular coordinate system thereof are determined according to the manufacturing workshop map, and the AGV road length and the road driving rule under the map scene are determined.
In S1, AGV information includes total number of cars, vehicle number, the initial station and the electric quantity of every car, the AGV task includes waiting to deliver goods task information, waiting to get empty tray task information, the AGV numbers according to natural number order.
In S1, the particle swarm parameters include: c. C1,c2Is an acceleration constant, r1,r2Is 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 step 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 the tasks to be delivered and the number of the AGVs needs to be judged, and if the number of the tasks to be delivered is more than or equal to the number of the AGVs, the 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, namelyIf the number of the tasks of the tray to be emptied is less than the number of the tasks to be delivered, the AGV indicates that the existing AGV does not need to deliver the goodsAnd after the goods are unloaded, the tray is emptied, and the distance is replaced by the distance from the loading station to be loaded to the AGV platform.
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 best position fitness, and the historical best position is updated if the current position fitness value is lower. 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, the updating of the velocity and the position of each particle depends on a velocity and position formula, which is as follows:
wherein,a d-dimension component representing a velocity vector of a particle i at the k-th iteration;a d-dimension component representing a location vector of a particle i at the k-th iteration; w represents an inertial weight; c. C1,c2Represents an acceleration constant; r is1,r2Representing a random parameter; pbestidD-dimension individual optimal value representing particle i; gbestidRepresenting a d-th dimension global optimum.
And in order to prevent the degradation of the solution, the S6 checks 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, the particle before updating is reserved, if the algorithm ending condition is not met, the S4 is returned to continue iterative calculation, if the algorithm ending condition is met, the algorithm is ended, and the group optimal position 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 particle swarm optimization encoding, and 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 based on an improved particle swarm algorithm according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating an initial solution inspection operator of a multiple AGV task allocation method based on an improved particle swarm algorithm according to an embodiment of the present invention;
fig. 3 is a flowchart of an update solution verification operator of the multiple AGV task allocation method based on the improved particle swarm optimization 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.
Example (b):
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 solver to check each particle after being coded;
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 determining the optimal position in the 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 processing station and the processing station are determined according to road travel rules to determine a calculation function, and finally, the total travel distance L of each AGV (i is 1,2, …, n) is obtained through summationiAnd the maximum driving distance of a certain AGV is the fitness, and the algorithm target is to obtain the task allocation scheme with the lowest fitness. The multi-AGV task allocation algorithm aims to achieve balance of the AGV tasks and achieve overall optimization. The objective function is to minimize the AGV travel distance with the longest travel distance, minmaxLi,i=1,2,…,n。
In the step S1, the AGV information and the task condition are acquired on the premise that the processing station number, each AGV station number and the two-dimensional plane rectangular coordinate system thereof are determined according to the manufacturing workshop map, and the AGV road length and the road driving rule under the map scene are determined.
In S1, AGV information includes total number of cars, vehicle number, the initial station and the electric quantity of every car, the AGV task includes waiting to deliver goods task information, waiting to get empty tray task information, the AGV numbers according to natural number order.
In S1, the particle swarm parameters include: c. C1,c2Is an acceleration constant, r1,r2Is 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 S1, according to the sequence of the AGV executing tasks, the AGV first starts from the initial platform to the processing station for delivering goods, then starts to the processing station requiring emptying, and finally returns to the processing stationReturning to the initial station. 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, namelyIf 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, is a real number, represents the maximum serial number of the AGV, and takes an integer downwards to be the serial number of the AGV. 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], shows that the AGV1 performs task 5 before task 1, the AGV2 performs task 2 before task 3, and the 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 the historical best position is updated if the current position fitness value is lower. 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, the updating of the velocity and the position of each particle depends on a velocity and position formula, which is as follows:
wherein,a d-dimension component representing a velocity vector of a particle i at the k-th iteration;a d-dimension component representing a location vector of a particle i at the k-th iteration; w represents an inertial weight; c. C1,c2Represents an acceleration constant; r is1,r2Representing a random parameter; pbestidD-dimension individual optimal value representing particle i; gbestidRepresenting a d-th dimension global optimum.
As shown in fig. 3, in order to prevent the degradation of the solution, in S6, an update solution checker is used to check whether each particle after update contains all AGV numbers that need to execute tasks, if any particle does not meet the requirement, the particle before update is retained, if the algorithm end condition is not met, the iteration is continued by returning to S4, and if the algorithm end condition is met, the algorithm is ended, and the group optimal position is the optimal solution obtained by the algorithm.
The following tables 1 and 2 are results of task allocation by using an unmodified particle swarm algorithm and an improved particle swarm algorithm respectively, the same manufacturing workshop map is used as an example for the two algorithms, and the route driving rule, the station and the AGV station coordinate 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 follow station 1 and AGV4-AGV6 all follow station 2 and start, return to 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
TABLE 2 results of using the distribution method of the invention
As can be seen from the table, the AGV running distances in the AGV task allocation scheme obtained by the improved particle swarm optimization are close, and the running distances are more balanced. In addition, the total travel distance of each AGV 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, for a person skilled in the art, several variations and modifications can be made without departing from the inventive concept, which falls within the scope of the present invention.
Claims (9)
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 solver to check each particle after being coded;
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 determining the optimal position in the 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.
2. The improved particle swarm algorithm-based multiple AGV task allocation method according to claim 1, wherein in S1, the AGV information and task conditions are obtained on the premise that the processing station numbers, the AGV station numbers and the two-dimensional rectangular coordinate system thereof are determined according to a manufacturing workshop map, and the AGV road length and the road driving rules under the map scene are determined.
3. The improved particle swarm algorithm-based multiple AGV task allocation method according to claim 2, wherein in S1, the AGV information includes total number of vehicles, vehicle number, starting station of each vehicle and electric quantity, the AGV tasks include task information to be delivered and task information to be unloaded, and the AGVs are numbered according to a natural number sequence.
4. The method of claim 3, wherein in said S1, the parameters of the particle swarm comprise: c. C1,c2Is an acceleration constant, r1,r2Is a random parameter, w is an inertial weightQ 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.
5. The improved particle swarm algorithm-based multiple AGV task allocation method according to claim 3, wherein in S1, before task matching is performed on the to-be-delivered loading station and the to-be-emptied tray processing station, the relationship between the number of tasks to be delivered and the number of AGVs needs to be judged, and if the number of tasks to be delivered is greater than or equal to the number of AGVs, matching is performed directly; 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, namelyIf 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.
6. The improved particle swarm algorithm based multiple AGV task allocation method according to claim 1, wherein the particle encoding is a real number encoding.
7. The method of claim 1, wherein in step S5, the fitness of each particle' S current position is compared with the historical best position fitness, and if the current position fitness 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.
8. 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:
wherein,a d-dimension component representing a velocity vector of a particle i at the k-th iteration;a d-dimension component representing a location vector of a particle i at the k-th iteration; w represents an inertial weight; c. C1,c2Represents an acceleration constant; r is1,r2Representing a random parameter; pbestidD-dimension individual optimal value representing particle i; gbestidRepresenting a d-th dimension global optimum.
9. The method of claim 1, wherein in order to prevent degradation of the solution, the S6 checks whether each particle after updating contains all AGV numbers that need to execute the task using an update solution checker, if any particle does not meet the requirement, the particle before updating is retained, if the algorithm end condition is not met, the algorithm is returned to S4 to continue the iterative computation, and if the end condition is met, the algorithm is ended, and the group optimal position is the optimal solution obtained by the algorithm.
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 true CN114240076A (en) | 2022-03-25 |
CN114240076B 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) |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN115100365A (en) * | 2022-08-25 | 2022-09-23 | 国网天津市电力公司高压分公司 | Camera optimal baseline acquisition method based on particle swarm optimization |
CN115186878A (en) * | 2022-06-22 | 2022-10-14 | 湖南大学无锡智能控制研究院 | Multi-AGV online task allocation method and system |
CN116205474A (en) * | 2023-05-06 | 2023-06-02 | 深圳市森歌数据技术有限公司 | AGV task allocation method and device for parking lot, electronic equipment and storage medium |
CN117930842A (en) * | 2024-01-22 | 2024-04-26 | 无锡学院 | Multi-AGV task allocation method |
CN118014168A (en) * | 2024-04-10 | 2024-05-10 | 沈阳德成软件技术有限公司 | Particle swarm optimization-based enterprise operation management optimization method |
Citations (6)
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 |
CN112907057A (en) * | 2021-02-06 | 2021-06-04 | 北京理工大学 | Production scheduling optimization method and system based on improved MOPSO algorithm |
CN112911705A (en) * | 2021-02-02 | 2021-06-04 | 湖南大学 | Bayesian iteration improved particle swarm optimization algorithm-based indoor positioning method |
CN113222096A (en) * | 2021-04-30 | 2021-08-06 | 桂林理工大学 | Improved particle swarm algorithm for cloud computing task scheduling |
-
2021
- 2021-11-26 CN CN202111421120.5A patent/CN114240076B/en active Active
Patent Citations (6)
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 |
CN112911705A (en) * | 2021-02-02 | 2021-06-04 | 湖南大学 | Bayesian iteration improved particle swarm optimization algorithm-based indoor positioning method |
CN112907057A (en) * | 2021-02-06 | 2021-06-04 | 北京理工大学 | Production scheduling optimization method and system based on improved MOPSO algorithm |
CN113222096A (en) * | 2021-04-30 | 2021-08-06 | 桂林理工大学 | Improved particle swarm algorithm for cloud computing task scheduling |
Non-Patent Citations (1)
Title |
---|
彭慕蓉 等: "采用粒子群算法的AGV路径跟踪控制研究", 《机械设计与制造》 * |
Cited By (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN115186878A (en) * | 2022-06-22 | 2022-10-14 | 湖南大学无锡智能控制研究院 | Multi-AGV online task allocation method and system |
CN115186878B (en) * | 2022-06-22 | 2023-05-16 | 湖南大学无锡智能控制研究院 | Multi-AGV online task allocation method and system |
CN115100365A (en) * | 2022-08-25 | 2022-09-23 | 国网天津市电力公司高压分公司 | Camera optimal baseline acquisition method based on particle swarm optimization |
CN115100365B (en) * | 2022-08-25 | 2023-01-20 | 国网天津市电力公司高压分公司 | Camera optimal baseline acquisition method based on particle swarm optimization |
CN116205474A (en) * | 2023-05-06 | 2023-06-02 | 深圳市森歌数据技术有限公司 | AGV task allocation method and device for parking lot, electronic equipment and storage medium |
CN117930842A (en) * | 2024-01-22 | 2024-04-26 | 无锡学院 | Multi-AGV task allocation method |
CN117930842B (en) * | 2024-01-22 | 2024-07-26 | 无锡学院 | Multi-AGV task allocation method |
CN118014168A (en) * | 2024-04-10 | 2024-05-10 | 沈阳德成软件技术有限公司 | Particle swarm optimization-based enterprise operation management optimization method |
CN118014168B (en) * | 2024-04-10 | 2024-06-21 | 沈阳德成软件技术有限公司 | Particle swarm optimization-based enterprise operation management optimization method |
Also Published As
Publication number | Publication date |
---|---|
CN114240076B (en) | 2022-11-18 |
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 | |
CN112198880B (en) | AGV task allocation method, logistics sorting method and system | |
CN106203739B (en) | Multi-distribution-center logistics transportation scheduling method and system | |
CN110908381B (en) | Robot scheduling method and device | |
CN113075927A (en) | Storage latent type multi-AGV path planning method based on reservation table | |
CN112001557B (en) | TMS system-based logistics distribution path optimization method, storage medium and computer equipment | |
CN111208815B (en) | Method for distributing a plurality of handling tasks to a plurality of automated guided vehicles and related device | |
CN111626516B (en) | Order ordering optimization method of double-deep four-way shuttle system considering cargo pouring strategy | |
CN114611767A (en) | Global optimal intelligent warehousing scheduling optimization algorithm | |
CN109978232A (en) | One kind being used for AGV trolley path optimization algorithm | |
CN117930842B (en) | Multi-AGV task allocation method | |
CN113960969A (en) | Logistics storage scheduling method and system based on big data | |
CN112070412A (en) | Configuration scheme and task scheduling method for multiple elevators in three-dimensional warehouse | |
CN112214024B (en) | AGV task allocation method, logistics sorting method and system | |
CN116542365A (en) | Order allocation and AGV scheduling combined optimization method in mobile robot fulfillment system | |
CN115328113A (en) | Multi-logistics robot path planning method based on improved time window algorithm | |
CN115576343A (en) | Multi-target vehicle path optimization method combining unmanned aerial vehicle distribution | |
CN111860957A (en) | Multi-vehicle type vehicle path planning method considering secondary distribution and balance time | |
CN107831764B (en) | Sorting trolley scheduling method suitable for matrix type warehouse | |
CN112001646A (en) | Material scheduling method and device, storage medium and electronic equipment | |
CN111861112B (en) | Method and device for estimating conveying buffer capacity of multi-layer shuttle system | |
CN113792933A (en) | Workshop layout optimization method and device, electronic equipment and storage medium | |
CN116679636A (en) | Logistics transfer robot task scheduling system and method | |
CN111160654B (en) | Transportation path optimization method for reducing total cost based on fuzzy C-means-simulated annealing 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 | ||
GR01 | Patent grant | ||
GR01 | Patent grant |