搜索资源列表
VC编写的神经网络算法程序
- 一个VC编写的神经网络算法程序,对学智能算法的朋友很有用。-a VC prepared by the neural network algorithm procedures, intelligent algorithm friends useful.
模拟退火c++的算法程序
- 模拟退火c++的算法程序,广泛应用于最优化、运筹学、人工智能、遗传算法等领域,具有很好的学习价值-simulated annealing algorithm procedures, the most widely used optimization, operations research, artificial intelligence, genetic algorithms and other areas of learning is very good value
用C++实现的bp算法程序
- 一个用C++实现的bp网络算法程序,供大家参考-a C realized bp network algorithm, for your reference
用Fortran实现的bp算法程序
- 这是用Fortran实现的bp算法程序,供大家自学参-This is achieved using Fortran bp algorithm, for your self-Participation
C语言遗传算法程序包
- 一个经典的C语言遗传算法程序包,可直接用来开发遗传算法的应用程序-a classic genetic algorithm C language package can be used directly for the development of the genetic algorithm application
用matlab编写的二进制的遗传算法程序
- 用matlab编写的二进制的遗传算法程序.rar-using Matlab binary prepared by the genetic algorithm. Rar
matlab遗传算法程序集
- matlab遗传算法程序 其中包括13个程序-Matlab genetic algorithm which includes 13 procedures
一个用于求函数极值的遗传算法程序
- 一个用于求函数极值的遗传算法程序,使用VC++编程.-seek function for a maximum of genetic algorithm, the use of VC.
遗传算法程序包
- 遗传算法程序包,里面包含有多种人工智能语言c程序,包括进化算法等等,没有密码-GA package, which contains a variety of artificial intelligence language c procedures, including evolutionary algorithms, etc., no password
神经网络lvq算法程序
- 神经网络lvq算法程序-neural network algorithm procedures lvq
粒子群算法程序
- 粒子群算法程序集,应用于粒子优化处理!最新的算法.-PSO algorithm set, optimized for particle! The latest algorithm.
黑白棋子的算法程序实现
- 黑白棋子的算法程序实现详细步骤及实现过程-reversi son algorithm program and detailed steps for achieving
粒子群算法程序以及优化神经网络程序
- 粒子群算法程序以及优化神经网络程序,测试通过
模拟退火算法程序
- 模拟退火算法程序
c语言编写的遗传算法程序
- c语言编写的遗传算法程序
matlab编写的遗传算法程序
- matlab编写的遗传算法程序
遗传算法程序
- 遗传算法程序,% 下面举例说明遗传算法 % % 求下列函数的最大值 % % f(x)=10*sin(5x)+7*cos(4x) x∈[0,10] % % 将 x 的值用一个10位的二值形式表示为二值问题,一个10位的二值数提供的分辨率是每为 (10-0)/(2^10-1)≈0.01 。 % % 将变量域 [0,10] 离散化为二值域 [0,1023], x=0+10*b/1023, 其中 b 是 [0,1023] 中的一个二值数。 %(Inheritance Algorithm)
用MATLAB实现遗传算法程序
- 遗传算法程序,内有相关ppt与例子讲解及源代码(tool of genetic algorithm)
基于Matlab的函数优化遗传算法程序
- 这是基于Matlab的函数优化遗传算法程序(This is based on Matlab's function optimization genetic algorithm program.)