文件名称:GA
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 17kb
- 下载次数:
- 0次
- 提 供 者:
- liy****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
遗传算法应用程序使用说明:
1.安装MATLAB5.X;
2.建立目录:(c:\GeneticProgram),并将这里提供的所有源程序拷入该目录;
3.运行(c:\GeneticProgram)中的 startup;
4.在MATLAB Command Window内直接运行程序 FloatExample和BinaryExample。
FloatExample和BinaryExample分别采用浮点编码和二进制编码方法,求函数
y=20+x + 10*sin(4*x)+8*cos(3*x) 在[0 10]区间内的最大值。
-The genetic algorithm application for use:
An installation MATLAB5.X
(2) create the directory: (c: \ GeneticProgram) copyed into that directory and all the source code here
3 run (c: in \ GeneticProgram), the startup
4 directly in the MATLAB Command Window to run program FloatExample and BinaryExample.
The FloatExample, and BinaryExample floating-point coding and binary coding method, demand function
y = 20+ x+ 10* sin (4* x)+8* cos (3* x) the maximum value in the interval [010].
1.安装MATLAB5.X;
2.建立目录:(c:\GeneticProgram),并将这里提供的所有源程序拷入该目录;
3.运行(c:\GeneticProgram)中的 startup;
4.在MATLAB Command Window内直接运行程序 FloatExample和BinaryExample。
FloatExample和BinaryExample分别采用浮点编码和二进制编码方法,求函数
y=20+x + 10*sin(4*x)+8*cos(3*x) 在[0 10]区间内的最大值。
-The genetic algorithm application for use:
An installation MATLAB5.X
(2) create the directory: (c: \ GeneticProgram) copyed into that directory and all the source code here
3 run (c: in \ GeneticProgram), the startup
4 directly in the MATLAB Command Window to run program FloatExample and BinaryExample.
The FloatExample, and BinaryExample floating-point coding and binary coding method, demand function
y = 20+ x+ 10* sin (4* x)+8* cos (3* x) the maximum value in the interval [010].
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实数编码遗传算法\arithXover.m
................\B2F.M
................\CONTENTS.TXT
................\DELTA.M
................\exampleFn.m
................\F2B.M
................\FloatExample.m
................\GA.M
................\GEN2.M
................\initializega.m
................\maxGenTerm.m
................\nonUnifMutation.m
................\normGeomSelect.m
................\PARSE.M
................\README.TXT
................\ROULETTE.M
................\STARTUP.M
实数编码遗传算法
................\B2F.M
................\CONTENTS.TXT
................\DELTA.M
................\exampleFn.m
................\F2B.M
................\FloatExample.m
................\GA.M
................\GEN2.M
................\initializega.m
................\maxGenTerm.m
................\nonUnifMutation.m
................\normGeomSelect.m
................\PARSE.M
................\README.TXT
................\ROULETTE.M
................\STARTUP.M
实数编码遗传算法