遗传算法的一元函数优化代码实例我要分享

Optimization code example of one variable function based on genetic algorithm

遗传算法一元函数能运行 遗传算法 customsaqx

关注次数: 208

下载次数: 0

文件大小: 5KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

遗传算法的一元函数优化代码实例,已亲自测试能成功运行。


English Description:

One variable function optimization code example of genetic algorithm has been tested by myself and can run successfully.


代码预览

a\best.m

a\calfitvalue.m

a\calobjvalue.m

a\crossover.m

a\decodebinary.m

a\decodechrom.m

a\genmain05.asv

a\genmain05.m

a\initpop.m

a\mutation.m

a\selection.m

a