搜索资源列表
GA
- 对GA(遗传算法)的简单描述与实现,包括如何初始化一个种群,模拟种群的交叉与变异,怎么选取下一代个体等,可用来作为进阶学习GAP,GNP的资料,欢迎下载。-GA (genetic algorithm) a brief descr iption and implementation, including how to initialize a population, crossover and mutation of the simulated populations, how to select
OwnTest
- 通过Java编码实现标准遗传算法(SGA)解决背包问题(Through Java coding, the standard genetic algorithm (SGA) is implemented to solve knapsack problem)