文件名称:GA
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2015-04-07
- 文件大小:
- 6kb
- 下载次数:
- 0次
- 提 供 者:
- w**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
以求f(x)=10*sin(5x)+7*cos(4x) x∈[0,10]最大值为例,详细讲解并实现了遗传算法各个阶段的编程 -Take to solve the maximum of f(x)=10*sin(5x)+7*cos(4x) x∈[0,10] for example, to explain in detail the various stages of the programming and implementation of Genetic Algorithms
(系统自动生成,下载前可以参看下载内容)
下载文件列表
遗传算法
........\best.m
........\calfitvalue.m
........\calobjvalue.m
........\crossover.m
........\decodebinary.m
........\decodechrom.m
........\initpop.m
........\main.m
........\mutation.m
........\selection.m