搜索资源列表
ga_main
- 遗传算法实例,通过编码、设置种群、设置适应度函数、遗传操作、解码产生需要的解。对函数f(x)=x*sin(x)+1,x [0,2 ],求解f(x)的最大值和最小值。-Genetic algorithm example, through encoding, set the population, set fitness function, genetic operation, decoding the need to solve. The function f (x)
4.遗传算法求解最优解最大值项目
- genmain05为运行程序,其余为功能函数,应该将这些文件都放在目录中, 才能正确执行genmain05。本程序可以实现遗传变异求函数最优解,最大值或最小值(Genetic algorithm for maximum value)
GaTest
- 简单的遗传算法,解决优化问题,求解函数最大、小值问题(Simple genetic algorithm, to solve the optimization problem, solving the maximum function, small value problem)
example1
- 运用遗传算法求解函数,进化算法寻找最优值(Using genetic algorithm to solve function)