遗传算法

所属分类:matlab编程
开发工具:matlab
文件大小:3KB
下载次数:2
上传日期:2018-08-27 15:51:36
上 传 者haungdaye
说明:  遗传算法 (GA) 是一种方法,基于模仿生物进化的自然选择过程求解无约束和有约束非线性优化问题。该算法反复修改由个体解构成的群体。在每个步骤,遗传算法从当前的群体随机选择个体,并将它们用作父级来生成下一代子级。经过一代又一代后,该群体“演化”为最优解。
(Genetic algorithm (GA) is a method for solving unconstrained and constrained nonlinear optimization problems based on natural selection process that mimics biological evolution. The algorithm iteratively modifies the group composed of individual solutions. At each step, the genetic algorithm randomly selects individuals from the current population and uses them as parents to generate the next generation of children. After generation after generation, the group "evolution" is the best solution.)

文件列表:
遗传算法 (0, 2017-08-16)
遗传算法\best.m (243, 2017-08-16)
遗传算法\calfitvalue.m (85, 2017-08-16)
遗传算法\calobjvalue.m (290, 2017-08-16)
遗传算法\crossover.m (431, 2017-08-16)
遗传算法\decodebinary.m (163, 2017-08-16)
遗传算法\decodechrom.m (176, 2017-08-16)
遗传算法\initpop.m (143, 2017-08-16)
遗传算法\jinhuasuanfa.m (1390, 2017-08-16)

近期下载者

相关文件


收藏者