遗传算法MATLAB代码我要分享

Code MATLAB genetic algorithm

matlab 算法 代码 遗传

关注次数: 182

下载次数: 0

文件大小: 11.43 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明: 遗传算法,用MATLAB编码得到:函数最大值为3905.9262,此时两个参数均为-2.0480,有时会出现局部极值,此时一个参数为-2.0480,一个为2.0480。变异概率pm=0.05,交叉概率pc=0.8。


English Description:

Genetic algorithm, MATLAB code to be used: the maximum value of the function is 3905.9262, two parameters are-2.048, and sometimes local maxima, at which point an argument-2.048, 2.048. Mutation probability PM=0.05, crossover probability PC=0.8.


代码预览