期刊文献+
共找到694篇文章
< 1 2 35 >
每页显示 20 50 100
Two-Dimension Path Planning Method Based on Improved Ant Colony Algorithm 被引量:4
1
作者 Rong Wang Hong Jiang 《Advances in Pure Mathematics》 2015年第9期571-578,共8页
Nowadays, path planning has become an important field of research focus. Considering that the ant colony algorithm has numerous advantages such as the distributed computing and the characteristics of heuristic search,... Nowadays, path planning has become an important field of research focus. Considering that the ant colony algorithm has numerous advantages such as the distributed computing and the characteristics of heuristic search, how to combine the algorithm with two-dimension path planning effectively is much important. In this paper, an improved ant colony algorithm is used in resolving this path planning problem, which can improve convergence rate by using this improved algorithm. MAKLINK graph is adopted to establish the two-dimensional space model at first, after that the Dijkstra algorithm is selected as the initial planning algorithm to get an initial path, immediately following, optimizing the select parameters relating on the ant colony algorithm and its improved algorithm. After making the initial parameter, the authors plan out an optimal path from start to finish in a known environment through ant colony algorithm and its improved algorithm. Finally, Matlab is applied as software tool for coding and simulation validation. Numerical experiments show that the improved algorithm can play a more appropriate path planning than the origin algorithm in the completely observable. 展开更多
关键词 PATH PLANNING DIJKSTRA improved ant colony algorithm
在线阅读 下载PDF
Improved Ant Colony Algorithm for Vehicle Scheduling Problem in Airport Ground Service Support 被引量:4
2
作者 Yaping Zhang Ye Chen +2 位作者 Yu Zhang Jian Mao Qian Luo 《Journal of Harbin Institute of Technology(New Series)》 CAS 2023年第1期1-12,共12页
Support vehicles are part of the main body of airport ground operations,and their scheduling efficiency directly impacts flight delays.A mathematical model is constructed and the responsiveness of support vehicles for... Support vehicles are part of the main body of airport ground operations,and their scheduling efficiency directly impacts flight delays.A mathematical model is constructed and the responsiveness of support vehicles for current operational demands is proposed to study optimization algorithms for vehicle scheduling.The model is based on the constraint relationship of the initial operation time,time window,and gate position distribution,which gives an improvement to the ant colony algorithm(ACO).The impacts of the improved ACO as used for support vehicle optimization are compared and analyzed.The results show that the scheduling scheme of refueling trucks based on the improved ACO can reduce flight delays caused by refueling operations by 56.87%,indicating the improved ACO can improve support vehicle scheduling.Besides,the improved ACO can jump out of local optima,which can balance the working time of refueling trucks.This research optimizes the scheduling scheme of support vehicles under the existing conditions of airports,which has practical significance to fully utilize ground service resources,improve the efficiency of airport ground operations,and effectively reduce flight delays caused by ground service support. 展开更多
关键词 airport surface traffic ground service support vehicle scheduling topology model improved ant colony algorithm response value
在线阅读 下载PDF
Buffer allocation method of serial production lines based on improved ant colony optimization algorithm 被引量:2
3
作者 周炳海 Yu Jiadi 《High Technology Letters》 EI CAS 2016年第2期113-119,共7页
Buffer influences the performance of production lines greatly.To solve the buffer allocation problem(BAP) in serial production lines with unreliable machines effectively,an optimization method is proposed based on an ... Buffer influences the performance of production lines greatly.To solve the buffer allocation problem(BAP) in serial production lines with unreliable machines effectively,an optimization method is proposed based on an improved ant colony optimization(IACO) algorithm.Firstly,a problem domain describing buffer allocation is structured.Then a mathematical programming model is established with an objective of maximizing throughput rate of the production line.On the basis of the descriptions mentioned above,combining with a two-opt strategy and an acceptance probability rule,an IACO algorithm is built to solve the BAP.Finally,the simulation experiments are designed to evaluate the proposed algorithm.The results indicate that the IACO algorithm is valid and practical. 展开更多
关键词 buffer allocation improved ant colony optimization (IACO) algorithm serial pro-duction line throughput rate
在线阅读 下载PDF
Improved ant colony optimization for multi-depot heterogeneous vehicle routing problem with soft time windows 被引量:10
4
作者 汤雅连 蔡延光 杨期江 《Journal of Southeast University(English Edition)》 EI CAS 2015年第1期94-99,共6页
Considering that the vehicle routing problem (VRP) with many extended features is widely used in actual life, such as multi-depot, heterogeneous types of vehicles, customer service priority and time windows etc., a ... Considering that the vehicle routing problem (VRP) with many extended features is widely used in actual life, such as multi-depot, heterogeneous types of vehicles, customer service priority and time windows etc., a mathematical model for multi-depot heterogeneous vehicle routing problem with soft time windows (MDHVRPSTW) is established. An improved ant colony optimization (IACO) is proposed for solving this model. First, MDHVRPSTW is transferred into different groups according to the nearest principle, and then the initial route is constructed by the scanning algorithm (SA). Secondly, genetic operators are introduced, and crossover probability and mutation probability are adaptively adjusted in order to improve the global search ability of the algorithm. Moreover, the smooth mechanism is used to improve the performance of the ant colony optimization (ACO). Finally, the 3-opt strategy is used to improve the local search ability. The proposed IACO was tested on three new instances that were generated randomly. The experimental results show that IACO is superior to the other three existing algorithms in terms of convergence speed and solution quality. Thus, the proposed method is effective and feasible, and the proposed model is meaningful. 展开更多
关键词 vehicle routing problem soft time window improved ant colony optimization customer service priority genetic algorithm
在线阅读 下载PDF
A Routing Algorithm for Risk-Scanning Agents Using Ant Colony Algorithm in P2P Network
5
作者 TANG Zhuo LU Zhengding LI Ruixuan 《Wuhan University Journal of Natural Sciences》 CAS 2006年第5期1097-1103,共7页
This paper describes a routing algorithm for risk scanning agents using ant colony algorithm in P2P(peerto peer) network. Every peer in the P2P network is capable of updating its routing table in a real-time way, wh... This paper describes a routing algorithm for risk scanning agents using ant colony algorithm in P2P(peerto peer) network. Every peer in the P2P network is capable of updating its routing table in a real-time way, which enables agents to dynamically and automatically select, according to current traffic condition of the network, the global optimal traversal path. An adjusting mechanism is given to adjust the routing table when peers join or leave. By means of exchanging pheromone intensity of part of paths, the algorithm provides agents with more choices as to which one to move and avoids prematurely reaching local optimal path. And parameters of the algorithm are determined by lots of simulation testing. And we also compare with other routing algorithms in unstructured P2P network in the end. 展开更多
关键词 RISK ant colony algorithm P2P
在线阅读 下载PDF
A Scheme Library-Based Ant Colony Optimization with 2-Opt Local Search for Dynamic Traveling Salesman Problem
6
作者 Chuan Wang Ruoyu Zhu +4 位作者 Yi Jiang Weili Liu Sang-Woon Jeon Lin Sun Hua Wang 《Computer Modeling in Engineering & Sciences》 SCIE EI 2023年第5期1209-1228,共20页
The dynamic traveling salesman problem(DTSP)is significant in logistics distribution in real-world applications in smart cities,but it is uncertain and difficult to solve.This paper proposes a scheme library-based ant... The dynamic traveling salesman problem(DTSP)is significant in logistics distribution in real-world applications in smart cities,but it is uncertain and difficult to solve.This paper proposes a scheme library-based ant colony optimization(ACO)with a two-optimization(2-opt)strategy to solve the DTSP efficiently.The work is novel and contributes to three aspects:problemmodel,optimization framework,and algorithmdesign.Firstly,in the problem model,traditional DTSP models often consider the change of travel distance between two nodes over time,while this paper focuses on a special DTSP model in that the node locations change dynamically over time.Secondly,in the optimization framework,the ACO algorithm is carried out in an offline optimization and online application framework to efficiently reuse the historical information to help fast respond to the dynamic environment.The framework of offline optimization and online application is proposed due to the fact that the environmental change inDTSPis caused by the change of node location,and therefore the newenvironment is somehowsimilar to certain previous environments.This way,in the offline optimization,the solutions for possible environmental changes are optimized in advance,and are stored in a mode scheme library.In the online application,when an environmental change is detected,the candidate solutions stored in the mode scheme library are reused via ACO to improve search efficiency and reduce computational complexity.Thirdly,in the algorithm design,the ACO cooperates with the 2-opt strategy to enhance search efficiency.To evaluate the performance of ACO with 2-opt,we design two challenging DTSP cases with up to 200 and 1379 nodes and compare them with other ACO and genetic algorithms.The experimental results show that ACO with 2-opt can solve the DTSPs effectively. 展开更多
关键词 Dynamic traveling salesman problem(DTSP) offline optimization and online application ant colony optimization(ACO) two-optimization(2-opt)strategy
在线阅读 下载PDF
Improved algorithms to plan missions for agile earth observation satellites 被引量:3
7
作者 Huicheng Hao Wei Jiang Yijun Li 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2014年第5期811-821,共11页
This study concentrates of the new generation of the agile (AEOS). AEOS is a key study object on management problems earth observation satellite in many countries because of its many advantages over non-agile satell... This study concentrates of the new generation of the agile (AEOS). AEOS is a key study object on management problems earth observation satellite in many countries because of its many advantages over non-agile satellites. Hence, the mission planning and scheduling of AEOS is a popular research problem. This research investigates AEOS characteristics and establishes a mission planning model based on the working principle and constraints of AEOS as per analysis. To solve the scheduling issue of AEOS, several improved algorithms are developed. Simulation results suggest that these algorithms are effective. 展开更多
关键词 mission planning immune clone algorithm hybrid genetic algorithm (EA) improved ant colony algorithm general particle swarm optimization (PSO) agile earth observation satellite (AEOS).
在线阅读 下载PDF
基于2-Opt的MMAS算法解决TSP问题研究 被引量:5
8
作者 扈华 付学良 王冬青 《内蒙古农业大学学报(自然科学版)》 CAS 北大核心 2014年第6期142-146,共5页
蚁群算法解决TSP问题时的收敛速度慢、易陷入局部最优。提出了一种基于2-Opt的MMAS型蚁群算法,MMAS可以有效地提高收敛速度,在陷入局部最优后,利用2-Opt搜索算法对局部最优路径进行调整,提高了发现更优路径的可能性,且2-Opt算法简单、... 蚁群算法解决TSP问题时的收敛速度慢、易陷入局部最优。提出了一种基于2-Opt的MMAS型蚁群算法,MMAS可以有效地提高收敛速度,在陷入局部最优后,利用2-Opt搜索算法对局部最优路径进行调整,提高了发现更优路径的可能性,且2-Opt算法简单、易于实现。实验证明,改进后的蚁群算法在收敛速度的提升和更优路径的发现能力上都得到了较大提高。 展开更多
关键词 蚁群算法 最大最小蚂蚁系统 两元素优化 旅行商问题
原文传递
改进蚁群算法下城市地铁-公交耦合网络布局效率优化
9
作者 陈星星 靳婷 《吉林大学学报(工学版)》 北大核心 2026年第2期480-487,共8页
城市地铁-公交网络站点交叉重叠、线路复杂,高峰时段的客流潮汐现象下,布局不合理的交通网络难以资源互补,导致线路换乘乘客出行耗时延长、交通碳排放量增大。为此,提出改进蚁群算法下城市地铁-公交耦合网络布局效率优化方法。该方法通... 城市地铁-公交网络站点交叉重叠、线路复杂,高峰时段的客流潮汐现象下,布局不合理的交通网络难以资源互补,导致线路换乘乘客出行耗时延长、交通碳排放量增大。为此,提出改进蚁群算法下城市地铁-公交耦合网络布局效率优化方法。该方法通过耦合站点对和耦合距离完成城市地铁-公交耦合网络中交叉重叠线路、站点的复杂拓扑结构连接,实现地铁-公交交通资源互补;基于拓扑结构,设计换乘乘客出行耗时和交通碳排放量减少的换乘站点布局目标函数,以及碳排放效益最大化的约束条件,以解决换乘乘客出行耗时延长、交通碳排放量增大问题;改进传统蚁群算法的信息素挥发系数的自适应设置方法,快速求解满足目标函数与约束条件的地铁-公交耦合网络换乘站点位置、线路走向的布局方案。研究结果显示:该方法可以将复杂的城市地铁-公交耦合换乘网络用耦合站点对和耦合线路关联起来,完成耦合建模。本文方法改进蚁群算法后,算法对布局优化方案的求解时长最大值低于1 s,明显小于优化前。城市地铁-公交耦合网络布局优化后,换乘乘客的换乘步行距离变化值为-16 m,步行时间缩短-5.46%。换乘乘客的出行总时间减少1.18 h。城市地铁-公交耦合网络换乘效率提升,碳排放效益显著,且求解布局优化方案时更加高效。 展开更多
关键词 改进蚁群算法 城市地铁-公交 耦合网络 布局效率优化 信息素挥发系数 碳排放效益
原文传递
An Improved ACO Path Planning Algorithm for Navigation in Weighed Lattice Map
10
作者 WANG Bofan MA Ziqing +2 位作者 SONG Zeyuan YAO Haizheng YUAN Quan 《同济大学学报(自然科学版)》 2025年第S1期236-247,共12页
In autonomous navigation and robotics,particularly within intelligent transportation systems,efficient and precise path planning is essential for navigation through complex environments.While traditional path planning... In autonomous navigation and robotics,particularly within intelligent transportation systems,efficient and precise path planning is essential for navigation through complex environments.While traditional path planning algorithms such as ACO show potential,they frequently encounter limitations in directionality and local optima challenges.This paper introduces an enhanced algorithm—ACO-ESD.Through the implementation of a Step Direction Judgement mechanism that considers pheromone concentrations,heuristic functions,and supplementary indices,the ACOESD algorithm significantly improves path search directionality,expedites convergence,and effectively circumvents local optima.Simulation results indicate that the ACO-ESD algorithm surpasses traditional ACO algorithms in path efficiency,accuracy,and convergence rate,offering an effective solution for path planning in complex weighted lattice maps. 展开更多
关键词 path planning algorithm improved ant colony optimization weighted lattice map enhanced step direction mechanism multi-objective function elite ant selection strategy
在线阅读 下载PDF
基于改进蚁群算法的车辆环保路径规划方法
11
作者 陈昱光 高加尧 +2 位作者 胡山 黄金涛 郭凤香 《深圳大学学报(理工版)》 北大核心 2026年第1期57-64,共8页
为减少城市道路上的汽车尾气排放和燃油消耗,提出一种基于改进蚁群算法的车辆环保行驶路径诱导方法.基于比功率法构建汽车行驶过程尾气排放模型,建立以汽车燃油消耗和尾气排放最小为目标的混合整数规划模型,通过改进蚁群算法对模型进行... 为减少城市道路上的汽车尾气排放和燃油消耗,提出一种基于改进蚁群算法的车辆环保行驶路径诱导方法.基于比功率法构建汽车行驶过程尾气排放模型,建立以汽车燃油消耗和尾气排放最小为目标的混合整数规划模型,通过改进蚁群算法对模型进行求解.以中国云南省玉溪市某区域作为研究对象,通过对该区域车载诊断系统数据的实验分析表明,与最短路径相比,本方法所求解路径在总长度增加10.95%的情况下,车辆行驶总排放量减少10.97%,总油耗量减少17.63%.车辆环保路径可在汽车行驶距离小幅增长的情况下,有效降低行驶过程产生的排放和油耗. 展开更多
关键词 城市交通管理 路径规划 节能减排 车载诊断系统数据 比功率法 改进蚁群算法
在线阅读 下载PDF
基于改进蚁群算法的机器人路径规划研究
12
作者 杨洁 张雅婕 梁静琳 《内燃机与配件》 2026年第6期110-113,共4页
针对移动机器人路径规划问题,提出一种基于改进蚁群算法的路径规划。首先,根据移动机器人所处的环境使用栅格法来建立环境模型,然后通过对经典蚁群算法进行分析和缺陷的认知;接着根据这些缺点,提出通过改变信息素初始分布、修改启发式... 针对移动机器人路径规划问题,提出一种基于改进蚁群算法的路径规划。首先,根据移动机器人所处的环境使用栅格法来建立环境模型,然后通过对经典蚁群算法进行分析和缺陷的认知;接着根据这些缺点,提出通过改变信息素初始分布、修改启发式因子以及信息素更新模式来改进蚁群算法;最后,通过实验,证明该改进型蚁群算法可以提高路径搜索效率和路径规划能力。因此说明该改进算法可以克服传统蚁群算法的缺陷,同时可以提升算法的算法效率。 展开更多
关键词 移动机器人 路径规划 改进蚁群算法 栅格法
在线阅读 下载PDF
考虑时变速度的混合车队冷链物流联合配送路径问题优化
13
作者 初良勇 林明秀 +1 位作者 杨子豪 张一鸣 《计算机工程与应用》 北大核心 2026年第6期354-366,共13页
针对时变速度下燃油车与电动车混合车队协同配送的多中心车辆路径问题,基于实际路况,引入加速度建立速度-时间依赖函数;结合车辆时变速度与积分理论分析电动车与燃油车的能耗,建立相应的非线性能耗测度模型。在此基础上,综合考虑客户服... 针对时变速度下燃油车与电动车混合车队协同配送的多中心车辆路径问题,基于实际路况,引入加速度建立速度-时间依赖函数;结合车辆时变速度与积分理论分析电动车与燃油车的能耗,建立相应的非线性能耗测度模型。在此基础上,综合考虑客户服务时间窗、车辆载重和里程限制等因素,以冷链物流总成本最小化为目标构建了考虑时变速度的燃油车-电动车协同配送的多中心路径优化模型。根据问题特征,设计两阶段法产生初始解,提出一种混合的改进蚁群-自适应大邻域搜索算法,通过改进状态转移规则、引入4种移除算子和2种插入算子增强全局探索与局部开发能力。采用Cordeau算例验证了算法的有效性,并选取了Solomon VRPTW基准算例进行实验,分析不同配送模式、路网特性和车辆载重对配送方案的影响。研究成果丰富了VRP的研究领域,也为企业合理调度运输资源、优化配送方案提供了决策参考。 展开更多
关键词 时变速度 混合车队 多中心联合配送 混合改进蚁群-自适应大邻域搜索算法
在线阅读 下载PDF
基于K-means聚类和改进蚁群算法的跨境电商仓储选址优化研究
14
作者 邱国斌 易玉涛 《物流研究》 2026年第1期84-92,共9页
为解决传统选址方法无法动态适配跨境场景的问题,本文针对跨境电商仓储选址的复杂性与灵活性,结合跨境电商特有的国际物流成本、关税政策、区域市场需求、汇率波动等核心要素,构建基于K-means聚类和改进蚁群算法的跨境电商仓储选址模型... 为解决传统选址方法无法动态适配跨境场景的问题,本文针对跨境电商仓储选址的复杂性与灵活性,结合跨境电商特有的国际物流成本、关税政策、区域市场需求、汇率波动等核心要素,构建基于K-means聚类和改进蚁群算法的跨境电商仓储选址模型。本研究通过在多约束条件下的MATLAB软件仿真模拟,将现有选址与优化后选址进行比较。研究表明,该模型能够有效优化跨境电商仓储选址方案,为企业在全球供应链布局中提供科学决策支持。 展开更多
关键词 跨境电商 仓储选址 改进蚁群算法 MATLAB仿真 K-MEANS聚类
原文传递
改进蚁群算法在P2P网络资源搜索中的应用 被引量:3
15
作者 赵开新 魏勇 王东署 《火力与指挥控制》 CSCD 北大核心 2015年第5期139-142,共4页
针对P2P网络搜索算法中冗余查询消息过多,资源搜索效率低的问题,提出了基于改进蚁群算法的P2P资源搜索算法,算法中在选择邻节点查询时,综合考虑到本地资源情况、邻节点资源情况、邻节点资源相似度等因素,尽量避开了资源搜索中的恶意节点... 针对P2P网络搜索算法中冗余查询消息过多,资源搜索效率低的问题,提出了基于改进蚁群算法的P2P资源搜索算法,算法中在选择邻节点查询时,综合考虑到本地资源情况、邻节点资源情况、邻节点资源相似度等因素,尽量避开了资源搜索中的恶意节点,并改进了基本蚁群算法的状态转移规则,从而避免了查询消息的盲目发送。仿真实验表明,与传统资源搜索算法K-radom-walks和Flooding相比,该算法在搜索命中率和带宽利用率方面有明显提高。 展开更多
关键词 改进蚁群算法 P2P 资源搜索 查询消息
在线阅读 下载PDF
基于改进蚁群算法的B2B城配模式下车辆路径优化 被引量:13
16
作者 陈志新 闫昊炜 +1 位作者 张昕宇 张志浩 《公路交通科技》 CSCD 北大核心 2023年第7期231-238,共8页
考虑到物流城配企业在制订高效配送方案时需要更优化的车辆路径,提出了一种改进的蚁群算法并将其应用于城市B2B模式下车辆配送的路径优化。针对传统蚁群算法中只考虑收货点之间的距离和路径上的信息素浓度对状态转移概率公式的影响,而... 考虑到物流城配企业在制订高效配送方案时需要更优化的车辆路径,提出了一种改进的蚁群算法并将其应用于城市B2B模式下车辆配送的路径优化。针对传统蚁群算法中只考虑收货点之间的距离和路径上的信息素浓度对状态转移概率公式的影响,而没有考虑从蚂蚁转移后的位置返回配送中心的距离,路径上的信息素浓度过高而导致寻优陷入局部最优解,或因为路径上的信息素浓度过低而影响算法收敛和寻优效率,对所有蚂蚁遍历完所有待访问的收货点后搜索到的所有路径上的信息素进行更新而导致算法收敛和计算效率降低等缺陷,改进了算法中的状态转移概率公式、优化了信息素浓度设定和更新方式,设计了改进蚁群算法的实现步骤。配送线路的安排是决定配送成本、准时性、效益等配送水平高低的关键。以某城市的啤酒配送中心业务为例,建立了B2B城配模式下的车辆配送路径优化模型并求解,验证了改进算法的可行性及有效性。将改进蚁群算法与基本蚁群算法进行了多次对比试验。结果表明:改进蚁群算法求得的最优解的路径长度和取得最优解的概率都优于基本蚁群算法;原调度系统根据订单数据调用改进算法,能实现配送和运输成本最低的车辆调度,为配送车辆提供最佳配送路线,并调用百度地图将智能规划的各车辆的最优配送路径进行可视化展示。 展开更多
关键词 物流工程 路径优化 改进蚁群算法 车辆调度系统 B2B模式
原文传递
考虑海洋环境影响的AUV路径规划算法研究
17
作者 王海龙 王迪 +2 位作者 王冰 刘萌萌 王俊伟 《舰船科学技术》 北大核心 2026年第2期157-165,共9页
针对自主水下航行器(Autonomous Underwater Vehicles,AUV)在全局路径规划环境模型的复杂性问题,本文采用栅格法进行环境建模。在数学优化模型中,综合了路径长度、能耗和路径平滑度为评价准则。本文提出一种考虑海洋地形及涡流影响的AU... 针对自主水下航行器(Autonomous Underwater Vehicles,AUV)在全局路径规划环境模型的复杂性问题,本文采用栅格法进行环境建模。在数学优化模型中,综合了路径长度、能耗和路径平滑度为评价准则。本文提出一种考虑海洋地形及涡流影响的AUV路径规划改进蚁群算法,通过改进初始信息素分布,提出一种基于轴向-基础双高斯混合分布的初始化策略,并采用自适应的启发函数因子以及信息素因子和挥发素得到最优解。同时,考虑AUV在海底运行时的三维空间,需要目标点进行引导来加快收敛速度进而改进启发函数。最后根据海底地形信息和由涡流形成的洋流模型,设置2种地形进行仿真实验。通过实验可以得出,本文所提算法求解精度更高、收敛速度更快、稳定性更强。 展开更多
关键词 AUV 三维路径规划 改进蚁群算法 洋流 海底地形
在线阅读 下载PDF
基于改进蚁群算法的城市巡逻防控路径规划仿真
18
作者 张哲 《指挥控制与仿真》 2026年第1期85-90,共6页
以执勤巡逻为任务背景,重点针对城市重点区域巡逻防控路径规划问题,综合考虑城市道路距离、恐怖袭击威胁、天气等多重因素。使用Matlab仿真模拟生成某城市区域地图,基于改进蚁群算法规划城市巡逻防控路径,通过对比实验验证改进蚁群算法... 以执勤巡逻为任务背景,重点针对城市重点区域巡逻防控路径规划问题,综合考虑城市道路距离、恐怖袭击威胁、天气等多重因素。使用Matlab仿真模拟生成某城市区域地图,基于改进蚁群算法规划城市巡逻防控路径,通过对比实验验证改进蚁群算法在巡逻路径规划上的可行性、可靠性及高效性。实验结果表明,改进蚁群算法迭代次数较少,耗时显著低于其他方法,并且适用于复杂条件下的巡逻路线规划问题,可为巡逻防控提供有力的技术支撑。 展开更多
关键词 巡逻防控 路径规划 改进蚁群算法
在线阅读 下载PDF
IACO优化Logistic混沌序列在无线传感器网络布局中应用
19
作者 陈静 《技术与市场》 2026年第1期33-36,共4页
为了压缩通信成本并减少传感器个数,采用蚁群算法的优化路径。标准混沌序列算法存在分簇随机的问题,为此引入混沌算子,提出一种利用改进蚁群算法(IACO)对Logistic混沌序列方法进行改进,并成功应用于无线传感器网络布局中。研究结果表明... 为了压缩通信成本并减少传感器个数,采用蚁群算法的优化路径。标准混沌序列算法存在分簇随机的问题,为此引入混沌算子,提出一种利用改进蚁群算法(IACO)对Logistic混沌序列方法进行改进,并成功应用于无线传感器网络布局中。研究结果表明:随着迭代周期的增加,通信成本降低,可有效防止出现局部最佳的现象。相比贪心算法(Greedy)与IACO方法,改进蚁群算法-最长公共子序列算法(IACO-LCS)的通信成本显著降低,达到目标收益。该研究对提高无线传感器布局优化能力具有一定的理论指导意义。 展开更多
关键词 无线传感器 布局优化 改进蚁群算法 LOGISTIC混沌序列 搜索速度
在线阅读 下载PDF
基于无人机自主巡检技术的抽水蓄能站巡检任务规划模型
20
作者 毛鹏飞 刘晔 +2 位作者 张杰 杨晓宇 谢晓君 《微型电脑应用》 2026年第2期163-167,共5页
为了提高抽水蓄能站巡检效果,设计基于无人机自主巡检技术的抽水蓄能站巡检任务规划模型。将最小成本费用、最大覆盖率作为目标函数,并将续航时间、无人机数量、无人机飞行航线的闭合回路、变量作为约束条件,采用改进蚁群算法求解无人... 为了提高抽水蓄能站巡检效果,设计基于无人机自主巡检技术的抽水蓄能站巡检任务规划模型。将最小成本费用、最大覆盖率作为目标函数,并将续航时间、无人机数量、无人机飞行航线的闭合回路、变量作为约束条件,采用改进蚁群算法求解无人机自主巡检技术的抽水蓄能站巡检任务规划模型的最优解,即无人机自主巡检技术的抽水蓄能站巡检任务最优规划方案,实现抽水蓄能站巡检。实验结果表明,所提出的方法在简单环境和复杂环境下均具有较强的鲁棒性,可以在短时间内达到收敛,并具有明确的方向性,对无人机航径搜索能力较高,可快速得出最优的无人机航径。完成抽水蓄能站的巡检任务需要最少安排4架无人机对抽水蓄能站巡检目标区域实施巡检,其平均覆盖率高达90.34%,可有效提升抽水蓄能站的巡检任务规划效果。 展开更多
关键词 无人机 自主巡检技术 抽水蓄能站 巡检任务 规划模型 改进蚁群算法
在线阅读 下载PDF
上一页 1 2 35 下一页 到第
使用帮助 返回顶部