期刊文献+
共找到3,560篇文章
< 1 2 178 >
每页显示 20 50 100
Identification of small impact craters in Chang’e-4 landing areas using a new multi-scale fusion crater detection algorithm
1
作者 FangChao Liu HuiWen Liu +7 位作者 Li Zhang Jian Chen DiJun Guo Bo Li ChangQing Liu ZongCheng Ling Ying-Bo Lu JunSheng Yao 《Earth and Planetary Physics》 2026年第1期92-104,共13页
Impact craters are important for understanding the evolution of lunar geologic and surface erosion rates,among other functions.However,the morphological characteristics of these micro impact craters are not obvious an... Impact craters are important for understanding the evolution of lunar geologic and surface erosion rates,among other functions.However,the morphological characteristics of these micro impact craters are not obvious and they are numerous,resulting in low detection accuracy by deep learning models.Therefore,we proposed a new multi-scale fusion crater detection algorithm(MSF-CDA)based on the YOLO11 to improve the accuracy of lunar impact crater detection,especially for small craters with a diameter of<1 km.Using the images taken by the LROC(Lunar Reconnaissance Orbiter Camera)at the Chang’e-4(CE-4)landing area,we constructed three separate datasets for craters with diameters of 0-70 m,70-140 m,and>140 m.We then trained three submodels separately with these three datasets.Additionally,we designed a slicing-amplifying-slicing strategy to enhance the ability to extract features from small craters.To handle redundant predictions,we proposed a new Non-Maximum Suppression with Area Filtering method to fuse the results in overlapping targets within the multi-scale submodels.Finally,our new MSF-CDA method achieved high detection performance,with the Precision,Recall,and F1 score having values of 0.991,0.987,and 0.989,respectively,perfectly addressing the problems induced by the lesser features and sample imbalance of small craters.Our MSF-CDA can provide strong data support for more in-depth study of the geological evolution of the lunar surface and finer geological age estimations.This strategy can also be used to detect other small objects with lesser features and sample imbalance problems.We detected approximately 500,000 impact craters in an area of approximately 214 km2 around the CE-4 landing area.By statistically analyzing the new data,we updated the distribution function of the number and diameter of impact craters.Finally,we identified the most suitable lighting conditions for detecting impact crater targets by analyzing the effect of different lighting conditions on the detection accuracy. 展开更多
关键词 impact craters Chang’e-4 landing area multi-scale automatic detection YOLO11 fusion algorithm
在线阅读 下载PDF
Fusion Algorithm Based on Improved A^(*)and DWA for USV Path Planning
2
作者 Changyi Li Lei Yao Chao Mi 《哈尔滨工程大学学报(英文版)》 2025年第1期224-237,共14页
The traditional A^(*)algorithm exhibits a low efficiency in the path planning of unmanned surface vehicles(USVs).In addition,the path planned presents numerous redundant inflection waypoints,and the security is low,wh... The traditional A^(*)algorithm exhibits a low efficiency in the path planning of unmanned surface vehicles(USVs).In addition,the path planned presents numerous redundant inflection waypoints,and the security is low,which is not conducive to the control of USV and also affects navigation safety.In this paper,these problems were addressed through the following improvements.First,the path search angle and security were comprehensively considered,and a security expansion strategy of nodes based on the 5×5 neighborhood was proposed.The A^(*)algorithm search neighborhood was expanded from 3×3 to 5×5,and safe nodes were screened out for extension via the node security expansion strategy.This algorithm can also optimize path search angles while improving path security.Second,the distance from the current node to the target node was introduced into the heuristic function.The efficiency of the A^(*)algorithm was improved,and the path was smoothed using the Floyd algorithm.For the dynamic adjustment of the weight to improve the efficiency of DWA,the distance from the USV to the target point was introduced into the evaluation function of the dynamic-window approach(DWA)algorithm.Finally,combined with the local target point selection strategy,the optimized DWA algorithm was performed for local path planning.The experimental results show the smooth and safe path planned by the fusion algorithm,which can successfully avoid dynamic obstacles and is effective and feasible in path planning for USVs. 展开更多
关键词 Improved a^(*)algorithm Optimized dwa algorithm Unmanned surface vehicles Path planning fusion algorithm
在线阅读 下载PDF
Enhanced Multi-Object Dwarf Mongoose Algorithm for Optimization Stochastic Data Fusion Wireless Sensor Network Deployment
3
作者 Shumin Li Qifang Luo Yongquan Zhou 《Computer Modeling in Engineering & Sciences》 2025年第2期1955-1994,共40页
Wireless sensor network deployment optimization is a classic NP-hard problem and a popular topic in academic research.However,the current research on wireless sensor network deployment problems uses overly simplistic ... Wireless sensor network deployment optimization is a classic NP-hard problem and a popular topic in academic research.However,the current research on wireless sensor network deployment problems uses overly simplistic models,and there is a significant gap between the research results and actual wireless sensor networks.Some scholars have now modeled data fusion networks to make them more suitable for practical applications.This paper will explore the deployment problem of a stochastic data fusion wireless sensor network(SDFWSN),a model that reflects the randomness of environmental monitoring and uses data fusion techniques widely used in actual sensor networks for information collection.The deployment problem of SDFWSN is modeled as a multi-objective optimization problem.The network life cycle,spatiotemporal coverage,detection rate,and false alarm rate of SDFWSN are used as optimization objectives to optimize the deployment of network nodes.This paper proposes an enhanced multi-objective mongoose optimization algorithm(EMODMOA)to solve the deployment problem of SDFWSN.First,to overcome the shortcomings of the DMOA algorithm,such as its low convergence and tendency to get stuck in a local optimum,an encircling and hunting strategy is introduced into the original algorithm to propose the EDMOA algorithm.The EDMOA algorithm is designed as the EMODMOA algorithm by selecting reference points using the K-Nearest Neighbor(KNN)algorithm.To verify the effectiveness of the proposed algorithm,the EMODMOA algorithm was tested at CEC 2020 and achieved good results.In the SDFWSN deployment problem,the algorithm was compared with the Non-dominated Sorting Genetic Algorithm II(NSGAII),Multiple Objective Particle Swarm Optimization(MOPSO),Multi-Objective Evolutionary Algorithm based on Decomposition(MOEA/D),and Multi-Objective Grey Wolf Optimizer(MOGWO).By comparing and analyzing the performance evaluation metrics and optimization results of the objective functions of the multi-objective algorithms,the algorithm outperforms the other algorithms in the SDFWSN deployment results.To better demonstrate the superiority of the algorithm,simulations of diverse test cases were also performed,and good results were obtained. 展开更多
关键词 Stochastic data fusion wireless sensor networks network deployment spatiotemporal coverage dwarf mongoose optimization algorithm multi-objective optimization
在线阅读 下载PDF
基于改进A^(*)和DWA融合的移动机器人路径规划
4
作者 冯志乾 王欣 吴迪 《计算机应用与软件》 北大核心 2026年第2期340-346,共7页
针对移动机器人在路径规划与导航中单一算法无法同时满足路径最优和实时避障的问题,提出一种将改进的A^(*)算法和动态窗口法(Dynamic Window Approach,DWA)融合的导航算法。在A算法中将量化的障碍物信息作为启发函数的自适应调节权重,... 针对移动机器人在路径规划与导航中单一算法无法同时满足路径最优和实时避障的问题,提出一种将改进的A^(*)算法和动态窗口法(Dynamic Window Approach,DWA)融合的导航算法。在A算法中将量化的障碍物信息作为启发函数的自适应调节权重,提高算法的搜索效率,使用向量法去除共线节点,提取关键点法去除多余转折点,提高路径平滑度。对DWA中目标不可达和规划路径与全局路径不贴合的问题,动态调整方位角以及引入距离目标点评价函数,改进后的算法路径更加贴近全局路径。结合关键点信息将两种算法融合。通过仿真实验对比,表明改进的A和DWA融合算法在未知静态和动态环境中都具有良好表现。 展开更多
关键词 改进a^(*) 算法 路径规划 dwa 移动机器人
在线阅读 下载PDF
基于改进A^(*)-DWA算法的移动机器人避障技术
5
作者 余风军 周晓平 《现代制造工程》 北大核心 2026年第2期30-34,65,共6页
为解决传统A^(*)算法在实际应用中存在的动态性不足、避障效率低及运行时间长等问题,提出一种考虑运动学约束A^(*)算法与动态窗口法(Dynamic Window Approach,DWA)相结合的方法。首先,在考虑机器人运动学的基础上,改进A^(*)算法的节点... 为解决传统A^(*)算法在实际应用中存在的动态性不足、避障效率低及运行时间长等问题,提出一种考虑运动学约束A^(*)算法与动态窗口法(Dynamic Window Approach,DWA)相结合的方法。首先,在考虑机器人运动学的基础上,改进A^(*)算法的节点扩展方法和启发函数模型,以提高搜索效率并减少路径转向次数,从而使得A^(*)算法生成的路径更好地满足机器人运动约束。其次,优化DWA算法的路径评价函数,使DWA算法规划的局部路径更加平滑连贯,更有利于机器人运动执行。最后,从A^(*)算法规划的全局路径中提取关键节点,指导DWA算法进行局部规划和动态避障。仿真结果表明,改进A^(*)-DWA算法较其他算法规划耗时最多节约45.09%,行驶距离最多减少13.49%。实验验证了改进A^(*)-DWA算法的有效性。 展开更多
关键词 a^(*)算法 动态窗口法 机器人 避障 运动学约束 路径评价
在线阅读 下载PDF
融合改进A^(*)与DWA算法的机器人路径规划
6
作者 谢德瀚 高金凤 +3 位作者 贾国强 李乐宝 苏雯 梅从立 《电子科技》 2026年第1期64-72,96,共10页
针对传统A^(*)算法拓展节点冗余、路径贴近障碍物以及传统DWA(Dynamic Window Approaches)算法轨迹振荡、易陷入局部极小值等问题,文中提出了一种融合改进A^(*)与DWA算法的机器人路径规划方法。改进传统A^(*)算法代价函数去除了冗余拓... 针对传统A^(*)算法拓展节点冗余、路径贴近障碍物以及传统DWA(Dynamic Window Approaches)算法轨迹振荡、易陷入局部极小值等问题,文中提出了一种融合改进A^(*)与DWA算法的机器人路径规划方法。改进传统A^(*)算法代价函数去除了冗余拓展节点,改进子节点选取策略避免了路径贴近障碍物,并通过双向平滑度优化去除不必要转折点。在DWA算法评价函数中引入自适应距离因子以减少轨迹的振荡,将A^(*)先验路径离散节点作为DWA算法的局部目标点进行算法融合。仿真实验表明,改进A^(*)算法拓展节点减少了118个,规划时间减少了29.9%,改进DWA算法规划速度提高了5.3%。所提融合算法能够在保障路径全局最优的同时避免陷入局部极小值,实现了对未知障碍物的实时避障。 展开更多
关键词 机器人 路径规划 a^(*)算法 dwa算法 启发函数 子节点选取 双向平滑度优化 距离因子
在线阅读 下载PDF
面向无人机路径规划的A^(*)-DWA分层融合算法
7
作者 常绪成 张心慧 +3 位作者 党帅龙 朱锋 王敬宇 徐高涵 《现代防御技术》 北大核心 2026年第1期14-29,共16页
针对传统A^(*)算法在三维复杂环境中搜索效率低、路径平滑度差以及局部避障能力有限的问题,提出一种A^(*)-DWA分层融合算法。该算法基于26邻域节点搜索策略对A^(*)算法进行三维空间拓展,在代价评估函数中引入动态调节项实现权重自适应调... 针对传统A^(*)算法在三维复杂环境中搜索效率低、路径平滑度差以及局部避障能力有限的问题,提出一种A^(*)-DWA分层融合算法。该算法基于26邻域节点搜索策略对A^(*)算法进行三维空间拓展,在代价评估函数中引入动态调节项实现权重自适应调整,并结合Douglas-Peucker算法和三次B样条曲线实现路径平滑;融合三维扩展的DWA算法以弥补A^(*)算法局部避障能力的不足,通过运动学解耦构建三维动态窗口模型,并引入余弦相似度改进评价函数,增强实时避障性能;设计动态反馈机制实现全局路径的自适应修正,形成“A^(*)全局规划-DWA局部避障-动态反馈”的闭环优化体系。仿真结果表明,在三维静/动态环境中,A^(*)-DWA分层融合算法的路径长度、规划时间、路径平滑度均显著优于其他对比算法,多场景下避障成功率达90%以上,验证了A^(*)-DWA分层融合算法的有效性。 展开更多
关键词 a^(*)算法 无人机 路径规划 dwa算法 B样条曲线 分层融合
在线阅读 下载PDF
结合DC-A^(*)与FE-DWA的巡检机器人路径规划方法
8
作者 毕竟 刘俊 《计算机工程与应用》 北大核心 2026年第3期334-346,共13页
针对危化品仓库中巡检机器人的路径规划需求,提出了一种结合方向约束A^(*)算法(directional-constraint A^(*),DC-A^(*))与模糊能耗动态窗口算法(fuzzy-energy dynamic window approach,FE-DWA)的路径规划策略,旨在提升机器人在复杂环... 针对危化品仓库中巡检机器人的路径规划需求,提出了一种结合方向约束A^(*)算法(directional-constraint A^(*),DC-A^(*))与模糊能耗动态窗口算法(fuzzy-energy dynamic window approach,FE-DWA)的路径规划策略,旨在提升机器人在复杂环境中的导航能力。针对A^(*)算法的低搜索效率和路径不平滑等问题,减少了搜索方向,避免斜穿障碍物顶点,并引入障碍率概念,设计多轮路径优化策略。在动态规划部分,引入能耗模型并扩展评价函数,以保证路径的平滑性来减少行驶能耗,并通过模糊逻辑控制实现权重参数的自适应调整,更好应对不同障碍环境。仿真实验结果表明,DC-A^(*)算法相较于传统算法,转折度数、节点遍历数均有所降低;FE-DWA算法在路径平滑性和鲁棒性方面显著优于传统算法。将两种改进算法融合,在复杂动态环境中既能有效避障,又能够维持较低的能耗并保持路径的整体平滑性。 展开更多
关键词 路径规划 a^(*)算法 动态窗口算法(dwa) 算法融合
在线阅读 下载PDF
改进冠豪猪算法和DWA的路径规划研究
9
作者 郭超杰 韩晓霞 +2 位作者 李炳金 刘奉宜 刘建平 《计算机工程与应用》 北大核心 2026年第3期98-111,共14页
鉴于全局路径规划算法无法规避动态障碍物以及局部路径规划算法缺乏全局视角,容易陷入局部最优,提出一种改进冠豪猪算法与改进DWA算法融合的路径规划算法。针对传统冠豪猪算法存在收敛速度慢、寻优精度低以及容易陷入局部最优等问题,使... 鉴于全局路径规划算法无法规避动态障碍物以及局部路径规划算法缺乏全局视角,容易陷入局部最优,提出一种改进冠豪猪算法与改进DWA算法融合的路径规划算法。针对传统冠豪猪算法存在收敛速度慢、寻优精度低以及容易陷入局部最优等问题,使用改进的Circle混沌映射初始化种群,提高种群多样性;通过自适应动态调整策略计算探索阶段和开发阶段的概率,平衡全局搜索和局部开发的能力;引入复合柯西变异策略,增强算法全局搜索能力;结合三级节点选择机制,提高路径中最优节点的选择概率。针对传统DWA算法轨迹预测时间固定、易陷入“死锁”等问题,引入自适应调整策略动态调整轨迹预测时间,改进评估函数,融合全局路径规划算法跳出局部最优,确保机器人实时避障。仿真实验证明,融合算法在搜索效率方面有显著提升,能够有效处理移动机器人路径规划问题。 展开更多
关键词 路径规划 冠豪猪算法 动态窗口算法(dwa) Circle混沌映射 复合柯西变异 融合算法
在线阅读 下载PDF
基于A融合DWA算法空地协同消防系统路径规划算法设计
10
作者 余浩强 卢帅琦 +3 位作者 陈森立 李智权 马忠旺 吴霞 《工业控制计算机》 2026年第1期67-69,95,共4页
针对山林地带火灾发现时间慢、扑救困难等问题,设计结合无人机和陆地消防机器人消防系统。系统通过机器视觉发现火情和障碍物,并利用改进A*算法以及DWA算法进行全局动态路径规划。同时,采用S-G等滤波算法优化路径规划中折角问题。仿真... 针对山林地带火灾发现时间慢、扑救困难等问题,设计结合无人机和陆地消防机器人消防系统。系统通过机器视觉发现火情和障碍物,并利用改进A*算法以及DWA算法进行全局动态路径规划。同时,采用S-G等滤波算法优化路径规划中折角问题。仿真和实物实验证明,改进后A*融合DWA算法有效降低冗余路径和局部最优,相比传统算法在运算速度和效率上提升约20%,增强了系统高效性和鲁棒性。 展开更多
关键词 空地协同 火灾安全 路径规划 a*融合dwa算法 路径滤波
在线阅读 下载PDF
Hybrid path planning for USVs using improved A^(*)and DWA
11
作者 WANG Guangwei YANG Le +2 位作者 TAN Zhikun LI Yichen YU Wenbin 《Journal of Systems Engineering and Electronics》 2026年第1期45-63,共19页
A safe and reliable path planning algorithm is fundamental for unmanned surface vehicles(USVs)to perform autonomous navigation tasks.However,a single global or local planning strategy cannot fully meet the requirement... A safe and reliable path planning algorithm is fundamental for unmanned surface vehicles(USVs)to perform autonomous navigation tasks.However,a single global or local planning strategy cannot fully meet the requirements of complex maritime environments.Global planning alone cannot effectively handle dynamic obstacles,while local planning alone may fall into local optima.To address these issues,this paper proposes a multi-dynamic-obstacle avoidance path planning method that integrates an improved A^(*)algorithm with the dynamic window approach(DWA).The traditional A^(*)algorithm often generates paths that are too close to obstacle boundaries and contain excessive turning points,whereas the traditional DWA tends to skirt densely clustered obstacles,resulting in longer routes and insufficient dynamic obstacle avoidance.To overcome these limitations,improved versions of both algorithms are developed.Key points extracted from the optimized A^(*)path are used as intermediate start-destination pairs for the improved DWA,and the weights of the DWA evaluation function are adjusted to achieve effective fusion.Furthermore,a multi-dynamic-obstacle avoidance strategy is designed for complex navigation scenarios.Simulation results demonstrate that the USV can adaptively switch between dynamic obstacle avoidance and path tracking based on obstacle distribution,validating the effectiveness of the proposed method. 展开更多
关键词 multiple dynamic obstacles a^(*)algorithm dynamic window approach(dwa) unmanned surface vehicle(USV) path planning collision avoidance
在线阅读 下载PDF
改进A^(*)与IDWA的无人机动态航迹规划融合算法
12
作者 叶亚宁 《科技创新与应用》 2026年第4期31-34,共4页
为探寻出无人机航迹规划的最佳算法,有效化解二维平面内A^(*)算法存在多个转折点、具有冗余航迹长度的现象,提出结合运用改进A^(*)算法与改进动态窗口(IDWA)法的无人机动态航迹规划融合算法。以扩展邻域搜索为基础改进A^(*)算法,从运动... 为探寻出无人机航迹规划的最佳算法,有效化解二维平面内A^(*)算法存在多个转折点、具有冗余航迹长度的现象,提出结合运用改进A^(*)算法与改进动态窗口(IDWA)法的无人机动态航迹规划融合算法。以扩展邻域搜索为基础改进A^(*)算法,从运动学模型构建、速度采样、评价函数改进3个方面,将改进A^(*)算法与IDWA法融合到一起,得到新的融合改进算法,最后通过静态障碍物与动态障碍物仿真检测实验,对融合改进算法应用性能进行验证。结果表明,有静态障碍物情况下,采用融合改进算法设计的无人机规划路径用时更少、航迹长度更短。而有动态障碍物情况下,无人机可在起点处自动调节航向,能有效避让动态障碍物,证实了无人机航迹规划中改进A^(*)与IDWA融合算法的应用价值。 展开更多
关键词 改进a^(*)算法 动态窗口法 无人机航迹规划 融合算法 环境障碍物分布率
在线阅读 下载PDF
Optimized Deployment Method for Finite Access Points Based on Virtual Force Fusion Bat Algorithm
13
作者 Jian Li Qing Zhang +2 位作者 Tong Yang Yu’an Chen Yongzhong Zhan 《Computer Modeling in Engineering & Sciences》 2025年第9期3029-3051,共23页
In the deployment of wireless networks in two-dimensional outdoor campus spaces,aiming at the problem of efficient coverage of the monitoring area by limited number of access points(APs),this paper proposes a deployme... In the deployment of wireless networks in two-dimensional outdoor campus spaces,aiming at the problem of efficient coverage of the monitoring area by limited number of access points(APs),this paper proposes a deployment method of multi-objective optimization with virtual force fusion bat algorithm(VFBA)using the classical four-node regular distribution as an entry point.The introduction of Lévy flight strategy for bat position updating helps to maintain the population diversity,reduce the premature maturity problem caused by population convergence,avoid the over aggregation of individuals in the local optimal region,and enhance the superiority in global search;the virtual force algorithm simulates the attraction and repulsion between individuals,which enables individual bats to precisely locate the optimal solution within the search space.At the same time,the fusion effect of virtual force prompts the bat individuals to move faster to the potential optimal solution.To validate the effectiveness of the fusion algorithm,the benchmark test function is selected for simulation testing.Finally,the simulation result verifies that the VFBA achieves superior coverage and effectively reduces node redundancy compared to the other three regular layout methods.The VFBA also shows better coverage results when compared to other optimization algorithms. 展开更多
关键词 Multi-objective optimization deployment virtual force algorithm bat algorithm fusion algorithm
在线阅读 下载PDF
改进A^(*)算法融合DWA机器人路径规划研究 被引量:8
14
作者 曾宪阳 张加旺 《电子测量技术》 北大核心 2025年第6期20-27,共8页
在物流机器人运输流程中,路径规划是核心环节,面临路径不够平滑及算法搜索效率低下的挑战。A^(*)算法作为广泛应用的全局路径规划方法,在应用于物流机器人时存在无法有效实现路径平滑等问题。为此,对传统A^(*)算法进行了改进,通过动态... 在物流机器人运输流程中,路径规划是核心环节,面临路径不够平滑及算法搜索效率低下的挑战。A^(*)算法作为广泛应用的全局路径规划方法,在应用于物流机器人时存在无法有效实现路径平滑等问题。为此,对传统A^(*)算法进行了改进,通过动态加权处理启发函数,并利用Floyd算法去除路径中的冗余点,同时引入安全距离机制以防碰撞。此外,还对路径进行了平滑优化,以更好地适应物流机器人的实际移动需求。MATLAB仿真结果显示,改进后的A^(*)算法相比传统算法在转折点数量上平均减少了58.5%,路径长度缩短了3.19%,遍历点数降低了59.9%。进一步结合DWA算法进行局部路径规划,实现了避障功能。通过仿真和实车实验验证了该融合算法的有效性。 展开更多
关键词 a^(*)算法 路径规划 dwa算法 物流机器人 MaTLaB仿真
原文传递
基于改进A^(*)和DWA融合的机器人路径规划 被引量:2
15
作者 崔鹏鹏 张梅 周伸伸 《传感器与微系统》 北大核心 2025年第7期144-148,154,共6页
针对传统A^(*)算法在复杂环境中存在的路径冗余、贴近障碍物及动态避障不足等问题,以及动态窗口法(DWA)算法易陷入局部最优、动态响应滞后等问题,本文提出一种改进A^(*)与DWA算法融合的路径规划算法,融合算法将全局路径关键节点与动态... 针对传统A^(*)算法在复杂环境中存在的路径冗余、贴近障碍物及动态避障不足等问题,以及动态窗口法(DWA)算法易陷入局部最优、动态响应滞后等问题,本文提出一种改进A^(*)与DWA算法融合的路径规划算法,融合算法将全局路径关键节点与动态避障结合,兼顾全局最优与动态适应性。在全局规划中,改进A^(*)算法通过自适应评价函数动态调整启发式权重,引入安全距离惩罚项与障碍物密度感知机制,来优化路径安全性与平滑性,并结合线段可达性检测策略消除冗余转折点;在局部规划中,改进DWA算法通过多目标评价函数融合全局路径跟踪、障碍物距离及轨迹平滑性指标,增强避障灵活性与实时性。实验结果表明,该算法在路径全局最优性、动态避障效率及轨迹平滑度方面均表现出显著优势。 展开更多
关键词 机器人路径规划 改进a^(*)算法 改进动态窗口法算法 融合算法 动态避障
在线阅读 下载PDF
基于改进蚁群融合DWA算法的路径规划方法 被引量:2
16
作者 李勇 张志安 《自动化与仪表》 2025年第8期67-72,共6页
针对单独使用蚁群或DWA算法难以同时有效实现全局规划路径最优和动态避障的问题,提出了一种基于蚁群算法与DWA算法的融合规划算法。通过改进启发函数、优化信息素的奖惩策略、设计信息素挥发系数自适应调整机制,对蚁群算法进行改进,有... 针对单独使用蚁群或DWA算法难以同时有效实现全局规划路径最优和动态避障的问题,提出了一种基于蚁群算法与DWA算法的融合规划算法。通过改进启发函数、优化信息素的奖惩策略、设计信息素挥发系数自适应调整机制,对蚁群算法进行改进,有效提高蚁群算法的全局最优规划效果。将改进蚁群算法与DWA算法进行融合,实现静态全局路径最优和动态避障的兼顾,通过多组仿真实验验证了算法的有效性和可行性。 展开更多
关键词 移动机器人 路径规划 蚁群算法 dwa算法 融合算法
在线阅读 下载PDF
Multisensor Fuzzy Stochastic Fusion Based on Genetic Algorithms 被引量:3
17
作者 胡昌振 谭惠民 《Journal of Beijing Institute of Technology》 EI CAS 2000年第1期49-54,共6页
To establish a parallel fusion approach of processing high dimensional information, the model and criterion of multisensor fuzzy stochastic data fusion were presented. In order to design genetic algorithm fusion, the ... To establish a parallel fusion approach of processing high dimensional information, the model and criterion of multisensor fuzzy stochastic data fusion were presented. In order to design genetic algorithm fusion, the fusion parameter coding, initial population and fitness function establishing, and fuzzy logic controller designing for genetic operations and probability choosing were completed. The discussion on the highly dimensional fusion was given. For a moving target with the division of 1 64 (velocity) and 1 75 (acceleration), the precision of fusion is 0 94 and 0 98 respectively. The fusion approach can improve the reliability and decision precision effectively. 展开更多
关键词 MULTISENSOR data fusion fuzzy random genetic algorithm
在线阅读 下载PDF
融合改进A^(*)和DWA算法的无人车路径规划研究
18
作者 刘永涛 晁兴雨 +2 位作者 朱屹晨 纳林奇 张韡 《汽车技术》 北大核心 2025年第12期19-28,共10页
针对无人车路径规划中单独采用A^(*)或动态窗口(DWA)算法难以兼顾全局最优与实时避障的问题,提出一种融合改进A^(*)与DWA算法的无人车路径规划方法。首先,在改进的A^(*)算法中,结合欧几里德距离和曼哈顿距离优化启发函数,使预估路径代... 针对无人车路径规划中单独采用A^(*)或动态窗口(DWA)算法难以兼顾全局最优与实时避障的问题,提出一种融合改进A^(*)与DWA算法的无人车路径规划方法。首先,在改进的A^(*)算法中,结合欧几里德距离和曼哈顿距离优化启发函数,使预估路径代价更加接近真实路径代价;其次,引入24邻域搜索策略,根据当前节点与目标节点的相对位置,将搜索方向由16个降至10个,保证搜索效率的同时,避免路径形态缺陷;然后,在DWA算法的评价函数中引入动态轨迹引导评价函数和动态权重优化速度函数,解决路径偏差和局部最优问题,并且提高传统DWA对障碍物分布的适应能力;最后,融合改进A^(*)与DWA算法,实现无人车的路径规划。仿真试验结果表明:相较于传统A^(*)算法,改进A^(*)算法路径长度平均缩短2.73%,遍历节点数平均减少32.61%,路径转折次数平均降低21.05%,融合算法能够在全局最优路径的基础上,根据地图环境信息对局部路径进行修正,从而完成实时避障。 展开更多
关键词 无人车 路径规划 改进a^(*)算法 动态窗口算法 融合算法
在线阅读 下载PDF
融合A^(*)与DWA算法的移动机器人动态避障研究 被引量:6
19
作者 鲁志 刘莹煌 +1 位作者 张绪坤 侯睿 《电子测量技术》 北大核心 2025年第8期34-45,共12页
针对传统A^(*)算法在路径规划时存在搜索效率低、穿插障碍物、路径不平滑、无法规避未知障碍物等问题,提出了一种改进A^(*)算法与改进DWA算法相融合的移动机器人动态避障方法。在改进A^(*)算法中,引入全局障碍物占比率,在启发函数中增... 针对传统A^(*)算法在路径规划时存在搜索效率低、穿插障碍物、路径不平滑、无法规避未知障碍物等问题,提出了一种改进A^(*)算法与改进DWA算法相融合的移动机器人动态避障方法。在改进A^(*)算法中,引入全局障碍物占比率,在启发函数中增加动态权重系数,优化搜索领域,设定安全距离去除冗余节点,并加入三阶贝塞尔曲线对路径进行平滑处理,同时在DWA算法中加入目标点代价子函数,并动态调整代价函数系数,最后将改进A^(*)算法与改进DWA算法进行融合,实现移动机器人的动态避障。仿真实验结果显示,在不同环境中,本文改进A^(*)算法与传统A^(*)算法以及其他改进A^(*)算法相比,路径长度分别平均缩短了5.14%和1.01%,搜索节点分别减少了57.05%和36.59%,规划时间分别减少了34.39%和8.49%;本文改进融合算法与传统融合算法以及其他融合算法相比,路径长度分别平均缩短了19.89%和1.82%,规划时间分别平均减少了53.66%和13.01%。证明了本文所提出的改进融合算法有效缩短了规划的路径长度与时间,能够在复杂的动态环境下实现实时避障,满足移动机器人行驶过程中的高效性和安全性。 展开更多
关键词 a^(*)算法 dwa算法 移动机器人 动态避障
原文传递
融合改进A^(∗)算法与DWA的AGV实时路径规划及避障研究 被引量:3
20
作者 赵倩 石宇强 《现代制造工程》 北大核心 2025年第5期91-98,共8页
为解决使用传统A^(∗)算法进行自动导引车(Automated Guided Vehicle,AGV)路径规划时存在的问题,如算法搜索节点多、路径存在冗余节点且不平滑,以及无法处理复杂环境下出现的随机障碍物等问题,设计了一种融合改进A^(∗)算法和动态窗口(Dyn... 为解决使用传统A^(∗)算法进行自动导引车(Automated Guided Vehicle,AGV)路径规划时存在的问题,如算法搜索节点多、路径存在冗余节点且不平滑,以及无法处理复杂环境下出现的随机障碍物等问题,设计了一种融合改进A^(∗)算法和动态窗口(Dynamic Window Approach,DWA)算法的AGV实时路径规划及避障方法。首先,在传统A^(∗)算法评价函数的基础上设计了自适应评价函数,使得算法在搜索过程中根据周围环境自适应调整,从而提高算法的快速性和灵活性;其次,针对路径存在冗余节点的问题,采用Floyd算法进行双向平滑度路径优化,删除多余节点,保留关键拐点,减少转向次数,有效提高路径平滑度,充分保障了AGV运行稳定性;最后,将改进A^(∗)算法与DWA算法相结合,实现了路径规划的全局最优和动态避障的有效融合。这一综合方法不仅增强了AGV在复杂环境中的路径规划能力,还提高了避障性能,为AGV的实际应用提供了更加可靠的解决方案。 展开更多
关键词 a^(∗)算法 动态窗口算法 融合算法 自动导引车 实时路径规划 动态避障
在线阅读 下载PDF
上一页 1 2 178 下一页 到第
使用帮助 返回顶部