文档介绍:遗传算法求
中文摘要:
本文首先介绍遗传算法的历史背景,基本思想,对遗传算法的常见的编码解码方法进行了深入的阐述,并对算子选择方法进行深入分析和对比,在此基础上把遗传算法应用于求解复杂函数的极值计算。最后在MATLAB语言环境下编写程序,对求解函数的最大值进行了仿真,并对调试的结果进行了分析,得出了部分结论。
关键词:遗传算法最优解算子选择复杂函数
作者:xx xx
指导老师:xxxx xx
Using ic Algorithm to Solve Extreme Problem plex Function
Abstract
Firstly, the historical background and basic idea of ic algorithm are introduced in this paper. mon coding and decoding method of ic algorithm are discussed too.
Secondly, the selection method of ic operator is analyzed pared deeply, based on which ic algorithm is used to solve extreme problem plex function.
Finally, with MATLAB software, the program piled and the maximum is sought out. At the end of the paper, the debugging result is analyzed and the conclusion is given.
Keywords: ic Algorithm Optimal Solution Operator plex Function
Written by : xx xx Supervised by: xxxx xx
目录
第一章绪论………………………………………………………………………………(5)
遗传算法生物学背景………………………………………………………………(5)
遗传与变异…………………………………………………………………………(5)
进化…………………………………………………………………………………(5)
本文主要内容………………………………………………………………………(5)
第二章遗传算法简介…………………………………………………………………(6)
遗传算法历史和发展………………………………………………………………(6)
遗传算法的基本原理………………………………………………………………(6)
遗传算法的特点……………………………………………………………………(7)
遗传算法的目的……………………………………………………………………(7)
遗传算法应用………………………………………………………………………(8)
第三章遗传算法的参数和算子选择………………………………………………(10)
遗传算法的数学理论……………………………………………………………(10)
编码…………………………………………………………………………………(11)
编码方法…………………………………………………………………………(11)
编码原则…………………………………………………………………………(13)
个体适应度函数…………………………………………………………………(13)
评价个体适应……………………………………………………………………(13)
适应度尺度变换…………………………………………………………………(14)
算子选择……………………………………………………………………………(14)
选择运算…………………………………………………………………………(14)
交叉运算……………………………………………………………………………(16)
变异运算……………………………………………………………………………(18)
其他运行参数………………………………………………………………………(18)
第四章遗传算法求解复杂函数极值问题…………………………………………(20)
遗传算法的求解步骤………………………………………………………………(20)
算例验证……………………………………