- Category:
- matlab
- Tags:
-
[Matlab]
[源码]
- File Size:
- 2kb
- Update:
- 2017-07-20
- Downloads:
- 0 Times
- Uploaded by:
- 潘波
Description: Application examples of basic genetic algorithm. Apply the basic genetic algorithm to the maximum of the following functions. F=x^3-60*x^2+900*x+100, 0<=X<=30. number goes 50, maximum evolution algebra takes 100, discrete precision goes 0.01, crossover probability takes 0.9.
To Search:
File list (Check if you may need any files):
基本遗传算法\fitness.m
基本遗传算法\myGA.asv
基本遗传算法\myGA.m
基本遗传算法