蚁群算法改进及应用研究

上传人:s9****2 文档编号:513773290 上传时间:2023-09-23 格式:DOC 页数:128 大小:474KB
返回 下载 相关 举报
蚁群算法改进及应用研究_第1页
第1页 / 共128页
蚁群算法改进及应用研究_第2页
第2页 / 共128页
蚁群算法改进及应用研究_第3页
第3页 / 共128页
蚁群算法改进及应用研究_第4页
第4页 / 共128页
蚁群算法改进及应用研究_第5页
第5页 / 共128页
点击查看更多>>
资源描述

《蚁群算法改进及应用研究》由会员分享,可在线阅读,更多相关《蚁群算法改进及应用研究(128页珍藏版)》请在金锄头文库上搜索。

1、国内图书分类号:TP181国际图书分类号:621.3工学博士学位论文蚁群算法改进及应用研究博士研究生导师申请学位级别学科、专业所在单位授予学位单位:刘波吴惕华教授李惠光教授工学博士控制理论与控制工程电气工程学院燕山大学Classified Index:TP181U.D.C.:621.3Dissertation for Doctoral Degree in EngineeringIMPROVEMENT OF INTELLIGENT ANTCOLONY ALGORITHM AND ITSAPPLICATIONCandidate:Liu BoSupervisor:Prof.Wu TihuaProf.

2、Li HuiguangAcademic Degree Applied for:Doctor of EngineeringSpeciality:Control Theory and Control EngineeringUniversity:Yanshan University燕山大学博士学位论文原创性声明本人郑重声明:此处所提交的博士学位论文蚁群算法改进及应用研究,是本人在导师指导下,在燕山大学攻读博士学位期间独立进行研究工作所取得的成果。据本人所知,论文中除已注明部分外不包含他人已发表或撰写过的研究成果。对本文的研究工作做出重要贡献的个人和集体,均已在文中以明确方式注明。本声明的法律结果将完

3、全由本人承担。作者签字:日期:年月日燕山大学博士学位论文使用授权书蚁群算法改进及应用研究系本人在燕山大学攻读博士学位期间在导师指导下完成的博士学位论文。本论文的研究成果归燕山大学所有,本论文的研究内容不得以其它单位的名义发表。本人完全了解燕山大学关于保存、使用学位论文的规定,同意学校保留并向有关部门送交论文的复印件和电子版本,允许论文被查阅和借阅。本人授权燕山大学,可以采用影印、缩印或其它复制手段保存论文,可以公布论文的全部或部分内容。保密,在年解密后适用本授权书。本学位论文属于不保密。(请在以上相应方框内打“”)作者签名:日期:年月日导师签名:日期:年月日摘要蚁群算法(ACO)是由意大利学者

4、M.Dorigo,V.Maniezzo等人于20世纪90年代初期通过模拟自然界中蚂蚁集体寻径的行为而提出的一种基于种群的启发式仿生进化算法。他们通过对蚂蚁觅食行为的研究,发现整个蚁群是通过一种叫做信息素的化学物质进行相互协作,形成正反馈,使多个路径上的蚂蚁逐渐聚集到最短的那条路径上来。蚁群算法的出现引起了学者们的巨大关注,在过去的短短不到二十年时间内,蚁群算法已经在组合优化、函数优化、系统辨识、网络路由、机器人路径规划、数据挖掘以及大规模集成电路的综合布线设计等领域获得了广泛的应用,并取得了较好的效果。但是,随着解决问题复杂程度的不断增加,传统的蚁群算法越来越显现出其解决问题的局限性,于是,越

5、来越多的学者展开了蚁群算法的改进研究,从目前来看,蚁群算法的改进主要从两个方面展开,一是对蚁群算法本身的改进,诸如针对信息素释放修改进行改进、针对概率选择方式进行改进等;二是与其它其他智能优化算法进行融合改进。本文通过对基本蚁群算法原理的研究与分析,从蚁群算法本身的改进,与其他智能优化算法的融合改进和改进蚁群算法的应用等方面进行了比较系统的研究论述。(1)在二进制蚁群算法的基础上,提出了两种二进制蚁群算法的改进方案,一是将解空间变量直接进行二进制离散化,根据区间大小确定二进制转化位数n,即精度,然后将整个变量组成的这个n位二进制数列看成一个n个城市的TSP问题求解。完全区别于传统蚁群算法和已有

