搜索资源列表
AI_GA_matlab
- 遗传算法程序 主要程序 ga.m 遗传算法核心程序 BinaryExample.m 二进制编码应用程序 FloatExample.m 浮点编码的应用程序 相关算子及函数 initializega.m 种群初始化函数 simpleXover.m 用于二进制编码的简单交叉算子 arithXover.m 用于浮点编码的算术交叉算子 binaryMutation 用于二进制编码的变异算子 nonMutation.m 用于浮点编码的非均匀变异算子
micro-GA
- 基于浮点编码的小生境遗传算法,有别于二进制的小生境算法。-micro-GA base on the float codes
GA
- 遗传算法,浮点数编码实现,只实现最核心的算法,数据简单,适合初学者-Genetic algorithms, float Coding, only to realize the core algorithms, data is simple, suitable for beginners
