遗传算法我要分享

Genetic Algorithm

matlab 算法 遗传

关注次数: 110

下载次数: 0

文件大小: 10.67 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明: 从这段代码,你可以看到简单遗传算法的工作方式。有不同的代码的编码、 解码、 选择、 交叉 与突变策略。一旦您运行该代码将你输出和以这种方式您可以实现更好的方式。 如果那么它将给你更多的好,您可以为多目标开发它。


English Description:

you can see from this code how a simple GA works.There are separate codes for encoding ,decoding,selection,crossover and mutation strategy .Once you run the code you will get the output and in this way you can implement it in a better way. If you can develop it for the multi objective then it will be more better for you.


代码预览