An Improved Bounded Conflict-Based Search for Multi-AGV Pathfinding in Automated Container Terminals
2024-03-23XinciZhouandJinZhu
Xinci Zhou and Jin Zhu
Shanghai Maritime University,Logistics Science and Engineering Research Institute,Shanghai,200000,China
ABSTRACT As the number of automated guided vehicles(AGVs)within automated container terminals(ACT)continues to rise,conflicts have become more frequent.Addressing point and edge conflicts of AGVs,a multi-AGV conflict-free path planning model has been formulated to minimize the total path length of AGVs between shore bridges and yards.For larger terminal maps and complex environments,the grid method is employed to model AGVs’road networks.An improved bounded conflict-based search(IBCBS)algorithm tailored to ACT is proposed,leveraging the binary tree principle to resolve conflicts and employing focal search to expand the search range.Comparative experiments involving 60 AGVs indicate a reduction in computing time by 37.397% to 64.06% while maintaining the over cost within 1.019%.Numerical experiments validate the proposed algorithm’s efficacy in enhancing efficiency and ensuring solution quality.
KEYWORDS Automated terminals;multi-AGV;multi-agent path finding (MAPF);conflict based search (CBS);AGV path planning
1 Introduction
Automated guided vehicles (AGVs) are the primary tool for container transport and crucial pieces of equipment for horizontal transportation operations in automated terminals.The number of AGVs is growing,which also causes issues like waiting,conflict,and deadlock in the operation of the equipment.These issues are caused by manual operation,large-scale operation,and the rising difficulty of intelligent terminals.At the level of automated terminals,increasing AGV operating speed is a critical issue that must be resolved since it has an impact on the efficiency of AGV transportation.
In various scenarios,research has been conducted on challenges related to multi-AGV path planning,spanning warehouses [1],electric vehicles [2],and terminals [3].It closely addresses the challenges of job dispatch,scheduling,and routing.For warehouses and workshops,Yuan et al.[4]proposed a bi-level path planning algorithm employing an improved A∗method at the first level and a rapidly exploring random tree approach at the second level to enhance search effectiveness.Wang et al.[5]suggested using a heuristic ant colony algorithm to solve the model,demonstrating its efficacy.Fazlollahtabar et al.[6] utilized a modified network simplex algorithm (NSA) to optimize the model.Ivica et al.[7] based their approach on a vehicle priority scheme to resolve conflicts.Chen et al.[8] utilized the ant agent optimized by a repulsive potential field to improve collision avoidance,transportation distance,and efficiency.Li et al.[9]proposed a novel quantum ant colony optimization algorithm that combines the advantages of various methods.Choi et al.[10] proposed a QMIX-based scheme for cooperative path control of multiple AGVs.For automated container terminals,Guo et al.[11] proposed an improved Dijkstra algorithm and an enhanced acceleration control method to solve the path planning problem for 42 AGVs.Hu et al.[12] combined the A∗algorithm with a time window principle to plan each AGV’s path,with a maximum of 12 AGVs.Zhong et al.[13]validated the effectiveness of a hybrid genetic algorithm particle swarm optimization(HGA-PSO)in solving path planning problems for 24 AGVs.Zhong et al.[14]utilized a priority-based speed control strategy in conjunction with the Dijkstra depth-first search algorithm to solve the model.The AGV scheduling problem has been established as an non-deterministic polynomial (NP)-hard problem[15].Luo et al.[16]proposed a genetic algorithm to obtain a mixed-integer linear optimization model(MILP),considering up to 10 AGVs.In existing literature,single-AGV path planning is often applied to solve multi-AGV path planning in automated container terminals (ACT).Simple traffic rules are employed when two AGVs might collide.However,as the number or density of robots increases,congestion occurs,leading to decreased system efficiency.In contrast,Multi-agent Path Finding(MAPF)plans paths for all AGVs simultaneously,considering various collision possibilities.Limited literature exists on multi-AGV path planning in ACT using the MAPF method.
MAPF problems involve finding the optimal set of paths from the starting position to the target position for multiple agents without conflicts.These problems can be divided into two classes:optimal and sub-optimal solvers.One approach to solving MAPF is by reducing it to other problems.For instance,Ma et al.[17]introduced a hierarchical algorithm within a Markov decision processes framework and utilized Integer Linear Programming(ILP)[18]and Answer Set Programming(ASP)[19].Andreychuk et al.[20] used a branch-and-cut-and-price method to address the issue,incorporating a shortest-path pricing problem for locating paths for each agent independently and incorporating thirteen types of constraints to resolve various conflict situations.However,these methods are less efficient,especially for the sum of the cost function.While the optimal solver is preferable for smallscale scenarios,the NP-hard nature of the problem leads to an increased state space as the number of agents grows,making sub-optimal solvers more suitable.
For optimal solvers,Goldenberg et al.[21]presented another A∗variant called enhanced partial expansion A∗(EPEA∗).Sharon et al.[22]proposed an increasing cost tree search(ICTS)algorithm that transforms MAPF into a set of faster-to-solve problems.Sharon et al.[23]introduced the conflictbased search (CBS),dividing the MAPF problem into two levels: a low level to solve single-agent pathfinding problems and a high level using a conflict tree to resolve conflicts between different agents.Regarding sub-optimal solvers,most are unbounded and do not guarantee the quality of the returned path.Pearl et al.[24]introduced three sub-optimal algorithms,including focal search,which avoids excessive excellence in A∗,enhancing algorithm efficiency within bounded sub-optimality.The extension of CBS to greedy conflict-based search (GCBS) [25] uses greedy best-first search to relax high-level and low-level search.However,the absence of time and bounded limits often leads to timeouts or excessively large solution sizes.Barer et al.[26]proposed Bounded CBS(BCBS),utilizing focal search,and Enhanced CBS(ECBS),which employs an open list.ECBS tends to get caught in local searches and lacks guaranteed efficiency,whereas BCBS offers more flexibility to adjust the bounded depth and search strategy according to the model.It generally avoids expanding too many nodes in the search,particularly in ACT scenarios with lower complexity or fewer conflicts.
The multi-AGV conflict-free path planning challenge for ACT is referred to in this work as the MAPF problem.An improved bounded conflict-based search(IBCBS)was used to plan the AGVs’paths in automated terminals to reduce the overall path length of AGVs between the shore bridge and the yard while considering point and edge conflict between AGVs.It creates an AGV road network utilizing the grid method.The following are the primary contributions made to this paper:
• Enabling large-scale AGVs on automated terminals to use conflict-free route planning.
• Statute of automated terminals using MAPF and grid method modeling of terminal maps.
• Verifies the efficacy of the algorithm using a bounded conflict-based search that shortens calculation time,maintains quality within reasonable bounds,and speeds up computation.
The remaining portions of this essay are listed below.Section 2 describes the issue.Section 3 outlines the model.Section 4 details the method.Section 5 presents the findings and results of our simulations.Finally,conclusions are drawn in Section 6.
2 Problem Description and Design
2.1 AGV Road Network Modelling
The model uses a yard plane that is perpendicular to the quay shoreline,ensuring that no horizontal transportation equipment enters the box area and transfers operation with yards at both ends of the box area.Fig.1 depicts the layout of the automated quay with 4 shore bridges and 12 yards built up.In this paper,a two-way single-lane path is chosen,and the AGV can travel to the nearby passable four nodes or wait in place.The grey obstacle designates the yard buffer region,which is regarded as an obstruction while the AGV conducts horizontal transportation operations.
The automated terminal’s AGV path planning system is a sophisticated system made up of numerous components,including shore bridges,yards,buffer zones,magnetic pegs,etc.The AGV horizontal transport area is taken into consideration,and the map is modeled using the grid method.Cells are used to represent the obstacle information of the AGV horizontal transport area,and their weights are Boolean variables where passable nodes are represented by 0 and impassable nodes by 1.The obstacle cells and the AGV cannot overlap.
2.2 Communication Interaction Protocols
A centralized control strategy is employed to discover a solution for all AGVs using a single central processing unit for horizontal transport operations at terminals with changeable surroundings.A wireless communication system,such as a communication interaction protocol between AGVs and the console,is required to implement communication between AGVs due to their constant movement and variety of horizontal transport tasks.The AGV sends the task starting point,the task deadline,and the following task receipt.Then,the AGV communicates the task start point,task finish point,and AGV cart number to the console,which then sends each cart the determined conflict-free path.This paper chooses user datagram protocol (UDP) wireless network communication,sets the network IP addresses of the AGV and console in the same IP network segment,and uses a wireless Wi-Fi signal to connect to the router to realize the communication between them while taking the cost of communication and the convenience of task operation into account.In the four corners and the center,a total of five WiFi access points(APs)are placed,using dual-band(2.4 and 5 GHz)APs,and installed at a height of 2–3 m above the ground to achieve complete WiFi coverage.
Figure 1:The layout of automated container terminals
2.3 Multi-AGV Conflict Avoidance Strategy
1.Intersection conflict;
The intersection conflict is produced,as seen in Fig.2a,whenAGVi,AGVjmove vertically toward the intersecting gridVmand reach the same grid pointVmat once at time pointt.Add constraints(AGVi,Vm,t)forAGViand(AGVj,Vm,t)forAGVj,respectively,to this conflict binary tree node and treat it as a point conflict(AGVi,AGVj,Vm,t).
Figure 2:AGV main conflict types(a)intersection conflict;(b)phase conflict;(c)exchange conflict;(d)AGV failure
2.Phase conflict;
A phase conflict develops whenAGViandAGVjtravel to the same grid nodeVnfrom opposing directions and arrive at the same grid pointVnat the same time at time point t,as shown in Fig.2b.As with the intersection conflict,it is referred to as a point conflict(AGVi,AGVj,Vn,t)and constraints are added toAGVi(AGVi,Vn,t)andAGVj(AGVj,Vn,t)on the conflict binary tree nodes,respectively.
3.Exchange conflict;
As seen in Fig.2c,an exchange conflict occurs whenAGVi,AGVjmove in opposite directions to exchange the positions of grid pointsVm,Vnat time point t.Think of it as an edge conflict(AGVi,AGVj,Vm,Vn,t),and apply constraints toAGVi(AGVi,Vm,Vn,t)andAGVj(AGVj,Vm,Vn,t)on the conflict binary tree nodes,respectively.
4.AGV failure.
As seen in Fig.2d,the equipment must wait while the faultyAGVistops at the grid pointVmand the planned pathAGVjcrosses the fault point.This model does not take into account the possibility of an AGV conflict due to a fault.
On the automated terminal,both point conflicts and edge conflicts occur.After determining the shortest path for each AGV using the Manhattan distance-based A ∗algorithm,the search proceeds on the conflict binomial tree.AGV mobility is constrained by each node on the conflict tree,comprising a set of constraints(N.constraints),a solution(N.solution),and a total cost(N.cost).
Fig.3 illustrates an instance of AGV conflict at the terminal.Each AGV must plan its entire route from the shore bridge to the stacking yard.In the diagram,and represent two shore bridgesS1andS2,whileG1andG2denote two stacking areas.Both AGVs’routes have lengths of 3:AGV1:S1,A1,D,G1;AGV2:S2,B1,D,G2.They simultaneously reach grid point D at time stept2,resulting in a conflict.The decisionAGV1is for to wait until a certain time point,and the AGV with the shortest total path length is designated to apply the restriction.Consequently,N.solution=7 emerges as the optimal solution in this scenario.
Figure 3:AGV conflict example
Fig.4 displays the related conflict binary tree.The initial paths ofAGV1andAGV2from the shore bridge to the heap and the yard are calculated using the underlying A∗algorithm asN.solution={AGV1:S1,A1,D,G1},{AGV2:S2,B1,D,G2};this results inN.cost=6.The root node of the conflict tree corresponds to an empty constraint set,denoted asN.constraints={φ}.The root node is where this data is kept.A conflict(AGV1,AGV2,D,t2)occurs when both AGVs arrive at the raster point D at the timet2during the verification of the supplied solution.Hence,the target node is not the root node.
Figure 4:Conflict tree example
Two new child nodes are created to resolve the dispute.In contrast to the right child node,which adds constraintsN.constraints={(AGV2,D,t2)},the left child node adds constraintsN.constraints={(AGV1,D,t2)}.To determine the best path while adhering to the new constraint,the left child node’s underlying A∗search is invoked.To execute this,AGV1must wait for a time point atA1orS1,after which its new path becomes: {S1,A1,A1,D,G1},whereasAGV2’s path in the left child node remains unchanged.The total cost for the left child nodeN.costis 7.
Similarly,in creating the appropriate child node,the cost for Node N is 7.The OPEN node contains both child nodes.The left child node,which exhibits the lowest cost,is selected for expansion in the subsequent iteration of the while loop,confirming the underlying path.The left child node is identified as the target node because no conflict exists,making its solutionN.solutionthe optimal one for this particular dock conflict case.
3 Mathematical Model
3.1 Assumptions
1.The shore bridge and yard are located in a fixed and well-known location,and there is one shore bridge for each section of the yard box;
2.Every AGV has an identical type definition;
3.The AGV runs at a steady pace,even while turning;
4.Without taking into account the impact of variables like failure,weather,and electricity while AGVs are being driven;
5.The idle AGV parking space is built up as a static obstruction in the buffer zone between the shore bridge and the yard,making it impossible for the AGV to move through when performing horizontal transportation operations;
6.AGVs can load and unload containers quickly between the yard and the beach bridge;
7.Every AGV grid route is accessible from both directions;
8.Several AGVs may be permitted to occupy the grid at the shore bridge,but only one AGV is permitted to occupy each grid at any time point.
3.2 Variable Setting
In representing the path network of AGVs in the horizontal transport area of the automated terminal,the path network of AGVs is represented by theG=(V,E,ob)directed weighted graph.whereVdenotes the set of all node numbers of the AGV grid graph on the automated terminal,V=[(x1,y1),(x2,y2),...,(xn,yn)],wheren×ndenotes the number of grids,andEis the set of edges ofV,which denotes the length corresponding to eachV.obdenotes the set of obstacle coordinatesob=[(xm,y1),(xm,y2),...,(xm,yn)].Other variables are set as shown in Table 1.
Table 1:Variables table
3.3 Variable Setting
They should also be separated from the surrounding text by one space.
Objective function:
Eq.(1)indicates that the objective function of this model is the total cost minimization,Eqs.(2)and(3)indicates that each node is visited by AGV at most once at the same time,Eq.(4)indicates the time for all AGVs to complete the task,Eq.(5)indicates the A∗algorithm used at the bottom,where f(i)is the estimation function,g(i)is the actual cost from the starting node to node i,h(i)is the estimated node i to the target node cost,Eq.(6) denotes the heuristic function using the Manhattan distancebased A∗algorithm,Eq.(7) denotes the total waiting time,Eq.(8) denotes the choice of movement method for the AGVs,including waiting in place or moving one time step to a neighboring node,and Eq.(9)denotes the total cost of all AGVs to complete the task.
4 An Improved Bounded Conflicted-Based Search Algorithm on Automated Container Terminals
The solutions to MAPF problems are divided into two main categories: optimal solvers and suboptimal solvers.Optimal solvers work better when the number of AGVs is small,but as the number of AGVs increases,the state space grows exponentially,making finding the optimal solution NP-hard.However,in the case of AGV path planning on the automated terminal studied in this paper,with large map size and numerous AGVs,optimal solvers are not viable.Suboptimal solvers,known for their rapid solving speed,are usually preferred in scenarios involving a high number of AGVs.
Optimal solvers and suboptimal solvers constitute the primary solutions for MAPF issues.Finding the best solution for the MAPF problem is NP-hard because optimal solvers perform better with a low number of AGVs,but as the number grows,the state space expands exponentially.Unfortunately,due to the enormous map area and high AGV density in the automated terminal analyzed in this paper,optimal solvers cannot be applied.The swift-solving ability of suboptimal solvers makes them a popular choice in scenarios involving numerous AGVs.
This article employs the IBCBS algorithm,considering both point conflicts and determining edge conflicts in the binary tree.Furthermore,constraints are added to child nodes with edge conflicts to achieve multi-AGV conflict-free path planning.The utilization of focal search in both high-level and low-level tasks is employed to ensure solution quality while accelerating solution times.
The IBCBS algorithm flowchart is shown in Fig.5,the left is a high level search and the right is a low-level single A∗search.There are two lists of nodes in focal search which include Open_list and Focal_list.Open_list is a regular Open_list of A∗.Focal_list is a subset of Open_list.The focal search uses two functionsf1andf2,f1defines where nodes are in Focal_list andf2defines which node from Focal_list to expand.
Figure 5:IBCBS algorithm flowchart
After setting start points and endpoints,conducted a single A∗search for each agent to get paths.At the low-level of IBCBS,apply focal search(f,hc)for single AGV pathfinding wheref(n)is the regularf(n)=g(n)+h(n),h(n)is the number of conflicts.At the high-level of IBCBS,search a binary tree called CT.Each node N in the tree consists ofN.constraints,N.solutionandN.cost.Each constraint belongs to an AGV and the root of CT is an empty set.There are k conflict-free paths in the solution and consistent with constraints.N.costis the sum of all the paths.Apply focal search(g,hc)to search the CT,whereg(n)is the cost of the CT nodenandhc(n)is the number of conflicts.Determined no conflict in the locations reserved in all agents at all time steps and if no two AGVs plan to be at the same location at the same time,the paths are the solution.If a conflict exists,add a constraint to the CT node,and the low-level invoke again.
4.1 The Quality of the Solution
IBCBS(ωH,ωL)denote IBCBS usesωHin high level andωLin low level.IBCBS(ω,1)is a special case that focal search only used at a high level andIBCBS(1,ω)is focal search only used at a low level.The cost ofIBCBS(ωH,ωL)is at mostωH∗ωL∗C∗.This also proves the boundedness of the algorithm.
4.2 The Completeness of the Algorithm
The expansion cost of both IBCBS is no more thanωtimes higher than the ideal solution.Moreover,within OPEN,at least one CT node consistently aligns with every viable answer.Due to its systematic search,it eventually identifies all solutions.Consequently,IBCBS concludes.
Algorithm 1 presents the pseudo-code for a low level of IBCBS which uses a Manhattan distancebased A∗algorithm with focal search(f,hc)for each single AGV path planning.
Algorithm 2presents the pseudo-code for a high level of IBCBS which use focal-search(g,hc)to choose the cost of nodes in CT lower thanω∗g.
5 Experimental Results and Analysis
Referring to the actual situation of the automated terminal,a two-way grid road network diagram is designed,as depicted in Fig.6.In the road network layout,Q1–Q10 represents the location of the quay crane,while D1–D30 signifies the location of the container yard.The white grid denotes an access point,whereas the grey indicates a static obstacle that is inaccessible.The program is written in Python and runs on an Intel®AMD5-2500U CPU@2.00 GHz with 8 GB memory on a Windows 10 computer.
Figure 6:AGV road network layout
The following criteria are utilized in this example:The AGV road network size is set to 40×40 with a grid length of 2 m.The starting point and endpoint information can be found in Table 2.Both the starting point and endpoint are selected according to the operating mode,either from the shore bridge to the container yard or from the container yard to the shore bridge.Each AGV maintains a constant speed of 2 m/s,with a length of 2 m.
Table 2:AGVs start and end point table
5.1 Performance Comparison Experiments between CBS and IBCBS Algorithms for Different Numbers of AGVs with Starting Endpoints
Set the number of AGVs as 10,20,30,40,50,and 60,and then randomly select the starting and endpoint based on Table 1.The shore bridge can be repeatedly selected.For AGV=10,20,30,the starting point includes all shore bridges,and the endpoint is the yard.For AGV=30,the endpoint includes all yards.However,for AGV=40,50,60,30 units move from the shore bridge to the yard,while the others move from the yard to the shore bridge.The starting point and endpoint remain fixed after random selection.
Set ω=1.1.Four methods—IBCBS(ω,1),IBCBS(1,ω),IBCBS()and CBS—are utilized for 100 experiments each.The effective time is set to 60 s,and if a solution cannot be obtained within this time,it is considered as unsolvable.Despite fixing the number of AGVs and algorithms,the computing time for each experiment differs while maintaining the same total path length.Thus,the computing time for 2400 experiments is depicted in Fig.7.
It is evident from Fig.7 that with a smaller AGV scale of 10,20,30,conflicts among AGVs are fewer.The effectiveness of focal search between the high-level and low-level in IBCBS is less pronounced.Additionally,the discrepancy between CBS and IBCBS (ω,1),IBCBS (1,ω),IBCBS()is marginal.However,as the AGV scale increases to 40,50,60,AGV conflicts surge.IBCBS sacrifices optimality,leading to a slackening effect in both the high-level and low-level operations.Notably,CBS’s operational time is significantly longer compared to IBCBS (ω,1),IBCBS (1,ω),IBCBS().
Figure 7:Run time of IBCBS(ω,1),IBCBS(1,ω),and CBS.(a)AGV=10;(b)AGV=20;(c)AGV=30;(d)AGV=40;(e)AGV=50;(f)AGV=60
Fig.8 illustrates that the effectiveness of bounded suboptimal search is not immediately evident with a low number of AGVs.Conflicts are minimal,below 30 units,resulting in comparable computing times for the six methods.However,as the AGV count exceeds 30 units,both point and edge conflicts rise,consequently escalating computing times for all six methods.The CBS algorithm consistently strives for optimal solutions,resulting in longer operational times.Due to convergence,GCBS algorithm operation times are extended,while BCBS operation times are marginally better than CBS and less than the other three IBCBS algorithms.The three IBCBS algorithms adopt focal search with different levels of permissive optimality constraints,substantially reducing runtime and enhancing computational efficiency.Among them,IBCBS (1.0488,1.0488) uses focal search at both high and low levels,exhibiting the shortest operational time.
Figure 8:Average run time of IBCBS(ω,1),IBCBS(1,ω),IBCBS(),GCBS,BCBS and CBS,when the number of AGVs is 10,20,30,40,50,60
Fig.9 indicates that CBS consistently yields the shortest total path length regardless of AGV count,with IBCBS following as the second shortest.At 10 AGVs,where path conflicts are absent,the total path length is identical for all four methods.Even with an increased AGV count,the total path length of the three IBCBS methods cannot exceed 1.1 times that of CBS due to CBS’s optimal nature,resulting in the shortest total path length.IBCBS is constrained by ∗cost,set at 1.1.By incorporating additional measures at the low level,potential conflicts can be averted.Consequently,IBCBS (1,1)displays a shorter path length than IBCBS(1.0488,1.0488)and IBCBS(1.1,1).
Table 3 presents specific experimental data.The reduced time is calculated as(CBS’s average run time-IBCBS’s average run time)/CBS’s average run time,expressed as a percentage.Meanwhile,the over cost is determined by(IBCBS’s total path length-CBS’s total path length)/CBS’s total path length,also as a percentage.The results indicate that,in line with the analyses in Figs.7 and 8,CBS exhibits the lowest operation time at AGV=10,20,30;whereas,at AGV=40,50,60,IBCBS(1.0488,1.0488)demonstrates the lowest time,reduced by up to 64.06%.Regarding the total path length,as observed in Fig.9,the sequence from shortest to longest is CBS,IBCBS(1,1.1),IBCBS(1.0488,1.0488),IBCBS(1.1,1).All variants of IBCBS maintain an over the cost of no more than 1.2%.
Table 3:Specific values of CBS and IBCBS
Figure 9:When the number of AGVs is 10,20,30,40,50,60,(a)total path length(b)over the cost of IBCBS(ω,1),IBCBS(1,ω),IBCBS()and CBS
Based on the analysis,when a low total path length is desired,the CBS algorithm is automatically preferred.For fewer AGVs(10,20,or 30),CBS stands as the best choice due to its shorter computation time and total path length.On the other hand,when more AGVs are involved(40,50,or 60),the IBCBS algorithm becomes the selection due to its shorter computation time and its ability to accept a more costly solution(1.0488,1.0488).
5.2 Performance Comparison Experiments of Three IBCBS Algorithms with Randomly Selected Starting Endpoints
AGV counts were set to 10,20,30,40,50,and 60,with starting and ending points chosen randomly from Table 1.The shore bridge can be selected repeatedly,without considering potential conflicts.For AGV=10,20,30,the starting and ending points are selected from the shore bridge to the yard.For AGV=40,50,60,30 units are chosen from the shore bridge to the yard,while the remaining units are from the yard to the shore bridge.
In Fig.10,a horizontal comparison highlights that as the number of AGVs increases,conflicts intensify,resulting in fewer valid points and declining success rates across all three algorithms.However,with the same AGV count,employing focal searches at the high level extends the search range and enhances the success rate,leading to an increased number of green points.These green points surpass the red and blue ones because only IBCBS(1,1.1)and IBCBS(1.0488,1.0488),which conduct focal search solely at the low level,might avoid potential conflicts and exhibit lower operation times.
Figure 10:(Continued)
Fig.11,following the analysis from Fig.10,displays the average run times of the three algorithms across 100 experiments.As the number of AGVs increases,all three algorithms take longer to compute.Notably,IBCBS(1.1,1)takes significantly more time than IBCBS(1,1.1)and IBCBS(1.0488,1.0488).However,IBCBS(1.0488,1.0488)exhibits the fastest operation time,employing focal search at both top and bottom levels,encompassing a wider search range.
Table 4 demonstrates specific success rates and average operation times using the three algorithms after randomly choosing starting and ending points.Based on the analysis,IBCBS(1.1,1)attains the highest success rate among the three algorithms,while IBCBS (1.0488,1.0488) records the shortest operation time.If the problem model prioritizes a higher success rate over operation time,selecting IBCBS (1.1,1) is recommended,despite its longer operation time.Conversely,if a higher operation time is required,choosing IBCBS(1.0488,1.0488)would be preferable.
Figure 11:Average run time of three kinds of IBCBS
5.3 Experimental Analysis of the Value of ω in IBCBS(ω,1)on the Performance When AGV=60 Units
Set the effective time limit at 60 s,beyond which the solution is considered invalid.Choose 60 AGVs,with half of them moving from the shore bridge to the yard and the other half from the yard to the shore bridge.Fix the values at 1.01,1.05,1.1,1.5,and 2.0 forω,and opt for IBCBS(ω,1)with the highest success rate among the three methods.Conduct 100 experiments.
Fig.12 depicts the computing time for 500 experiments,where times exceeding 60 s are deemed invalid.Experiment configurations,particularly the starting and endpoint selections,are random,occasionally resulting in computing times surpassing the limit.For instance,atω=1.01 and 1.05,some instances exceed 60 s,while other data cluster around 7.0 s.Atω=1.01,the operation takes longer(illustrated by the green squares),with fewer instances indicating the lowest success rate compared to other data.
Figure 12:Run time of IBCBS(1.01,1),IBCBS(1.05,1),IBCBS(1.1,1),IBCBS(1.5,1)and IBCBS(2.0,1)
Fig.13 displays the average operation time and success rate,excluding invalid data where operation times exceeded 60 s.With smallerωvalues,the focal search scope decreases,making it challenging to find valid solutions through Focal_list traversal.Therefore,success rates rise and average run times decline asωincreases from 1.01 to 1.05 and 1.1.Asωgrows larger,the Focal_list node count increases,enhancing the chance of the target node’s existence.Beyondω=1.1,the success rate plateaus,yet increasingωwidens the search range,enabling faster discovery of nodes with fewer conflicts,thereby enhancing algorithm efficiency.
Figure 13:Success rate and average run time of IBCBS(ω,1)
Table 5 presents specific success rates and average operation time data for varyingωvalues in IBCBS (ω,1).Based on the analysis,when dealing with 60 AGVs in the automated terminal,ω=2.0 is preferable for high success rates and rapid computing times,whereasω=1.1 is preferable for maintaining a high success rate with excellent solution quality.
Table 5:Success rate and average run time of IBCBS(ω,1)
6 Conclusions
To enhance productivity and minimize conflicts,a novel bounded conflict-based search method was introduced for ACT.Addressing AGV point and edge conflicts,the approach aimed to minimize AGVs’total path length.We developed a multi-AGV conflict-free path planning model and solved it using the IBCBS algorithm with focal search.Our study compared the efficiency of IBCBS and CBS algorithms through several numerical experiments.The comparison was conducted across four techniques involving varying AGV numbers in three sets of experiments.Initially,with fixed start and endpoints andωvalue set at 1.1,all three IBCBS algorithms outperformed CBS.At 30 to 60 AGVs,IBCBS (1.0488,1.0488) exhibited the highest speed and maintained an over cost of no more than 1.2%.Subsequently,employing randomly selected start and endpoints demonstrated the swiftness of IBCBS(1.0488,1.0488)and the higher success rate of IBCBS(1.1,1).Finally,using the IBCBS(ω,1)algorithm revealed a higher success rate withωabove 1.1 and shorter average run times specifically atω=2.0.Our experiments indicate the practical applicability of the proposed IBCBS algorithm to existing automatic terminals,promising a significant enhancement in efficiency.
In our study,AGV speed remained constant.However,in practical scenarios,AGV speed might decrease or halt during turns or malfunctions.Future work could consider increasing the turning factor to minimize turns and better reflect real ACT scenarios.Additionally,employing reinforcement learning in future studies might further enhance solution speed.
Acknowledgement:The authors would like to acknowledge that this work would not have been possible without the support of the Shanghai Maritime University.
Funding Statement:This work was supported by National Natural Science Foundation of China(No.62073212),Shanghai Science and Technology Commission(No.23ZR1426600).
Author Contributions:Xinci Zhou: Methodology,Software,Validation,Investigation,Resources,Writing original draft,Visualization;Jin Zhu: Conceptualization,Formal analysis,Writing—review and editing,Supervision,Project administration,Funding acquisition.
Availability of Data and Materials:All the reviewed research literature and used data in this research paper consists of publicly available scholarly articles,conference proceedings,books,and reports.The references and citations are contained in the reference list of this manuscript and can be accessed through online databases,academic libraries,or by contacting the respective publishers.
Conflicts of Interest:The authors declare that they have no conflicts of interest to report regarding the present study.
杂志排行
Computer Modeling In Engineering&Sciences的其它文章
- A Study on the Transmission Dynamics of the Omicron Variant of COVID-19 Using Nonlinear Mathematical Models
- Novel Investigation of Stochastic Fractional Differential Equations Measles Model via the White Noise and Global Derivative Operator Depending on Mittag-Leffler Kernel
- Saddlepoint Approximation Method in Reliability Analysis:A Review
- A Review of the Tuned Mass Damper Inerter(TMDI)in Energy Harvesting and Vibration Control:Designs,Analysis and Applications
- Recent Advances on Deep Learning for Sign Language Recognition
- A Survey on Blockchain-Based Federated Learning:Categorization,Application and Analysis