1 / 23
文档名称:

毕业设计(论文)-蚁群算法用于函数优化研究.doc

格式:doc   页数:23
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

毕业设计(论文)-蚁群算法用于函数优化研究.doc

上传人:3346389411 2013/10/12 文件大小:0 KB

下载得到文件列表

毕业设计(论文)-蚁群算法用于函数优化研究.doc

文档介绍

文档介绍:论文题目: 蚁群算法用于函数优化研究

系: 信息与机电工程系
专业年级: 计算机科学与技术2007级
学号:
姓名:
指导教师、职称:
2011 年 5 月 16 日
Ant Colony Algorithm
For Function Optimization
College: Information and Electrical Engineering
Specialty and Grade: Computer Science and Technology, 2007
Number:
Name:
Advisor:
Submitted Time: May 16, 2011

目录
摘要 I
Abstract II
1
1
蚁群算法简介 1
蚁群算法的概述 1
蚁群算法的优缺点 1
3
蚁群算法的工作原理 3
蚁群算法的基本模型 4
基本模型的实现 6
基本模型的实现步骤 6
基本模型的程序流程 7
8
连续空间优化问题 8
算法基本思想 8
10
14
致谢 16
摘要
本文主要研究蚁群算法。函数优化问题一般为求极值问题,其中包括极大值或极小值。通过对目标函数的自适应来调整蚂蚁的搜索行为,同时通过路径选择过程中的多样性来保证得到更多的搜索空间,从而快速的得到函数全局的最优解。本论文采用了蚁群算法,针对几个函数进行测试,求解能够得到满意的结果,很好的说明了蚁群算法在函数优化上的优越性。
关键词:蚁群算法;函数优化;函数极值;连续空间优化
Abstract
This article’s main is reserarch for ant colony question of function optimization in order to resolve the extremal problem, include maximun and minimum. By adaptive objective function to adjust the search behanior of ants, at the same time, through the diversity of the path selection process to ensure that more of the search space, and quickly get the global optimal solution. Paper uses the ant colony algotithm, for several functions to test, and solution can be satisfied with the results, it good shows the ant colony algorithm on the function optimizatiom has superiority.
Keywords: ant colony algorithm; function optimizatiom; function extremum; continuous space optimization


蚁群算法是近几年优化领域中新出现的一种启发式仿生类并行智能进化算法,它是受到人们对自然界中真实的蚁群集体行为的研究成果的启发而提出的一种基于种群的模拟进化算法,属于随机搜索算法。(TSP)之间的相似性,通过人工模拟蚂蚁搜索食物的过程(即:通过个体之间的信息交流与相互协作最终找到从蚁穴到食物源的最短路径)来求解TSP,为了区别于真实蚂蚁群体系统,人们称这种算法为“人工蚁群算法”,并用该方法求解TSP问题[1]、分配问题、job-shop调度问题[2]等,取得了较好的实验结果。
蚁群算法简介
蚁群算法的概述
蚂蚁是自然界中常见的一种生物,在昆虫世界,蚂蚁是一种群居的世袭大家庭,我们称之为蚁群(ant colony)。人们对蚂蚁的关注大都是因为“蚂蚁搬家,天要下雨”之类的民谚。然而随着近代仿生学的发展,这种似乎微不足道的小东西越来越受到学者们的关注。(ant colony algori