《计算机应用》唯一官方网站 ›› 2023, Vol. 43 ›› Issue (12): 3816-3823.DOI: 10.11772/j.issn.1001-9081.2022111763

• 先进计算 • 上一篇    下一篇

基于动态簇粒子群优化的无人机集群路径规划方法

王龙宝1,2, 栾茵琪1, 徐亮3, 曾昕3, 张帅4, 徐淑芳1,2()   

  1. 1.河海大学 计算机与信息学院, 南京 211000
    2.水利部水利大数据技术重点实验室(河海大学), 南京 211000
    3.长江生态环保集团有限公司, 武汉 430014
    4.中国电建集团昆明勘测设计研究院有限公司, 昆明 650051
  • 收稿日期:2022-11-28 修回日期:2023-03-26 接受日期:2023-03-30 发布日期:2023-05-08 出版日期:2023-12-10
  • 通讯作者: 徐淑芳
  • 作者简介:王龙宝(1977—),男,江苏盐城人,高级工程师,博士,CCF会员,主要研究方向:领域软件、智能计算
    栾茵琪(2000—),女,山东菏泽人,硕士研究生,主要研究方向:智能计算
    徐亮(1980—),男,江西九江人,高级工程师,主要研究方向:生态环保工程建设管理
    曾昕(1990—),男,湖北十堰人,工程师,主要研究方向:生态环保工程建设管理
    张帅(1988—),男,云南昆明人,高级工程师,主要研究方向:信息融合;
    徐淑芳(1981—),女,安徽青阳人,副教授,博士,主要研究方向:无线通信网络、信息融合。Email:xushufang@hhu.edu.cn
  • 基金资助:
    云南省科技厅重大科技专项计划项目(202202AF080003);长江生态环保集团有限公司科研项目(HBZB2022005)

Route planning method of UAV swarm based on dynamic cluster particle swarm optimization

Longbao WANG1,2, Yinqi LUAN1, Liang XU3, Xin ZENG3, Shuai ZHANG4, Shufang XU1,2()   

  1. 1.College of Computer and Information,Hohai University,Nanjing Jiangsu 211100,China
    2.Key Laboratory of Water Big Data Technology of Ministry of Water Resources (Hohai University),Nanjing Jiangsu 211100,China
    3.Yangtze Ecology and Environment Company Limited,Wuhan Hubei 430014,China
    4.Power China Kunming Engineering Corporation Limited,Kunming Yunnan 650051,China
  • Received:2022-11-28 Revised:2023-03-26 Accepted:2023-03-30 Online:2023-05-08 Published:2023-12-10
  • Contact: Shufang XU
  • About author:WANG Longbao, born in 1977, Ph. D., senior engineer. His research interests include domain software, intelligent computing.
    LUAN Yinqi, born in 2000, M. S. candidate. Her research interests include intelligent computing.
    XU Liang, born in 1980, senior engineer. His research interests include construction management of ecological and environmental protection projects.
    ZENG Xin, born in 1990, engineer. His research interests include construction and management of ecological and environmental protection projects.
    ZHANG Shuai, born in 1988, senior engineer. His research interests include information fusion.
  • Supported by:
    Major Science and Technology Special Program of Yunnan Province Science and Technology Department(202202AF080003);Scientific Research Project of Yangtze Ecology and Environment Company Limited(HBZB2022005)

摘要:

路径规划对于无人机(UAV)集群的任务执行十分重要,而且高维场景中的计算通常很复杂。群体智能为解决该问题提供了较好的解决思路。粒子群优化(PSO)算法具有参数少、收敛速度快、操作简单等优点,尤其适用于路径规划问题,但它在应用时存在全局搜索能力差、容易陷入局部最优的问题。为了解决上述问题以提升无人机集群路径规划的效果,提出了动态簇粒子群优化(DCPSO)算法。首先,利用人工势场法和滚动时域控制原理建模UAV集群路径规划问题的任务场景;其次,引入Tent混沌映射和动态簇机制进一步提升全局搜索能力和搜索精度;最后,使用DCPSO算法优化模型的目标函数,以获得UAV集群的每个轨迹点的选择。在单峰/多峰、低维/高维不同组合的10种基准测试函数下的仿真实验结果表明,与PSO、鸽子启发优化(PIO)、麻雀搜索算法(SSA)和混沌扰动鸽群优化(CDPIO)算法相比,DCPSO算法具有更好的计算最优值、均值和方差,搜索精度更佳,稳定性更强。此外,UAV集群路径规划应用实例仿真结果也验证了DCPSO算法的性能与效果。

关键词: 粒子群优化, 动态簇机制, 无人机集群, 路径规划, 滚动时域控制

Abstract:

Route planning is very important for the task execution of Unmanned Aerial Vehicle (UAV) swarm, and the computation is usually complex in high dimensional scenarios. Swarm intelligence has provided a good solution for this problem. Particle Swarm Optimization (PSO) algorithm is especially suitable for route planning problem because of its advantages such as few parameters, fast convergence and simple operation. However, PSO algorithm has poor global search ability and is easy to fall into local optimum when applied to route planning. In order to solve the problems above and improve the effect of UAV swarm route planning, a Dynamic Cluster Particle Swarm Optimization (DCPSO) algorithm was proposed. Firstly, artificial potential field method and receding horizon control principle were used to model the task scenario of route planning problem of UAV swarm. Secondly, Tent chaotic map and dynamic cluster mechanism were introduced to further improve the global search ability and search accuracy. Finally, DCPSO algorithm was used to optimize the objective function of the model to obtain each trajectory point selection of UAV swarm. On 10 benchmark functions with different combinations of unimodal/multimodal and low-dimension/high-dimension, simulation experiments were carried out. The results show that compared with PSO algorithm, Pigeon-Inspired Optimization (PIO), Sparrow Search Algorithm (SSA) and Chaotic Disturbance Pigeon-Inspired Optimization (CDPIO) algorithm, DCPSO algorithm has better optimal value, mean value and variance, better search accuracy and stronger stability. Besides, the performance and effect of DCPSO algorithm were demonstrated in the route planning application instances of UAV swarm simulation experiments.

Key words: Particle Swarm Optimization (PSO), dynamic cluster mechanism, Unmanned Aerial Vehicle (UAV) swarm, route planning, receding horizon control

中图分类号: