Description: 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].
To Search:
File list (Check if you may need any files):
实数编码遗传算法\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
实数编码遗传算法