matlab 遗传算法求简单函数极值我要分享

Matlab genetic algorithm for simple function extre

matlab 算法 简单 函数 遗传 极值

关注次数: 237

下载次数: 0

文件大小: 39.91 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:应用背景 应用matlab软件 实现遗传算法,求一元以及二元函数极值(提供两个例子以供参考) 关键技术 原理:染色体初始化(转化为二进制),计算适应度,排序,选择淘汰,交叉互换,基因变异,作图,主程序等,附运行说明。


English Description:

Application backgroundUsing the MATLAB software to achieve genetic algorithm, and a yuan and two yuan function extreme value (provide two examples for reference)Key TechnologyPrinciple: chromosome initialization (binary), calculate the degree of adaptation, sorting, selection, crossover, mutation, mapping, the main program, etc..


代码预览