期刊文献+
共找到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
水环境质量综合评价的ACSIM 被引量:4
16
作者 孟庆斌 杨晓华 +1 位作者 王伟 沈珍瑶 《北京师范大学学报(自然科学版)》 CAS CSCD 北大核心 2008年第4期429-433,共5页
为提高评价模型的计算精度,本文利用投影寻踪、蚁群算法、插值型曲线和水环境质量评价标准,为水环境质量综合评价建立了一种新的模型——蚁群插值模型.该模型可依据样本自身的数据特性寻求最佳投影方向.通过最佳投影向量和评价指标向量... 为提高评价模型的计算精度,本文利用投影寻踪、蚁群算法、插值型曲线和水环境质量评价标准,为水环境质量综合评价建立了一种新的模型——蚁群插值模型.该模型可依据样本自身的数据特性寻求最佳投影方向.通过最佳投影向量和评价指标向量的内积把水环境质量多维评价样本指标综合成一维投影指标.根据该投影指标值和对应等级的分布,可建立水环境质量评价的蚁群分段插值模型(ACSIM).文中给出了新模型实施的详细步骤,并在各等级中产生建模样本500个,利用该模型对长江流域19个主要站点的水环境质量进行了综合评价.ACSIM评价结果介于Bayes判别分析方法和主成分分析方法之间,且精度较高.ACSIM的评价结果是实数值,可自动优化指标权重,具有直观、有效和通用性,可应用于环境质量综合评价问题. 展开更多
关键词 水环境质量 综合评价 蚁群算法 插值模型
在线阅读 下载PDF
高程ACS:一种适用于无线传感器网络路由的改进蚁群算法 被引量:6
17
作者 滑楠 史浩山 《传感技术学报》 CAS CSCD 北大核心 2007年第7期1603-1609,共7页
针对无线传感器网络最短路径路由问题,提出了一种基于高程诱导信息的回退蚁群算法-高程ACS,并对高程定义、算法设计思想和算法实现等进行了论述.高程做为一种基于目的节点和源节点的全局诱导信息,反映了当前节点和目的节点之间的可达性... 针对无线传感器网络最短路径路由问题,提出了一种基于高程诱导信息的回退蚁群算法-高程ACS,并对高程定义、算法设计思想和算法实现等进行了论述.高程做为一种基于目的节点和源节点的全局诱导信息,反映了当前节点和目的节点之间的可达性.通过引入高程信息,加快了算法收敛速度;通过蚂蚁回退过程,提高了解的质量.仿真结果表明,高程ACS运算和收敛速度快,解的质量高、稳定性好,适合无线传感器网络应用. 展开更多
关键词 无线传感器网络 路由 算法 acs 高程 蚂蚁回退
在线阅读 下载PDF
蚁群系统(ACS)及其收敛性证明 被引量:3
18
作者 赵霞 田恩刚 《计算机工程与应用》 CSCD 北大核心 2007年第5期67-70,共4页
蚁群系统(ACS)是解决旅行商问题(TSP)的最好方法之一,它是在蚂蚁系统的基础上作了许多改进之后得到的一种优化算法。这些改进在一定程度上避免了过早停滞现象的发生,是一种较好的协作式搜索算法。通过与蚂蚁系统的比较,系统地介绍了蚁... 蚁群系统(ACS)是解决旅行商问题(TSP)的最好方法之一,它是在蚂蚁系统的基础上作了许多改进之后得到的一种优化算法。这些改进在一定程度上避免了过早停滞现象的发生,是一种较好的协作式搜索算法。通过与蚂蚁系统的比较,系统地介绍了蚁群系统(ACS)所作出的种种改进,并且在理论上证明了该算法的收敛性。 展开更多
关键词 信息素 蚁群优化算法 蚁群系统 收敛性
在线阅读 下载PDF
ACS算法在矩形件优化排料中的应用 被引量:1
19
作者 刘瑞杰 覃明 须文波 《计算机工程与设计》 CSCD 北大核心 2006年第2期356-358,共3页
矩形件优化排料是一类具有NP完全难度的组合优化问题。有关的优化问题可用与或树来描述,这样就把矩形件优化排料问题变换为寻找一棵面积比率最大的二叉树。用ACS算法实现这种树搜索,是把一定数量的人工蚂蚁分布在与或树的根节点,人工蚂... 矩形件优化排料是一类具有NP完全难度的组合优化问题。有关的优化问题可用与或树来描述,这样就把矩形件优化排料问题变换为寻找一棵面积比率最大的二叉树。用ACS算法实现这种树搜索,是把一定数量的人工蚂蚁分布在与或树的根节点,人工蚂蚁间通过使用信息素相互交流,完成从与或树到二叉树的选择,从而得到矩形件优化排料问题的优化解。 展开更多
关键词 矩形件优化排料 acs算法 树搜索
在线阅读 下载PDF
融合PSO与ACS的网格资源分配研究 被引量:2
20
作者 梁正友 支成秀 《计算机工程与应用》 CSCD 北大核心 2009年第9期102-104,113,共4页
资源分配和任务调度是网格计算的一个关键问题之一。提出一种融合离散粒子群优化算法和蚁群算法的新型算法来解决网格资源分配问题。该算法通过在粒子群算法中引入蚂蚁算法,可有效克服粒子群算法后期的局部搜索能力差和蚁群算法前期盲... 资源分配和任务调度是网格计算的一个关键问题之一。提出一种融合离散粒子群优化算法和蚁群算法的新型算法来解决网格资源分配问题。该算法通过在粒子群算法中引入蚂蚁算法,可有效克服粒子群算法后期的局部搜索能力差和蚁群算法前期盲目搜索的缺陷。理论分析及模拟实验表明该算法具有良好的性能。 展开更多
关键词 网格计算 任务调度 资源分配 粒子群算法 蚁群算法
在线阅读 下载PDF
上一页 1 2 186 下一页 到第
使用帮助 返回顶部