Automated Guided Vehicle(AGV)scheduling problem is an emerging research topic in the recent literature.This paper studies an integrated scheduling problem comprising task assignment and path planning for AGVs.To reduc...Automated Guided Vehicle(AGV)scheduling problem is an emerging research topic in the recent literature.This paper studies an integrated scheduling problem comprising task assignment and path planning for AGVs.To reduce the transportation cost of AGVs,this work also proposes an optimization method consisting of the total running distance,total delay time,and machine loss cost of AGVs.A mathematical model is formulated for the problem at hand,along with an improved Discrete Invasive Weed Optimization algorithm(DIWO).In the proposed DIWO algorithm,an insertion-based local search operator is developed to improve the local search ability of the algorithm.A staggered time departure heuristic is also proposed to reduce the number of AGV collisions in path planning.Comprehensive experiments are conducted,and 100 instances from actual factories have proven the effectiveness of the optimization method.展开更多
Automated Guided Vehicles(AGVs)have been introduced into various applications,such as automated warehouse systems,flexible manufacturing systems,and container terminal systems.However,few publications have outlined pr...Automated Guided Vehicles(AGVs)have been introduced into various applications,such as automated warehouse systems,flexible manufacturing systems,and container terminal systems.However,few publications have outlined problems in need of attention in AGV applications comprehensively.In this paper,several key issues and essential models are presented.First,the advantages and disadvantages of centralized and decentralized AGVs systems were compared;second,warehouse layout and operation optimization were introduced,including some omitted areas,such as AGVs fleet size and electrical energy management;third,AGVs scheduling algorithms in chessboardlike environments were analyzed;fourth,the classical route-planning algorithms for single AGV and multiple AGVs were presented,and some Artificial Intelligence(AI)-based decision-making algorithms were reviewed.Furthermore,a novel idea for accelerating route planning by combining Reinforcement Learning(RL)andDijkstra’s algorithm was presented,and a novel idea of the multi-AGV route-planning method of combining dynamic programming and Monte-Carlo tree search was proposed to reduce the energy cost of systems.展开更多
With the wide application of automated guided vehicles(AGVs) in large scale outdoor scenarios with complex terrain,the collaborative work of a large number of AGVs becomes the main trend.The effective multi-agent path...With the wide application of automated guided vehicles(AGVs) in large scale outdoor scenarios with complex terrain,the collaborative work of a large number of AGVs becomes the main trend.The effective multi-agent path finding(MAPF) algorithm is urgently needed to ensure the efficiency and realizability of the whole system. The complex terrain of outdoor scenarios is fully considered by using different values of passage cost to quantify different terrain types. The objective of the MAPF problem is to minimize the cost of passage while the Manhattan distance of paths and the time of passage are also evaluated for a comprehensive comparison. The pre-path-planning and real-time-conflict based greedy(PRG) algorithm is proposed as the solution. Simulation is conducted and the proposed PRG algorithm is compared with waiting-stop A^(*) and conflict based search(CBS) algorithms. Results show that the PRG algorithm outperforms the waiting-stop A^(*) algorithm in all three performance indicators,and it is more applicable than the CBS algorithm when a large number of AGVs are working collaboratively with frequent collisions.展开更多
The problem of simultaneous scheduling of machines and vehicles in flexible manufacturing system (FMS) was addressed.A spreadsheet based genetic algorithm (GA) approach was presented to solve the problem.A domain inde...The problem of simultaneous scheduling of machines and vehicles in flexible manufacturing system (FMS) was addressed.A spreadsheet based genetic algorithm (GA) approach was presented to solve the problem.A domain independent general purpose GA was used,which was an add-in to the spreadsheet software.An adaptation of the propritary GA software was demonstrated to the problem of minimizing the total completion time or makespan for simultaneous scheduling of machines and vehicles in flexible manufacturing systems.Computational results are presented for a benchmark with 82 test problems,which have been constructed by other researchers.The achieved results are comparable to the previous approaches.The proposed approach can be also applied to other problems or objective functions without changing the GA routine or the spreadsheet model.展开更多
To solve the problem of small amount of machining centers in small and medium flexible manufacture systems(FMS), a scheduling mode of single automated guided vehicle(AGV) is adopted to deal with multiple transport req...To solve the problem of small amount of machining centers in small and medium flexible manufacture systems(FMS), a scheduling mode of single automated guided vehicle(AGV) is adopted to deal with multiple transport requests in this paper. Firstly, a workshop scheduling mechanism of AGV is analyzed and a mathematical model is established using Genetic Algorithm. According to several sets of transport priority of AGV, processes of FMS are encoded, and fitness function, selection, crossover, and variation methods are designed. The transport priority which has the least impact on scheduling results is determined based on the simulation analysis of Genetic Algorithm, and the makespan, the longest waiting time, and optimal route of the car are calculated. According to the actual processing situation of the workshop, feasibility of this method is verified successfully to provide an effective solution to the scheduling problem of single AGV.展开更多
The position control problem of differential-driven automated guided vehicles(AGVs)based on the prescribed-time control method is studied.First,an innovative orientation error function is proposed by an auxiliary arcs...The position control problem of differential-driven automated guided vehicles(AGVs)based on the prescribed-time control method is studied.First,an innovative orientation error function is proposed by an auxiliary arcsine function about the orientation angle.Thus,the problem of position control of AGV is transformed into the stabilisation control of the kinematic system.Second,by introducing a reserved time parameter and a smooth switching function,a novel time-varying scaling function is proposed.This novel scaling function avoids the risk of infinite gain in the conventional prescribed-time control method while ensuring the smoothness of control laws.Then,an improved velocity constraint function is proposed using the Gaussian function.Compared with the existing constraint function,the proposed method not only has more smoothness but also solves the balance point errors caused by the large AGV orientation errors.The presented method ensures that the AGV reaches the target position in a prescribed time.Hence,the upper bound of the AGV system state can be determined by adjusting parameters.Matlab simulation results show that the proposed controller can effectively make the AGV system state satisfy the prescribed bound.展开更多
在静态栅格地图中,针对传统蚁群算法进行AGV(Automated Guided Vehicle,自动引导车)路径规划收敛慢且搜索结果容易陷入局部最优的问题,提出一种融合跳点搜索(Jump Point Search,JPS)和双向并行蚁群搜索的改进算法.首先,对实际研究环境...在静态栅格地图中,针对传统蚁群算法进行AGV(Automated Guided Vehicle,自动引导车)路径规划收敛慢且搜索结果容易陷入局部最优的问题,提出一种融合跳点搜索(Jump Point Search,JPS)和双向并行蚁群搜索的改进算法.首先,对实际研究环境进行栅格化建模,使用改进的跳点搜索算法生成双向搜索的初始次优路径,为双向蚁群搜索提供初始搜索方向参考.其次,在双向并行蚁群搜索过程中采用改进的转移概率启发函数,该函数在确定下一个转移节点时考虑了避免AGV与障碍物碰撞的因素,同时通过设计信息素共享机制并结合改进的信息素增量及浓度两种融合模型,共享和更新全局信息素浓度,以更好地探索和优化路径,保证双向路径连结.最后,与传统蚁群算法进行实验结果对比,验证了改进算法的全局搜索能力、效率和安全性.展开更多
基金supported by the National Natural Science Foundation of China(Nos.62273221 and 52205529)the Discipline with Strong Characteristics of Liaocheng University Intelligent Science and Technology(No.319462208).
文摘Automated Guided Vehicle(AGV)scheduling problem is an emerging research topic in the recent literature.This paper studies an integrated scheduling problem comprising task assignment and path planning for AGVs.To reduce the transportation cost of AGVs,this work also proposes an optimization method consisting of the total running distance,total delay time,and machine loss cost of AGVs.A mathematical model is formulated for the problem at hand,along with an improved Discrete Invasive Weed Optimization algorithm(DIWO).In the proposed DIWO algorithm,an insertion-based local search operator is developed to improve the local search ability of the algorithm.A staggered time departure heuristic is also proposed to reduce the number of AGV collisions in path planning.Comprehensive experiments are conducted,and 100 instances from actual factories have proven the effectiveness of the optimization method.
文摘Automated Guided Vehicles(AGVs)have been introduced into various applications,such as automated warehouse systems,flexible manufacturing systems,and container terminal systems.However,few publications have outlined problems in need of attention in AGV applications comprehensively.In this paper,several key issues and essential models are presented.First,the advantages and disadvantages of centralized and decentralized AGVs systems were compared;second,warehouse layout and operation optimization were introduced,including some omitted areas,such as AGVs fleet size and electrical energy management;third,AGVs scheduling algorithms in chessboardlike environments were analyzed;fourth,the classical route-planning algorithms for single AGV and multiple AGVs were presented,and some Artificial Intelligence(AI)-based decision-making algorithms were reviewed.Furthermore,a novel idea for accelerating route planning by combining Reinforcement Learning(RL)andDijkstra’s algorithm was presented,and a novel idea of the multi-AGV route-planning method of combining dynamic programming and Monte-Carlo tree search was proposed to reduce the energy cost of systems.
基金Supported by the National Key Research and Development Program of China(No.2020YFC1807904).
文摘With the wide application of automated guided vehicles(AGVs) in large scale outdoor scenarios with complex terrain,the collaborative work of a large number of AGVs becomes the main trend.The effective multi-agent path finding(MAPF) algorithm is urgently needed to ensure the efficiency and realizability of the whole system. The complex terrain of outdoor scenarios is fully considered by using different values of passage cost to quantify different terrain types. The objective of the MAPF problem is to minimize the cost of passage while the Manhattan distance of paths and the time of passage are also evaluated for a comprehensive comparison. The pre-path-planning and real-time-conflict based greedy(PRG) algorithm is proposed as the solution. Simulation is conducted and the proposed PRG algorithm is compared with waiting-stop A^(*) and conflict based search(CBS) algorithms. Results show that the PRG algorithm outperforms the waiting-stop A^(*) algorithm in all three performance indicators,and it is more applicable than the CBS algorithm when a large number of AGVs are working collaboratively with frequent collisions.
文摘The problem of simultaneous scheduling of machines and vehicles in flexible manufacturing system (FMS) was addressed.A spreadsheet based genetic algorithm (GA) approach was presented to solve the problem.A domain independent general purpose GA was used,which was an add-in to the spreadsheet software.An adaptation of the propritary GA software was demonstrated to the problem of minimizing the total completion time or makespan for simultaneous scheduling of machines and vehicles in flexible manufacturing systems.Computational results are presented for a benchmark with 82 test problems,which have been constructed by other researchers.The achieved results are comparable to the previous approaches.The proposed approach can be also applied to other problems or objective functions without changing the GA routine or the spreadsheet model.
基金Supported by the National Natural Science Foundation of China(No.51765043)
文摘To solve the problem of small amount of machining centers in small and medium flexible manufacture systems(FMS), a scheduling mode of single automated guided vehicle(AGV) is adopted to deal with multiple transport requests in this paper. Firstly, a workshop scheduling mechanism of AGV is analyzed and a mathematical model is established using Genetic Algorithm. According to several sets of transport priority of AGV, processes of FMS are encoded, and fitness function, selection, crossover, and variation methods are designed. The transport priority which has the least impact on scheduling results is determined based on the simulation analysis of Genetic Algorithm, and the makespan, the longest waiting time, and optimal route of the car are calculated. According to the actual processing situation of the workshop, feasibility of this method is verified successfully to provide an effective solution to the scheduling problem of single AGV.
基金supported by the Scientific Research Fund of the Zhejiang Provincial Education Department under Grants No.Y202146005 and No.Y202248462the General Scientific Project of Huzhou University under Grant No.2021XJKJ04+1 种基金the Huzhou University Scientific Research Innovation Project under Grant No.2022KYCX58,the Zhejiang Province New Young Talent Plan Project in 2022 under Grant No.2022R431B021the Zhejiang Provincial Education Department General Research Project in 2022 under Grant No.Y202250212.
文摘The position control problem of differential-driven automated guided vehicles(AGVs)based on the prescribed-time control method is studied.First,an innovative orientation error function is proposed by an auxiliary arcsine function about the orientation angle.Thus,the problem of position control of AGV is transformed into the stabilisation control of the kinematic system.Second,by introducing a reserved time parameter and a smooth switching function,a novel time-varying scaling function is proposed.This novel scaling function avoids the risk of infinite gain in the conventional prescribed-time control method while ensuring the smoothness of control laws.Then,an improved velocity constraint function is proposed using the Gaussian function.Compared with the existing constraint function,the proposed method not only has more smoothness but also solves the balance point errors caused by the large AGV orientation errors.The presented method ensures that the AGV reaches the target position in a prescribed time.Hence,the upper bound of the AGV system state can be determined by adjusting parameters.Matlab simulation results show that the proposed controller can effectively make the AGV system state satisfy the prescribed bound.
文摘在静态栅格地图中,针对传统蚁群算法进行AGV(Automated Guided Vehicle,自动引导车)路径规划收敛慢且搜索结果容易陷入局部最优的问题,提出一种融合跳点搜索(Jump Point Search,JPS)和双向并行蚁群搜索的改进算法.首先,对实际研究环境进行栅格化建模,使用改进的跳点搜索算法生成双向搜索的初始次优路径,为双向蚁群搜索提供初始搜索方向参考.其次,在双向并行蚁群搜索过程中采用改进的转移概率启发函数,该函数在确定下一个转移节点时考虑了避免AGV与障碍物碰撞的因素,同时通过设计信息素共享机制并结合改进的信息素增量及浓度两种融合模型,共享和更新全局信息素浓度,以更好地探索和优化路径,保证双向路径连结.最后,与传统蚁群算法进行实验结果对比,验证了改进算法的全局搜索能力、效率和安全性.