6、二进制蚁群算法中将解空间划分成若干子域,在每个区间内将每个种群独立并行地遍历求解的方法。经测试函数进行测试,算法的收敛速度和寻优迭代次数方面都有了很大程度的改善;二是将加权策略成功应用于二进制蚁群算法的信息素更新方面,使得算法的全局收敛性能大大提高,通过经典测试函数测试,效果明显。(2)将蚁群算法与PBIL分布估计算法相融合,提出了一种新的分布估计蚁群算法。该算法以蚁群算法为主,引入分布估计算法中的PBIL算法的概率分布模型来指导启发蚂蚁的路径选择,从而可以大大的改善蚁群算法由于信息素的正反馈机制而造成容易陷入局部最优的缺陷。(3)从Qos属性最优的角度将蚁群算法成功应用于Web服务组和优化问

7、题。Web服务组合本身就是一种解决复杂问题的方法,其应用也越来越广泛,采用蚁群算法解决Web服务组合优化,并最终给出了最优服务组合对应的Qos属性值,实际上是解决了与之相关的一类问题,具有非常的现实意义。(4)将蚁群算法成功应用于白洋淀景区旅游线路规划问题,从而在第一时间为白洋淀旅游开发总体规划规划研究人员提供轮廓性资料,让研究人员节省更多的时间进行细节规划,从而大大提高规划效率。关键词蚁群算法;二进制蚁群算法;加权策略;分布估计算法;Web服务组和优化;旅游规划AbstractDuring the 1990s,the Italian scholar M.Dorigo,V.Maniezzo p

8、roposed a heuristicevolutionary bionic algorithm based on population by simulation the collective behaviorof ant routing,and found the whole ant colony make use of pheromone to collaboratewith each other to form a positive feedback that each ant follow the shortest path.In last two decades,Ant colon

9、y algorithm got extensive application in combinatorialoptimization,function optimization,system identification,network route,robot pathplanning,data mining and cabling design of large scale integrated circuit.But manyscholars realized the limitation of traditional ant colony algorithm to improve.The

10、improvement of ant colony algorithm have two handles,one aspect is the improvement ofitself,such as improvement mode of pheromone release,probability of selection method,and the other is fusion improvement on ant colony algorithm and other intelligentoptimization algorithms.This paper is a detailed

11、study of the principle,analysis,fusion improvement and theapplied of ant colony algorithm.Firstly,we propose two improvement of binary ant colony algorithm.One improve-ment is binary discrete with solution space variable.We determine binary digitconversion n according to the size range,then we will

12、convert it into the solving TSPproblems on n cities.Each population interval are computed by forward and backward inevery interval,which was completely different from the method of solution space isdivided into many subdomains in traditional ant colony algorithm and binary ant colonyalgorithm.The te

13、sts show that improvement algorithm has make a lot of progress withtraditional ant colony algorithm and binary ant colony algorithm in convergence rate anditerations of optimization.The other improvement is apply weighted strategy to renewalof pheromone.The test results show that improve the global

14、convergence performancealgorithm greatly,heighten the accuracy of the solution.Secondly,we propose a novel estimation of distribution algorithm by fusionimprovement on ant colony algorithm and PBIL estimation of distribution algorithm.Thealgorithm introduce probability distribution model of PBIL alg

15、orithm to guide routechoice,which greatly improve the faults that positive feedback mechanism of pheromonecan easily fall into local optimum.Thirdly,we apply ant colony algorithm to the problem of web services section andoptimization form Qos property optimal.Web services section is a way of solvingcomplex problems and widely used.In last,we obtain the attribute values Qos foroptimal service composition.This way has a very practical significance.Fourthly,wo apply ant colony algorithm to line planning of Baiyang Lake,whichcome up with

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 办公文档 > 工作计划

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号