使用二进制方法的遗传算法优化我要分享

genetic algorithm optimization using binary method

matlab 算法 方法 遗传 优化 使用 二进制

关注次数: 194

下载次数: 0

文件大小: 1.01 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:要通过使用二进制方法其实质在二进制空间定义突变功能和交叉功能解决任何优化问题。也成本函数输出将从衰变转换为二进制为了得到容易交叉和变异。在二进制方法你可以措施从 0 更改为 1 或者 1 到 0,这是此方法的主要好处


English Description:

to solve any optimization problem by using binary method its essential to define Mutation function and crossover function in binary space. also cost function output converts from decay to binary in order to get easy to cross over and mutation . in binary method you can change the measures from 0 to 1 or 1 to 0 and this is is the key benefit of this method 


代码预览