遗传算法源程序 ,一个简单的遗传算法程序-genetic algorithm source code, a simple genetic algorithm 下载
|
matlab遗传算法程序,自适应遗传算法-Matlab GA procedures, adaptive Genetic Algorithm 下载
|
遗传算法程序 主要程序 ga.m 遗传算法核心程序 BinaryExample.m 二进制编码应用程序 FloatExample.m 浮点编码的应用程序 相关算子及函数 initializega.m 种群初始化函数 simpleXover.m 用于二进制编码的简单交叉算子 arithXover.m 用于浮点编码的算术交叉算子 binaryMutation 用于二进制编码的变异算子 nonMutation.m 用于浮点编码的非均匀变异算子 roulette.m 轮盘选择算子 normGeomSelect.m 标准化几何分布排序选择算子 maxGenTerm.m 以最大进化代数为判别条件的进化终止函数 calcbits.m 计算二进制编码染色体串长度的函数 f2b.m 由浮点表达到二进制表达的转换函数 b2f.m 由二进制表达到浮点表达的转换函数 parse.m 字符串识别函数 delta.m 非均匀变异的变异量计算函数 exampleFn 一个二元函数 startup.m 进行路径设置-Genetic Algorithm main proceedings ga.m GA BinaryExample core program. m binary floating-point applications FloatExample.m coding applications relevant operator and function initializega.m Stocks initialization function for binary series simpleXover.m Codes simple crossover operator arithXover.m for floating-point arithmetic coding crossover operator binaryM utation for binary coding mutation operator nonMutation.m float for the non-coding Uniform mutation operator roulette.m roulette selection operator normGeomSelect.m standards Sort of geometric distribution maxGenTerm.m selection operator algebras with the greatest evolutionary criterion for the evolution of termination calcbits.m calculation function binary coding chromosome length of the string from the floating-point functions f2b.m 下载
|
遗传算法的程序 遗传 算 法 (GeneticA lgorithm,G A)是一种大规模并行搜索优化算法,它模 拟了达尔文“适者生存”的进化规律和随机信息交换思想,仿效生物的遗传方式, 从随机生成的初始解群出发,开始搜索过程。解群中的个体称为染色体,它是一 串符号,可以是一个二进制字符串,也可以是十进制字符串或采用其他编码方式 形成的码串。对父代(当前代)群体进行交叉、变异等遗传操作后,根据个体的 适应度〔fitness)进行选择操作,适应度高的个体有较高的概率被选中并复制到下 一代,如此产生的子代通常优于父代,这个过程称为进化。上述过程循环执行直 至满足停机条件,最终使优化过程以大概率趋于全局最优解-procedures GA GA (GeneticA lgorithm. A G) is a massively parallel search algorithm, It simulated by Darwins "survival of the fittest" law of evolution and random information exchange ideas, to follow the example of biological genetic, randomly generated from the initial solutions group, began searching process. Groups of individuals known as chromosome, which is a bunch of symbols, it is a binary string, it can also be a decimal string or other code created by the code string. On behalf of the father (the current generation) groups for the crossover and mutation operation. According to the individual fitness [fitness), select Options, Adaptation to high-level individuals have a higher probability of being selected and copied to the next generation, so the offspring are usual 下载
|
matlab遗传算法程序 其中包括13个程序-Matlab genetic algorithm which includes 13 procedures 下载
|
改进遗传算法程序-improved genetic algorithm program 下载
|
一个遗传算法程序-A genetic algorithm program 下载
|
c语言遗传算法程序包-GA package 下载
|
另一个遗传算法程序-Another genetic algorithm program 下载
|
基本遗传算法程序包-basic genetic algorithm program package 下载
|