Genetic-Algorithm-master
matlab 

所属分类:matlab编程
开发工具:matlab
文件大小:54KB
下载次数:0
上传日期:2021-04-27 14:58:10
上 传 者andrew wei
说明:  matlab遗传算法源程序遗传算法的基本思想是从一个代表最优化问题 解的一组初始值进行搜索,这组解称为一个群,种 群由一定数量、通过基因编码的个体组成,其中每 个个体称为染色体,不同个体通过染色体的复制、 交叉或变异又生成新的个体,依照适者生存的规 则,通过若干代的进化最终得出条件最优的个体。 遗传算法不仅可用于无约束最优化问题的求解,还 可用于有约束最优化问题的求解。故采用 Matlab 工具的遗传算法,对有约束最优化问题进行求解。
(The basic idea of genetic algorithm is from a representative optimization problem A set of initial values of the solutions, called a group, are searched A swarm consists of a certain number of genetically coded individuals, of which each Each individual is called a chromosome, and different individuals can replicate their chromosomes, Crossover or mutation creates new individuals, according to the rules of survival of the fittest Then, after several generations of evolution, the individual with the best condition is finally obtained. Genetic algorithm can not only be used to solve unconstrained optimization problems, but also It can be used to solve constrained optimization problems. Therefore, using Matlab Genetic algorithm is used to solve constrained optimization problems.)

文件列表:
crossover.m (765, 2021-04-27)
myself.m (1130, 2019-05-29)
m_Coding.m (569, 2019-05-29)
m_Fitness.m (228, 2019-05-29)
m_Fx.m (61, 2019-05-29)
m_Incoding.m (238, 2019-05-29)
m_InitPop.m (222, 2019-05-29)
m_Select.m (499, 2019-05-29)
Variation.m (503, 2019-05-29)
初始种群.jpg (48702, 2019-05-29)
终止种群.jpg (38002, 2019-05-29)

近期下载者

相关文件


收藏者