摘要
为了解决多目标的路径规划问题,提出了一种基于JPS算法与蚁群算法的组合算法。首先,用JPS算法寻找多目标点之间两两目标点之间的最短路径,将其规划出来的路径的长度和具体信息分别储存在两个列表中,然后将储存目标点之间路径长度的列表传入蚁群算法中,寻找一次不重复遍历所有目标点的最优路径,返回一个最优组合,然后根据这个最优组合,在储存有路径具体信息的列表中找到最优组合的具体路径,这样就可以找到一条一次不重复的遍历所有目标点的路径。为了验证算法的可行性,将算法代入了一个虚拟的环境进行了模拟。
In order to solve the problem of multi-object path planning,this paper proposes a combined algorithm based on JPS algorithm and ant colony algorithm. First,use the JPS algorithm to find the shortest path between two target points between multiple target points,store the length and specific information of the planned path in two lists,and then store the path length between the target points. The list is passed into the ant colony algorithm to find the optimal path that does not repeatedly traverse all target points at once,returns an optimal combination,and then according to this optimal combination,finds the specific path of the optimal combination in the list storing the path specific information,so that you can find a path that traverses all the target points without repeating at one time. In order to verify the feasibility of this algorithm,the algorithm of this paper is substituted into a virtual environment for simulation.
作者
李传发
杨舒音
李末
孟妤
LI Chuan-fa;YANG Shu-yin;LI Mo;MENG Yu(Dalian university of technology Mechanical Engineering,Dalian Liaoning 116024,China;CMC(Beijing)Vehicle Inspection Engineering Research Institute Co.,Ltd.,Beijing 102100,China;Dalian Yiliya Technology Development Co.,Ltd.,Dalian Liaoning 116000,China)
出处
《装备制造技术》
2020年第10期96-101,共6页
Equipment Manufacturing Technology
关键词
路径规划
JPS算法
蚁群算法
path planning
JPS algorithm
ant colony algorithm