搜索资源列表
简单遗传算法和简单bp网络的程序
- 基于Matlab的简单遗传算法和简单bp网络的程序实现-based on Matlab simple genetic algorithms and simple bp Network Program
简单遗传算法与人工智能
- 实现了遗传算法的功能,采用java实现,只需要简单的设置文件就可以运行。(java)-a genetic algorithm to achieve the function, using java realized, requires only a simple configuration files on the run. (Java)
my遗传算法
- 该算法实现了神经网络的遗传算法,从简单的角度出发,说明的算法-the algorithm to achieve a neural network genetic algorithm, from the simple point of view that the algorithm
遗传算法
- PDF格式的文件,为遗传算法的入门文章,内容生动,简单易懂。压缩文件为实现程序
C_genetic
- 本例是本人写的遗传算法的最简单的一个实现,并且带有一个说明文档。用C语言编写,在TurborC中调试,由于当时在随机数产生上没有种种子,所以极易收敛,有兴趣可以种上种子试一下。-the cases I wrote is the most genetic algorithm to achieve a simple, and with a documented. C language, in which TurborC debugging,
SGA
- 遗传算法中的简单遗传算法,用matlab实现。-genetic algorithm simple genetic algorithm, using Matlab to achieve.
gaul-devel-0.1849-0.tar
- 关于遗传算法的一些见地。特别是关于简单遗传程序设计的实现。-on Genetic Algorithms some insight. Especially on the simple genetic procedures designed to achieve.
差别算法matlab源码
- 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation).源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应
粒子群优化算法C
- 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域-comparison with the genetic algorithm, the advantages of PSO is simple and easy to achieve without many parameters need to be adjusted. Now it ha
my遗传算法
- 该算法实现了神经网络的遗传算法,从简单的角度出发,说明的算法-the algorithm to achieve a neural network genetic algorithm, from the simple point of view that the algorithm
VC_GAD
- 简单遗传算法VC实现,包括选择,交叉,变异以及种群初始化-simple genetic algorithm VC, including the selection, crossover and mutation, and initialization Stocks
GA(C++)
- c++的遗传算法实现,简单实用,很好的实现了遗传算法的结构与仿真-c genetic algorithm to achieve a simple, practical, good genetic algorithm to achieve the structure and Simulation
Geneticalgorithms
- 用一个简单的函数来实现遗传算法的运用,从这个函数中可以看出遗传算法是如何运用的!-a simple function to achieve the application of genetic algorithms, In this function, we can see how the genetic algorithm is used!
tsp-word
- 用遗传算法解决旅行商问题的简单实现.word格式,简单,易懂 -using genetic algorithms to solve the traveling salesman problem simple realization. Word format, a simple, understandable
JXJW
- 使用改进的遗传算法实现简单的高校排课,连接的数据库为sql server 2-The use of improved genetic algorithm College Course Scheduling realize simple to connect to the database sql server 2
遗传算法源代码
- 用遗传算法求函数最大值问题,vc++实现,简单明了(Using the genetic algorithm to solve the problem of maximum function, the vc + + implementation is simple and straightforward)
遗传算法
- 基本的遗传算法实现,求解函数极值,简单易懂,适用于初学者(Basic genetic algorithm to solve the extremum of function)
三个遗传算法matlab程序实例.
- 三个遗传算法matlab程序实例,用于简单的说明遗传算法在MATLAB中的实现过程。(Three examples of genetic algorithm matlab program)
遗传算法与粗糙集的简单实现
- 简答的实现了粗糙集理论与遗传算法,非原创(The simple realization of the theory of rough set and genetic algorithm, non original)
main
- 遗传算法简单实现 基于c++编写 求解目标函数极值(Genetic algorithm is simple, and is based on c++ to solve the extreme value of objective function.)