期刊文献+
共找到4,157篇文章
< 1 2 208 >
每页显示 20 50 100
Bayesian-based ant colony optimization algorithm for edge detection
1
作者 YU Yongbin ZHONG Yuanjingyang +6 位作者 FENG Xiao WANG Xiangxiang FAVOUR Ekong ZHOU Chen CHENG Man WANG Hao WANG Jingya 《Journal of Systems Engineering and Electronics》 2025年第4期892-902,共11页
Ant colony optimization(ACO)is a random search algorithm based on probability calculation.However,the uninformed search strategy has a slow convergence speed.The Bayesian algorithm uses the historical information of t... Ant colony optimization(ACO)is a random search algorithm based on probability calculation.However,the uninformed search strategy has a slow convergence speed.The Bayesian algorithm uses the historical information of the searched point to determine the next search point during the search process,reducing the uncertainty in the random search process.Due to the ability of the Bayesian algorithm to reduce uncertainty,a Bayesian ACO algorithm is proposed in this paper to increase the convergence speed of the conventional ACO algorithm for image edge detection.In addition,this paper has the following two innovations on the basis of the classical algorithm,one of which is to add random perturbations after completing the pheromone update.The second is the use of adaptive pheromone heuristics.Experimental results illustrate that the proposed Bayesian ACO algorithm has faster convergence and higher precision and recall than the traditional ant colony algorithm,due to the improvement of the pheromone utilization rate.Moreover,Bayesian ACO algorithm outperforms the other comparative methods in edge detection task. 展开更多
关键词 ant colony optimization(ACO) Bayesian algorithm edge detection transfer function.
在线阅读 下载PDF
Improved ant colony optimization algorithm for the traveling salesman problems 被引量:22
2
作者 Rongwei Gan Qingshun Guo +1 位作者 Huiyou Chang Yang Yi 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2010年第2期329-333,共5页
Ant colony optimization (ACO) is a new heuristic algo- rithm which has been proven a successful technique and applied to a number of combinatorial optimization problems. The traveling salesman problem (TSP) is amo... Ant colony optimization (ACO) is a new heuristic algo- rithm which has been proven a successful technique and applied to a number of combinatorial optimization problems. The traveling salesman problem (TSP) is among the most important combinato- rial problems. An ACO algorithm based on scout characteristic is proposed for solving the stagnation behavior and premature con- vergence problem of the basic ACO algorithm on TSP. The main idea is to partition artificial ants into two groups: scout ants and common ants. The common ants work according to the search manner of basic ant colony algorithm, but scout ants have some differences from common ants, they calculate each route's muta- tion probability of the current optimal solution using path evaluation model and search around the optimal solution according to the mutation probability. Simulation on TSP shows that the improved algorithm has high efficiency and robustness. 展开更多
关键词 ant colony optimization heuristic algorithm scout ants path evaluation model traveling salesman problem.
在线阅读 下载PDF
Weapon target assignment problem satisfying expected damage probabilities based on ant colony algorithm 被引量:26
3
作者 Wang Yanxia Qian Longjun Guo Zhi Ma Lifeng 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2008年第5期939-944,共6页
A weapon target assignment (WTA) model satisfying expected damage probabilities with an ant colony algorithm is proposed. In order to save armament resource and attack the targets effectively, the strategy of the we... A weapon target assignment (WTA) model satisfying expected damage probabilities with an ant colony algorithm is proposed. In order to save armament resource and attack the targets effectively, the strategy of the weapon assignment is that the target with greater threat degree has higher priority to be intercepted. The effect of this WTA model is not maximizing the damage probability but satisfying the whole assignment result. Ant colony algorithm has been successfully used in many fields, especially in combination optimization. The ant colony algorithm for this WTA problem is described by analyzing path selection, pheromone update, and tabu table update. The effectiveness of the model and the algorithm is demonstrated with an example. 展开更多
关键词 weapon target assignment ant colony algorithm optimization.
在线阅读 下载PDF
Ant colony optimization algorithm and its application to Neuro-Fuzzy controller design 被引量:11
4
作者 Zhao Baojiang Li Shiyong 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2007年第3期603-610,共8页
An adaptive ant colony algorithm is proposed based on dynamically adjusting the strategy of updating trail information. The algorithm can keep good balance between accelerating convergence and averting precocity and s... An adaptive ant colony algorithm is proposed based on dynamically adjusting the strategy of updating trail information. The algorithm can keep good balance between accelerating convergence and averting precocity and stagnation. The results of function optimization show that the algorithm has good searching ability and high convergence speed. The algorithm is employed to design a neuro-fuzzy controller for real-time control of an inverted pendulum. In order to avoid the combinatorial explosion of fuzzy rules due tσ multivariable inputs, a state variable synthesis scheme is employed to reduce the number of fuzzy rules greatly. The simulation results show that the designed controller can control the inverted pendulum successfully. 展开更多
关键词 neuro-fuzzy controller ant colony algorithm function optimization genetic algorithm inverted pen-dulum system.
在线阅读 下载PDF
Ant colony ATTA clustering algorithm of rock mass structural plane in groups 被引量:11
5
作者 李夕兵 王泽伟 +1 位作者 彭康 刘志祥 《Journal of Central South University》 SCIE EI CAS 2014年第2期709-714,共6页
Based on structural surface normal vector spherical distance and the pole stereographic projection Euclidean distance,two distance functions were established.The cluster analysis of structure surface was conducted by ... Based on structural surface normal vector spherical distance and the pole stereographic projection Euclidean distance,two distance functions were established.The cluster analysis of structure surface was conducted by the use of ATTA clustering methods based on ant colony piles,and Silhouette index was introduced to evaluate the clustering effect.The clustering analysis of the measured data of Sanshandao Gold Mine shows that ant colony ATTA-based clustering method does better than K-mean clustering analysis.Meanwhile,clustering results of ATTA method based on pole Euclidean distance and ATTA method based on normal vector spherical distance have a great consistence.The clustering results are most close to the pole isopycnic graph.It can efficiently realize grouping of structural plane and determination of the dominant structural surface direction.It is made up for the defects of subjectivity and inaccuracy in icon measurement approach and has great engineering value. 展开更多
关键词 rock mass discontinuity cluster analysis ant colony ATTA algorithm distance function Silhouette index
在线阅读 下载PDF
Global optimal path planning for mobile robot based onimproved Dijkstra algorithm and ant system algorithm 被引量:21
6
作者 谭冠政 贺欢 Aaron Sloman 《Journal of Central South University of Technology》 EI 2006年第1期80-86,共7页
A novel method of global optimal path planning for mobile robot was proposed based on the improved Dijkstra algorithm and ant system algorithm. This method includes three steps: the first step is adopting the MAKLINK ... A novel method of global optimal path planning for mobile robot was proposed based on the improved Dijkstra algorithm and ant system algorithm. This method includes three steps: the first step is adopting the MAKLINK graph theory to establish the free space model of the mobile robot, the second step is adopting the improved Dijkstra algorithm to find out a sub-optimal collision-free path, and the third step is using the ant system algorithm to adjust and optimize the location of the sub-optimal path so as to generate the global optimal path for the mobile robot. The computer simulation experiment was carried out and the results show that this method is correct and effective. The comparison of the results confirms that the proposed method is better than the hybrid genetic algorithm in the global optimal path planning. 展开更多
关键词 mobile robot global optimal path planning improved Dijkstra algorithm ant system algorithm MAKLINK graph free MAKLINK line
在线阅读 下载PDF
Quantum-inspired ant algorithm for knapsack problems 被引量:3
7
作者 Wang Honggang Ma Liang Zhang Huizhen Li Gaoya 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2009年第5期1012-1016,共5页
The knapsack problem is a well-known combinatorial optimization problem which has been proved to be NP-hard. This paper proposes a new algorithm called quantum-inspired ant algorithm (QAA) to solve the knapsack prob... The knapsack problem is a well-known combinatorial optimization problem which has been proved to be NP-hard. This paper proposes a new algorithm called quantum-inspired ant algorithm (QAA) to solve the knapsack problem. QAA takes the advantage of the principles in quantum computing, such as qubit, quantum gate, and quantum superposition of states, to get more probabilistic-based status with small colonies. By updating the pheromone in the ant algorithm and rotating the quantum gate, the algorithm can finally reach the optimal solution. The detailed steps to use QAA are presented, and by solving series of test cases of classical knapsack problems, the effectiveness and generality of the new algorithm are validated. 展开更多
关键词 knapsack problem quantum computing ant algorithm quantum-inspired ant algorithm.
在线阅读 下载PDF
Research on UAV cloud control system based on ant colony algorithm 被引量:4
8
作者 ZHANG Lanyong ZHANG Ruixuan 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2022年第4期805-811,共7页
In the cloud era, the control objects are becoming larger and the information processing is more complex, and it is difficult for traditional control systems to process massive data in a timely manner. In view of the ... In the cloud era, the control objects are becoming larger and the information processing is more complex, and it is difficult for traditional control systems to process massive data in a timely manner. In view of the difficulty of data processing in the cloud era, it is extremely important to perform massive data operations through cloud servers. Unmanned aeriel vehicle(UAV) control is the representative of the intelligent field. Based on the ant colony algorithm and incorporating the potential field method, an improved potential field ant colony algorithm is designed. To deal with the path planning problem of UAVs, the potential field ant colony algorithm shortens the optimal path distance by 6.7%, increases the algorithm running time by39.3%, and increases the maximum distance by 24.1% compared with the previous improvement. The cloud server is used to process the path problem of the UAV and feedback the calculation results in real time. Simulation experiments verify the effectiveness of the new algorithm in the cloud environment. 展开更多
关键词 ant colony algorithm potential field method cloud server path planning
在线阅读 下载PDF
Spatial quality evaluation for drinking water based on GIS and ant colony clustering algorithm 被引量:4
9
作者 侯景伟 米文宝 李陇堂 《Journal of Central South University》 SCIE EI CAS 2014年第3期1051-1057,共7页
To develop a better approach for spatial evaluation of drinking water quality, an intelligent evaluation method integrating a geographical information system(GIS) and an ant colony clustering algorithm(ACCA) was used.... To develop a better approach for spatial evaluation of drinking water quality, an intelligent evaluation method integrating a geographical information system(GIS) and an ant colony clustering algorithm(ACCA) was used. Drinking water samples from 29 wells in Zhenping County, China, were collected and analyzed. 35 parameters on water quality were selected, such as chloride concentration, sulphate concentration, total hardness, nitrate concentration, fluoride concentration, turbidity, pH, chromium concentration, COD, bacterium amount, total coliforms and color. The best spatial interpolation methods for the 35 parameters were found and selected from all types of interpolation methods in GIS environment according to the minimum cross-validation errors. The ACCA was improved through three strategies, namely mixed distance function, average similitude degree and probability conversion functions. Then, the ACCA was carried out to obtain different water quality grades in the GIS environment. In the end, the result from the ACCA was compared with those from the competitive Hopfield neural network(CHNN) to validate the feasibility and effectiveness of the ACCA according to three evaluation indexes, which are stochastic sampling method, pixel amount and convergence speed. It is shown that the spatial water quality grades obtained from the ACCA were more effective, accurate and intelligent than those obtained from the CHNN. 展开更多
关键词 geographical information system (GIS) ant colony clustering algorithm (ACCA) quality evaluation drinking water spatial analysis
在线阅读 下载PDF
Research on Data Routing Model Based on Ant Colony Algorithms 被引量:1
10
作者 龚跃 吴航 +2 位作者 鲍杰 王君军 张艳秋 《Defence Technology(防务技术)》 SCIE EI CAS 2010年第4期269-272,共4页
Improved traditional ant colony algorithms,a data routing model used to the data remote exchange on WAN was presented.In the model,random heuristic factors were introduced to realize multi-path search.The updating mod... Improved traditional ant colony algorithms,a data routing model used to the data remote exchange on WAN was presented.In the model,random heuristic factors were introduced to realize multi-path search.The updating model of pheromone could adjust the pheromone concentration on the optimal path according to path load dynamically to make the system keep load balance.The simulation results show that the improved model has a higher performance on convergence and load balance. 展开更多
关键词 computer software data transmission ant colony algorithm routing model
在线阅读 下载PDF
Intelligent PID controller based on ant system algorithm and fuzzy inference and its application to bionic artificial leg 被引量:2
11
作者 谭冠政 曾庆冬 李文斌 《Journal of Central South University of Technology》 2004年第3期316-322,共7页
A designing method of intelligent proportional-integral-derivative(PID) controllers was proposed based on the ant system algorithm and fuzzy inference. This kind of controller is called Fuzzy-ant system PID controller... A designing method of intelligent proportional-integral-derivative(PID) controllers was proposed based on the ant system algorithm and fuzzy inference. This kind of controller is called Fuzzy-ant system PID controller. It consists of an off-line part and an on-line part. In the off-line part, for a given control system with a PID controller,by taking the overshoot, setting time and steady-state error of the system unit step response as the performance indexes and by using the ant system algorithm, a group of optimal PID parameters K*p , Ti* and T*d can be obtained, which are used as the initial values for the on-line tuning of PID parameters. In the on-line part, based on Kp* , Ti*and Td* and according to the current system error e and its time derivative, a specific program is written, which is used to optimize and adjust the PID parameters on-line through a fuzzy inference mechanism to ensure that the system response has optimal transient and steady-state performance. This kind of intelligent PID controller can be used to control the motor of the intelligent bionic artificial leg designed by the authors. The result of computer simulation experiment shows that the controller has less overshoot and shorter setting time. 展开更多
关键词 ant system algorithm fuzzy inference PID controller Fuzzy-ant system PID controller intelligent bionic artificial leg
在线阅读 下载PDF
Study on MCM Interconnect Test Generation Based on Ant Algorithm with Mutation Operator
12
作者 陈雷 《上海交通大学学报》 EI CAS CSCD 北大核心 2007年第S2期150-153,共4页
A novel multi-chip module(MCM) interconnect test generation scheme based on ant algorithm(AA) with mutation operator was presented.By combing the characteristics of MCM interconnect test generation,the pheromone updat... A novel multi-chip module(MCM) interconnect test generation scheme based on ant algorithm(AA) with mutation operator was presented.By combing the characteristics of MCM interconnect test generation,the pheromone updating rule and state transition rule of AA is designed.Using mutation operator,this scheme overcomes ordinary AA’s defects of slow convergence speed,easy to get stagnate,and low ability of full search.The international standard MCM benchmark circuit provided by the MCNC group was used to verify the approach.The results of simulation experiments,which compare to the results of standard ant algorithm,genetic algorithm(GA) and other deterministic interconnecting algorithms,show that the proposed scheme can achieve high fault coverage,compact test set and short CPU time,that it is a newer optimized method deserving research. 展开更多
关键词 MULTI-CHIP module(MCM) INTERCONNECT TEST ant algorithm(aa) TEST generation MUTATION
在线阅读 下载PDF
Introduction to Ant Colony Algorithm and Its Application in CIMS
13
作者 WANG Jian, WANG Yue-sheng, ZHOU Ya-jun (Department of Automation, Hangzhou Institute of Electronic and Engin eering, Hangzhou 310037, China) 《厦门大学学报(自然科学版)》 CAS CSCD 北大核心 2002年第S1期182-,共1页
Ant colony algorithm is a novel simulated ecosystem e volutionary algorithm, which is proposed firstly by Italian scholars M.Dorigo, A . Colormi and V. Maniezzo. Enlightened by the process of ants searching for food ,... Ant colony algorithm is a novel simulated ecosystem e volutionary algorithm, which is proposed firstly by Italian scholars M.Dorigo, A . Colormi and V. Maniezzo. Enlightened by the process of ants searching for food , scholars bring forward this new evolutionary algorithm. This algorithm has sev eral characteristics such as positive feedback, distributed computing and stro nger robustness. Positive feedback and distributed computing make it easier to find better solutions. Based on these characteristics, this algorithm provides a possible way for complicated combinatorial optimization problems, especially i n the field of discrete system. After a brief review on the essential principle, the research state of ant colony algorithm, this paper especially discusses the application of ant colony algorithm in CIMS. 展开更多
关键词 ant colony algorithm CIMS combinatorial optimiz ation
在线阅读 下载PDF
Using Data Mining to Find Patterns in Ant Colony Algorithm Solutions to the Travelling Salesman Problem
14
作者 阎世梁 王银玲 《现代电子技术》 2007年第5期117-119,共3页
Travelling Salesman Problem(TSP) is a classical optimization problem and it is one of a class of NP-Problem.The purposes of this work is to apply data mining methodologies to explore the patterns in data generated by ... Travelling Salesman Problem(TSP) is a classical optimization problem and it is one of a class of NP-Problem.The purposes of this work is to apply data mining methodologies to explore the patterns in data generated by an Ant Colony Algorithm(ACA) performing a searching operation and to develop a rule set searcher which approximates the ACA′s searcher.An attribute-oriented induction methodology was used to explore the relationship between an operations′ sequence and its attributes and a set of rules has been developed.At the end of this paper,the experimental results have shown that the proposed approach has good performance with respect to the quality of solution and the speed of computation. 展开更多
关键词 数据挖掘 数据管理系统 数据库 数据分析
在线阅读 下载PDF
再生稻头季低碾压收获作业路径规划技术研究 被引量:2
15
作者 胡炼 张鸿 +6 位作者 何杰 满忠贤 岳孟东 屈高凯 唐启源 黄培奎 罗锡文 《农业机械学报》 北大核心 2025年第2期19-27,共9页
路径规划是决定再生稻头季收获作业效率和质量的关键因素之一。目前,无人农机在作业区域内的全覆盖路径规划技术研究中,较少有考虑收获机在田间收获时对再生稻的碾压问题,为此本文开展减少碾压的再生稻收获路径规划研究。通过分析农田... 路径规划是决定再生稻头季收获作业效率和质量的关键因素之一。目前,无人农机在作业区域内的全覆盖路径规划技术研究中,较少有考虑收获机在田间收获时对再生稻的碾压问题,为此本文开展减少碾压的再生稻收获路径规划研究。通过分析农田信息、待作业区域和卸粮等,将再生稻收获卸粮路径规划问题转化为带有容量约束的车辆路径问题(CVRP)。以收获机最小碾压面积和最短总路径为目标,构建再生稻收获路径数学模型。提出再生稻少碾压路径规划混合算法,采用传统蚁群算法(ACO)和2-opt算法获得最优路径。以再生稻无人驾驶收获机为对象,设计直线路径规划田间试验、地头转向路径以及卸粮路径规划田间试验和全环节田间作业试验,采用自动驾驶系统进行田间试验,考察收获机田间碾压率。结果表明,直线跟踪平均绝对误差为3.51 cm,最大偏差为8.24 cm,直线段作业碾压率为17.55%。地头区域碾压率下降52.2%。本研究设计的路径规划全田碾压率为27.42%,满足再生稻特殊的作业要求。 展开更多
关键词 再生稻 收获机 无人驾驶 路径规划 蚁群算法 2-opt算法
在线阅读 下载PDF
基于改进VMD及ConvNeXt的小电流接地系统单相接地故障选线方法 被引量:2
16
作者 张浩 张大海 +2 位作者 刘乃毓 吴奎忠 侍哲 《高电压技术》 北大核心 2025年第2期730-741,I0021,共13页
对于小电流接地系统的单相接地故障选线,传统方法普遍采用基于一维信号的选线模型,存在选线准确率低、抗噪性弱等问题。为此提出一种改进的变分模态分解及Conv Ne Xt的小电流接地系统单相接地故障选线方法。首先引入蚁狮算法优化变分模... 对于小电流接地系统的单相接地故障选线,传统方法普遍采用基于一维信号的选线模型,存在选线准确率低、抗噪性弱等问题。为此提出一种改进的变分模态分解及Conv Ne Xt的小电流接地系统单相接地故障选线方法。首先引入蚁狮算法优化变分模态分解算法,通过蚁狮算法自动寻优选取合适的分解次数和惩罚因子,计算分解得到的各分量的分布熵,将其中的噪声分量筛选去除,将其余有效分量进行线性重构得到降噪后的零序电流信号;其次,将经过降噪处理后的一维零序电流信号经格拉姆角场转换为二维图像,制备故障选线数据集;然后,引入预训练的ConvNeXt模型,根据该研究数据模型特征,在其已有权重基础上对模型参数进行对应微调,从而提高模型精度并形成最终的选线模型;最后引入绝对平均误差、均方根误差作为评价指标验证所提降噪算法有效性。分别在加入噪声与否的前提下,将所提模型与3种选线模型相比较。实验结果表明该模型的准确率最高、抗噪性方面更好,其中该研究算法准确率达到了99.82%并且在不同噪声条件下都能维持91%以上的准确率,高于其他选线模型,克服了传统故障选线方法准确率低、抗噪性差的问题。 展开更多
关键词 故障选线 蚁狮优化算法 变分模态分解 分布熵 格拉姆角场 Conv Ne Xt
在线阅读 下载PDF
改进蚁群算法在移动机器人路径规划中的研究 被引量:1
17
作者 孟文俊 席超群 +1 位作者 王荣鑫 赵晓霞 《机械设计与制造》 北大核心 2025年第5期322-326,共5页
针对基本蚁群算法在移动机器人路径规划中收敛速度慢、易陷入局部最优等问题,提出了一种改进的蚁群算法。该方法设置矩形优选区域,并在区域内增加不同初始信息素浓度,避免初期盲目性搜索;路径节点选择采用伪随机转移策略,依据迭代次数... 针对基本蚁群算法在移动机器人路径规划中收敛速度慢、易陷入局部最优等问题,提出了一种改进的蚁群算法。该方法设置矩形优选区域,并在区域内增加不同初始信息素浓度,避免初期盲目性搜索;路径节点选择采用伪随机转移策略,依据迭代次数的变化自适应调整随机或确定选择的比例;信息素挥发因子随二次函数动态调整变化,提高搜索效率;将所得最优路径再次规划,减少转角次数。仿真结果表明,该算法的寻优能力和收敛速度有了很大的提高,验证了该算法的有效性和优越性。 展开更多
关键词 路径规划 蚁群算法 移动机器人 伪随机转移策略 信息素挥发因子
在线阅读 下载PDF
基于跳点优化蚁群算法的菠萝田间导航路径规划 被引量:1
18
作者 刘天湖 赖嘉上 +4 位作者 孙伟龙 陈嘉鹏 梁兆正 刘舒阳 陈思远 《农业机械学报》 北大核心 2025年第4期387-396,共10页
针对传统蚁群算法在农机导航路径规划中存在前期搜索盲目、死锁、收敛速度慢、收敛路径质量低的问题,本文提出基于跳点优化蚁群算法(Jump point optimized ant colony algorithm,JPOACO)的路径规划方法。首先,使用优化跳点搜索算法对地... 针对传统蚁群算法在农机导航路径规划中存在前期搜索盲目、死锁、收敛速度慢、收敛路径质量低的问题,本文提出基于跳点优化蚁群算法(Jump point optimized ant colony algorithm,JPOACO)的路径规划方法。首先,使用优化跳点搜索算法对地图进行预处理,获得简化跳点;其次,通过简化跳点对栅格地图进行信息素初始化,以加强简化跳点的引导能力和减少前期盲目搜索;接着,设计蚂蚁死亡惩罚机制,以降低陷入死锁蚂蚁走过路径的信息素,减少死锁问题的发生;再者,通过重新设计启发式信息函数并引入分级式信息素因子改进状态转移概率函数,以提高收敛速度,缩短路径长度;最后,采用路径优化策略删减不必要路径节点,以进一步缩短路径长度、提升平滑度,提高路径质量。仿真结果表明,在简单环境中,JPOACO算法求得的路径长度较传统蚁群算法和另一种优化蚁群算法短约22.6%和2.0%,收敛迭代次数、收敛时间分别减少约77.0%、77.5%和49.3%、87.8%,零死亡迭代次数和零死亡时间较后者减少约19.5%和80.5%;在复杂菠萝种植环境中,JPOACO算法较传统蚁群算法和另一种优化蚁群算法求得的路径长度短16.6%和4.7%,收敛迭代次数、收敛时间分别减少约77.1%、17.4%和73.7%、47.4%,零死亡迭代次数和零死亡时间较后者减少约34.3%和58.2%,表明本文算法具有较高的适用性和可行性。 展开更多
关键词 菠萝园 路径规划 蚁群算法 跳点搜索算法 死锁
在线阅读 下载PDF
融合蚁群算法和差分Transformer的农业机器人路径规划研究 被引量:1
19
作者 李娟 张振荣 《中国农机化学报》 北大核心 2025年第7期164-172,共9页
针对农业机器人在复杂田间环境中路径规划精度不足、避障能力有限的问题,提出一种融合蚁群算法和差分Transformer的新型路径规划方法。采用蚁群算法进行初始全局路径搜索,利用其分布式并行搜索能力生成初始可行路径。针对传统蚁群算法... 针对农业机器人在复杂田间环境中路径规划精度不足、避障能力有限的问题,提出一种融合蚁群算法和差分Transformer的新型路径规划方法。采用蚁群算法进行初始全局路径搜索,利用其分布式并行搜索能力生成初始可行路径。针对传统蚁群算法中信息素更新方式容易陷入局部最优、对环境动态变化适应性差的缺陷,设计差分Transformer模型替代原有的信息素更新方法。差分Transformer通过自注意力机制,捕捉路径节点之间的长距离依赖关系和非线性特征,对信息素进行更精准地更新和分配,增强算法对复杂环境的适应能力。实验结果表明,所提出的方法在路径长度、规划时间和避障成功率等指标上均优于传统算法。具体而言,与蚁群算法相比,区域规模为50时,路径长度平均减少16.8%,从平均150 m降至125 m;规划时间缩短23.5%,从平均2.13 s降至1.63 s;避障成功率提高11.2%,达到96.5%。该研究为农业机器人自主导航提供有效的解决方案,具有重要的理论意义和应用价值。 展开更多
关键词 农业机器人 路径规划 蚁群算法 差分Transformer 智慧农业
在线阅读 下载PDF
基于阻塞栅格地图的煤矿救援机器人路径规划 被引量:1
20
作者 邵小强 刘明乾 +3 位作者 马博 李浩 吕植越 韩泽辉 《煤炭科学技术》 北大核心 2025年第7期249-261,共13页
针对矿难发生后,煤矿救援机器人面对井下复杂环境使用路径规划算法耗时太长,路径规划过程中产生冗余点过多且易陷入死锁的问题,提出一种基于类型匹配的栅格地图阻塞算法,该算法可通过迭代阻塞以减少栅格地图中无需探索的可通行节点数量... 针对矿难发生后,煤矿救援机器人面对井下复杂环境使用路径规划算法耗时太长,路径规划过程中产生冗余点过多且易陷入死锁的问题,提出一种基于类型匹配的栅格地图阻塞算法,该算法可通过迭代阻塞以减少栅格地图中无需探索的可通行节点数量。算法的阻塞过程利用定义的栅格节点和其邻节点构成的3×3子图类型与栅格地图进行匹配。首先根据路径规划算法的寻路特点定义可阻塞栅格类型和不可阻塞栅格类型;然后按照各种类型特征进行建模,为每种类型设置权重和偏置;最后将各类型子图与初始栅格地图通过二维卷积操作进行匹配以阻塞无需拓展节点,在使用基于栅格地图的路径规划算法之前对输入栅格地图进行阻塞处理。阻塞节点不会断开原始栅格地图中存在最小成本路径。结果表明:该算法可应用于各种栅格环境地图中,在真实煤矿井下栅格地图环境下,与单独使用路径规划算法相比,使用本文算法结合A*算法与仅使用A*算法相比,该算法结合A*算法路径规划总时间减少60.0%,拓展节点数量减少60.4%;结合蚁群算法与仅使用蚁群算法相比,该算法结合蚁群算法路径规划总时间减少55.8%,迭代次数减少53.7%。所提算法极大缩小了路径规划时间,解决了路径规划死锁问题,在复杂环境地图中优势明显,保证事故救援的及时性。 展开更多
关键词 煤矿救援机器人 栅格地图 阻塞栅格地图 A*算法 蚁群算法
在线阅读 下载PDF
上一页 1 2 208 下一页 到第
使用帮助 返回顶部