期刊文献+
共找到3,704篇文章
< 1 2 186 >
每页显示 20 50 100
基于ARIMA与GGACO算法的ETL任务调度机制研究
1
作者 周金治 刘艺涵 吴斌 《控制工程》 北大核心 2025年第2期208-215,共8页
随着抽取-转换-加载(extraction-transformation-loading,ETL)系统的ETL任务量增多,任务复杂度和波动性也随之提升,现有的ETL任务调度机制难以满足调度需求,如时间片轮转法受限于弹性调度能力弱、效率低下等缺点。为研究如何提升ETL任... 随着抽取-转换-加载(extraction-transformation-loading,ETL)系统的ETL任务量增多,任务复杂度和波动性也随之提升,现有的ETL任务调度机制难以满足调度需求,如时间片轮转法受限于弹性调度能力弱、效率低下等缺点。为研究如何提升ETL任务调度机制的弹性调度能力以及执行效率,提出了一种基于整合移动平均自回归(autoregressive integrated moving average,ARIMA)模型与贪心-遗传-蚁群优化(greedy-genetic-ant colony optimization,GGACO)算法的ETL任务调度机制。初期,建立ARIMA模型并弹性地结合贪心算法计算初始解;中期,利用遗传算法的全局快收敛的特性结合初始解圈定最优解的大致范围;最后,利用蚁群优化算法的局部快速收敛性进行最优解搜索。实验结果表明:该调度机制能够弹性地指导任务调度尽可能地找到最优解,减少任务的执行时间,以及尽可能实现更高效的负载均衡。 展开更多
关键词 弹性调度 ARIMA 贪心算法 遗传算法 蚁群优化算法
在线阅读 下载PDF
基于DHPA^(*)-DSACO算法的AGV路径规划研究
2
作者 王俊岭 刘佳年 +1 位作者 边俊君 王振东 《机床与液压》 北大核心 2025年第5期15-23,共9页
自主引导车(AGV)的路径规划算法是确保其正常运行的关键部分。针对A^(*)算法在路径规划过程中存在的搜索效率低、路径曲率大的问题,以及蚁群ACO算法收敛速度慢和对参数敏感等缺陷,提出一种动态启发式惩罚A^(*)与动态感知蚁群优化算法相... 自主引导车(AGV)的路径规划算法是确保其正常运行的关键部分。针对A^(*)算法在路径规划过程中存在的搜索效率低、路径曲率大的问题,以及蚁群ACO算法收敛速度慢和对参数敏感等缺陷,提出一种动态启发式惩罚A^(*)与动态感知蚁群优化算法相融合的算法—DHPA^(*)-DSACO。DHPA^(*)算法通过设置动态权重因子,结合父节点启发距离,并引入转弯惩罚项,以降低运行时间和路径曲率。DSACO算法通过设置自适应蚁群启发因子和动态挥发因子,优化信息素更新策略,从而缩短路径长度。同时,该算法利用B样条曲线对路径进行平滑处理。为验证算法的可行性,在PyCharm环境中将DHPA^(*)-DSACO算法与其他算法进行对比测试,并对实验结果进行了分析。最后,为了模拟真实世界中的情况,基于ROS系统建立仿真平台,验证了DHPA^(*)-DSACO算法的有效性。结果表明:DHPA^(*)-DSACO算法有效降低了路径长度、曲率和运行时间,显著提升了运行效率。此外,该算法还能有效避免算法陷入局部最优解,减少收敛迭代次数,进一步增强了算法的鲁棒性,使其更好地适应AGV的实际运行情况。 展开更多
关键词 路径规划 蚁群算法 A^(*)算法 B样条曲线
在线阅读 下载PDF
Improved ant colony optimization algorithm for the traveling salesman problems 被引量:22
3
作者 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
4
作者 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
5
作者 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
6
作者 李夕兵 王泽伟 +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
Spatial quality evaluation for drinking water based on GIS and ant colony clustering algorithm 被引量:4
7
作者 侯景伟 米文宝 李陇堂 《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 UAV cloud control system based on ant colony algorithm 被引量:3
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
Research on Data Routing Model Based on Ant Colony Algorithms 被引量:1
9
作者 龚跃 吴航 +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
基于ACO-ANFIS的多变量生产过程在线质量预测
10
作者 杨薪玉 刘玉敏 王宁 《统计与决策》 北大核心 2025年第13期70-75,共6页
数据的高维度和非线性是影响多变量生产过程在线质量预测的瓶颈。文章将自适应神经模糊推理系统(ANFIS)和蚁群优化算法(ACO)相结合,提出了一种基于ACO-ANFIS的多变量生产过程在线质量预测新方法。首先,对生产过程数据采用模糊C均值聚类... 数据的高维度和非线性是影响多变量生产过程在线质量预测的瓶颈。文章将自适应神经模糊推理系统(ANFIS)和蚁群优化算法(ACO)相结合,提出了一种基于ACO-ANFIS的多变量生产过程在线质量预测新方法。首先,对生产过程数据采用模糊C均值聚类进行数据降维,有效地减少了模糊推理系统的规则数,提高了ANFIS模型的泛化能力;其次,采用ACO算法对ANFIS模型参数进行优化,提高了模型的预测精度;最后,运用所提方法对青霉素发酵过程进行实证分析,并与GA-ANFIS和PSO-ANFIS预测模型进行对比,验证了所提方法的有效性与准确性。 展开更多
关键词 多变量生产过程 质量预测 自适应神经模糊推理系统 蚁群优化算法
在线阅读 下载PDF
ACO使能的边缘计算系统服务部署和计算任务卸载方法
11
作者 邓福康 许英豪 +1 位作者 张建山 陈星 《小型微型计算机系统》 北大核心 2025年第2期314-320,共7页
随着物联网和5G的不断发展,用户对流畅体验感的需求日益迫切,对于数据传输速率、响应延迟和服务质量的要求不断提高.边缘计算范式能够使服务器更加接近用户和设备,更快地响应数据请求,提高网络的效率和可扩展性,从而提供更好的用户体验... 随着物联网和5G的不断发展,用户对流畅体验感的需求日益迫切,对于数据传输速率、响应延迟和服务质量的要求不断提高.边缘计算范式能够使服务器更加接近用户和设备,更快地响应数据请求,提高网络的效率和可扩展性,从而提供更好的用户体验.在此基础上了,本文提出了一种多边缘计算服务器协同提供计算服务的网络系统模型,并定义了服务部署和计算任务卸载联合优化问题.针对该问题,提出了一种基于蚁群优化算法(Ant Colony Optimization,ACO)的服务部署和计算任务卸载联合优化问题解决策略.实验结果表明,相较于基准策略,所提出的策略能够显著降低任务完成时延和能耗,并有效提高网络的效率和可扩展性. 展开更多
关键词 边缘计算 服务部署 任务卸载 蚁群优化算法
在线阅读 下载PDF
基于ACO-BP神经网络的储能电源上壳件气辅成型工艺参数优化
12
作者 杨明 刘赛 +3 位作者 刘巨保 李峰 姚建锋 刘厚德 《工程塑料应用》 北大核心 2025年第4期101-107,共7页
以某储能电源上壳件为研究对象,为提高气辅成型效果,运用Moldflow软件进行气辅成型数值模拟。以气体穿透体积和最大翘曲变形量为优化指标设计了正交试验,利用Critic权重法确定权重占比,通过计算综合评分将双目标优化转化为单目标优化;... 以某储能电源上壳件为研究对象,为提高气辅成型效果,运用Moldflow软件进行气辅成型数值模拟。以气体穿透体积和最大翘曲变形量为优化指标设计了正交试验,利用Critic权重法确定权重占比,通过计算综合评分将双目标优化转化为单目标优化;建立工艺参数与综合评分之间的BP神经网络模型,利用蚁群算法(ACO)进行全局寻优。结果表明,当熔体预注射量为93%、熔体温度为270℃、模具温度为87.78℃、延迟时间为3.5 s、气体压力为35 MPa、气体注射时间为20 s、冷却时间为179.62 s时,综合评分值最大、工艺方案最优。利用Moldflow软件对最优工艺参数进行验证,结果显示气体穿透体积为10.6975%、最大翘曲变形量为2.169 mm,计算其线性组合得到综合评分为1.0495,与优化算法结果的误差仅为1.1%,并进行试模验证,试模翘曲结果与模流分析结果误差为2.8%,且产品无吹穿、吹破等缺陷,表面质量良好。以上研究结果表明,基于ACO-BP神经网络优化气辅成型工艺参数的技术方法具有可行性。 展开更多
关键词 气体辅助注射成型 数值模拟 参数优化 BP神经网络 蚁群算法
在线阅读 下载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
液压辊缝PID控制器ACO与AFSO算法优化及仿真
14
作者 李爽 陈明航 +1 位作者 吴爽 王心超 《机械设计与制造》 北大核心 2025年第4期233-236,共4页
针对轧机辊缝控制系统研究通常跟系统阶跃响应存在较大关联,无法完全适应复杂运行工况需求。以蚁群(Ant Clony Optimization,ACO)和人工鱼群算法(Artificial Fish Swarm Optimization,AFSO)方式对PID控制器进行参数调节,并通过Simulink... 针对轧机辊缝控制系统研究通常跟系统阶跃响应存在较大关联,无法完全适应复杂运行工况需求。以蚁群(Ant Clony Optimization,ACO)和人工鱼群算法(Artificial Fish Swarm Optimization,AFSO)方式对PID控制器进行参数调节,并通过Simulink比较系统优化前后的响应速率和系统稳定性。研究结果表明:未施加干扰力下,相对蚁群算法,以人工鱼群算法处理时获得更小超调量,减小近14%的比例,并且提升调整效率,使整体调整时间缩短1/5。施加干扰力下,相对蚁群算法,以人工鱼群算法进行优化时,超调量减小达到12.4%,并缩短了14.6%的调节时间以及减小26%的稳态误差。当随机信号频率增大后,响应曲线表现为波动性减小的规律。以人工鱼群算法进行处理时相对蚁群算法达到了更低波动幅度。该研究对提高液压机的控制精度和工作效率具有很好的实际指导价值。 展开更多
关键词 辊缝 轧机 PID控制器 蚁群算法 人工鱼群算法
在线阅读 下载PDF
Using Data Mining to Find Patterns in Ant Colony Algorithm Solutions to the Travelling Salesman Problem
15
作者 阎世梁 王银玲 《现代电子技术》 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
舰船管路布置PG-MACO优化方法 被引量:3
16
作者 林焰 金庭宇 杨宇超 《上海交通大学学报》 EI CAS CSCD 北大核心 2024年第7期1027-1035,共9页
针对舰船管路设计效率低下的问题提出一种管路布置优化方法.综合考虑安全性、经济性、协调性和可操作性等工程背景建立优化数学模型,改进蚁群算法在处理混合管路布置工况下的缺陷,提出优化可行解搜索的空间状态转移策略,提升信息素启发... 针对舰船管路设计效率低下的问题提出一种管路布置优化方法.综合考虑安全性、经济性、协调性和可操作性等工程背景建立优化数学模型,改进蚁群算法在处理混合管路布置工况下的缺陷,提出优化可行解搜索的空间状态转移策略,提升信息素启发效果并加速算法收敛的信息素扩散机制,面向混合管路布置工况设计多蚁群协同进化机制.基于二次开发技术实现本方法在第三方设计软件上的应用,采用核级一回路管道布置工程案例进行验证.结果表明信息素高斯扩散多蚁群优化(PG-MACO)算法的性能和布置效果优于传统蚁群算法,寻路效率提升58.38%,收敛代数缩短43.24%,布置结果中管路长度缩短33.88%,管路折弯次数减少41.67%,验证了本方法的有效性和工程实用性. 展开更多
关键词 舰船管路 布局优化 蚁群优化算法 信息素扩散
在线阅读 下载PDF
基于ACO-USK优化VMD参数的滚动轴承故障诊断研究 被引量:1
17
作者 张卫国 王紫阳 +1 位作者 夏立成 陈永和 《中国工程机械学报》 北大核心 2024年第5期695-700,共6页
传统变分模态分解(VMD)技术需要人为主观预设模态分解个数K和二次惩罚因子α,由此可能导致信号的欠分解、过分解、模态混叠或信息丢失等问题,从而影响对滚动轴承早期故障信号的分解效果。本文根据峭度指标对滚动轴承早期故障异常敏感的... 传统变分模态分解(VMD)技术需要人为主观预设模态分解个数K和二次惩罚因子α,由此可能导致信号的欠分解、过分解、模态混叠或信息丢失等问题,从而影响对滚动轴承早期故障信号的分解效果。本文根据峭度指标对滚动轴承早期故障异常敏感的特点,提出了一种以联合平方峭度(USK)指标为目标函数,结合蚁群优化(ACO)算法的ACO-USK优化方法,对VMD模态分解个数K和二次惩罚因子α进行自适应寻优。研究结果表明:对于滚动轴承早期故障信号,与以包络熵(EE)为目标函数的VMD优化方法对比,本文提出的方法既具有较好的包络谱信噪比(SNRES),又有在计算用时上的优越性,具有一定的工程应用价值。 展开更多
关键词 变分模态分解(VMD) 滚动轴承 故障诊断 联合平方峭度(USK) 蚁群优化(acO)算法
在线阅读 下载PDF
Solving algorithm for TA optimization model based on ACO-SA 被引量:4
18
作者 Jun Wang Xiaoguang Gao Yongwen Zhu 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2011年第4期628-639,共12页
An ant colony optimization (ACO)-simulated annealing (SA)-based algorithm is developed for the target assignment problem (TAP) in the air defense (AD) command and control (C2) system of surface to air missi... An ant colony optimization (ACO)-simulated annealing (SA)-based algorithm is developed for the target assignment problem (TAP) in the air defense (AD) command and control (C2) system of surface to air missile (SAM) tactical unit. The accomplishment process of target assignment (TA) task is analyzed. A firing advantage degree (FAD) concept of fire unit (FU) intercepting targets is put forward and its evaluation model is established by using a linear weighted synthetic method. A TA optimization model is presented and its solving algorithms are designed respectively based on ACO and SA. A hybrid optimization strategy is presented and developed synthesizing the merits of ACO and SA. The simulation examples show that the model and algorithms can meet the solving requirement of TAP in AD combat. 展开更多
关键词 target assignment (TA) OPTIMIZATION ant colony optimization (acO) algorithm simulated annealing (SA) algorithm hybrid optimization strategy.
在线阅读 下载PDF
Efficiency improvement of ant colony optimization in solving the moderate LTSP 被引量:1
19
作者 Munan Li 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2015年第6期1301-1309,共9页
In solving small- to medium-scale travelling salesman problems (TSPs) of both symmetric and asymmetric types, the traditional ant colony optimization (ACO) algorithm could work well, providing high accuracy and sa... In solving small- to medium-scale travelling salesman problems (TSPs) of both symmetric and asymmetric types, the traditional ant colony optimization (ACO) algorithm could work well, providing high accuracy and satisfactory efficiency. However, when the scale of the TSP increases, ACO, a heuristic algorithm, is greatly challenged with respect to accuracy and efficiency. A novel pheromone-trail updating strategy that moderately reduces the iteration time required in real optimization problem-solving is proposed. In comparison with the traditional strategy of the ACO in several experiments, the proposed strategy shows advantages in performance. Therefore, this strategy of pheromone-trail updating is proposed as a valuable approach that reduces the time-complexity and increases its efficiency with less iteration time in real optimization applications. Moreover, this strategy is especially applicable in solving the moderate large-scale TSPs based on ACO. 展开更多
关键词 ant colony optimization (acO) travelling salesmanproblem (TSP) time-complexity of algorithm pheromone-trail up-dating.
在线阅读 下载PDF
建筑起重机变幅液压缸位置ACO优化PID控制优化 被引量:1
20
作者 徐畅 李明 +1 位作者 张春丽 贺提胜 《机械设计与制造》 北大核心 2024年第2期179-182,188,共5页
为了提高建筑起重机变幅液压缸位置控制精度,引入蚁群算法(Ant Clony Optimization,ACO)对PID控制进行优化,给出了位置控制系统控制器。并针对阶跃响应和正弦响应,开展仿真分析。得到如下结论:处于干扰力阶跃响应下,蚁群算法相对Ziegler... 为了提高建筑起重机变幅液压缸位置控制精度,引入蚁群算法(Ant Clony Optimization,ACO)对PID控制进行优化,给出了位置控制系统控制器。并针对阶跃响应和正弦响应,开展仿真分析。得到如下结论:处于干扰力阶跃响应下,蚁群算法相对Ziegler-Nichols与果蝇算法(Fruit Flies Optimization,FFO)优化PID控制系统响应曲线分别减小了32.1%与12.3%的超调量,调整时间缩短34.3%与26.54%,稳态误差减小54.18%与33.21%。利用ACO优化PID系统表现出了更优的阶跃响应性能。处于干扰力正弦响应下,以ACO优化PID系统相对其它两种算法获得了更低的最大跟踪误差,时平均跟踪误差也明显减小。经综合分析可知,采用ACO优化PID系统获得了最优的抗干扰性能。该研究对提高起重机变幅液压缸位置控制精度具有很好的实际指导意义。 展开更多
关键词 起重机 变幅液压缸 位置控制 蚁群算法 仿真分析
在线阅读 下载PDF
上一页 1 2 186 下一页 到第
使用帮助 返回顶部