搜索资源列表
SGA_DEMO
- 基于C语言编写,利用Rosenbrock二维方程实现对简单遗传算法和进化策略的模拟,基因组长度2等位基因,群体大小100,进化概率0.001-0.02,为保持代码易读性,设定为只支持固定数量后代。-Based on C, use Rosenbrock 2D function to implement SGA and ES, genome length is 2 alleles, group size 100, mutation set 0.001-0.02, to keep code easy
decode
- 基因表达式编程算法中,对于染色体进行解码的代码-Gene expression programming algorithm for decoding the chromosome code
adaptness2
- 这是基因表达式编程算法的适应度求解的原代码-This is the fitness gene expression programming algorithm for solving the original code
matlab111
- 遗传算法又叫基因进化算法,或进化算法。属于启发式搜索算法一种,这个算法比较有趣,并且弄明白后很简单,写个100-200行代码就可以实现。在某些场合下简单有效。本文就花一些篇幅,尽量白话方式讲解一下。(GA simple genetic algorithm;basic genetic algorithm;traditional genetic algorithm)