搜索资源列表
Genetic_Algorithm
- Filename: aiWorld.h Purpose: 遗传算法,花朵演化。 Author: pass86 E-mail: pass86@gmail.com -Genetic_Algorithm
genetic_algorithm
- 此算法是我用于应付智能优化算法考试而编写的,花了大量心血,主要用于求解函数优化问题,目标函数:f(x1,x2,x3)=x1*x1+x2*x2+x3*x3 约束条件:(sqrt(x1)+sqrt(x2)+sqrt(x3))<=2-This algorithm is used to meet my intelligent optimization algorithm for the preparation of examinations, and spent a lot of hard
Genetic_Algorithm
- 基于遗传算法的走迷宫实现,主要算法原理为遗传算法,界面实现为WinForm-Maze based on genetic algorithm to achieve the main principle for the genetic algorithm method, the interface is implemented as WinForm
genetic_algorithm
- 自己写的遗传算法程序,对初学者来说很实用,可以运行!-very good!
Genetic_algorithm
- GA算法;利用遗传算法进行非线性函数的功能优化-Functional Optimization Of Non linear Function(sinx) using Genetic Algorithm.