Skip to content

hatleon/Genetic_Algorithms_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Genetic_Algorithms_Python

实现了Python版遗传算法。

遗传算法组成

编码 -> 创造染色体
个体 -> 种群
适应度函数
遗传算子:选择 交叉 变异
运行参数: 种群大小 染色体长度 最大迭代次数 是否选择精英操作 交叉概率 变异概率

About

实现了Python版遗传算法。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages