搜索资源列表
yichuansuanfa
- 举出三个简单的实例,通过遗传算法来进行求解。让大家对遗传算法进行理解-Cite three simple example, by means of genetic algorithms to solve it. So that we can understand the genetic algorithm
Genetic-Algorithm-Example
- Genetic Algorithm Example The equation that I solve here is Gandhi Manalu. f(x,y) = (2.8125-x*(1.0-y**4))**2+(2.25-x*(1.0-y**2))**2+(1.5-x*(1.0-y))**2 Expected answer is f(3.0,0.5)=0.0 -Genetic Algorithm Example The equation that