-
ISODATA算法的C++语言源代码明白
ISODATA 算法的 C++ 语言的实现源码-ISODATA algorithm C++ Realize language source
- 2022-01-25 22:31:50下载
- 积分:1
-
遗传算法的c语言程序
遗传算法的c语言程序-Genetic Algorithm c Language Program
- 2022-03-24 14:36:43下载
- 积分:1
-
这是我自己编的从数据中自动提取模糊规则的程序,这个文件中包括了一个主程序和几个函数,能够自动提起模糊规则、合并优化模糊规则。...
这是我自己编的从数据中自动提取模糊规则的程序,这个文件中包括了一个主程序和几个函数,能够自动提起模糊规则、合并优化模糊规则。-This is my own series of the data from the automatic extraction of fuzzy rules procedures, the document includes a main program and several function, can automatically initiate fuzzy rules, merging optimization fuzzy rules.
- 2022-01-26 08:15:42下载
- 积分:1
-
EM algorithm with a Rauch
EM algorithm with a Rauch-Tung-Striebel smoother and an M step,内有说明-EM algorithm with a Rauch-Tung-Striebel"s moother and an M step, which is described
- 2023-06-05 10:10:03下载
- 积分:1
-
The simulated annealing algorithm, using MATLAB experiment.
模拟退火算法实验,使用MATLAB实现。-The simulated annealing algorithm, using MATLAB experiment.
- 2022-03-12 02:35:11下载
- 积分:1
-
五子棋是一种受大众广泛喜爱的游戏,这里介绍五子棋程序的数据结构、评分规则、胜负判断方法,重点分析了搜索算法,并在传统的博弈算法在五子棋应用中进行一些改进,从而使...
五子棋是一种受大众广泛喜爱的游戏,这里介绍五子棋程序的数据结构、评分规则、胜负判断方法,重点分析了搜索算法,并在传统的博弈算法在五子棋应用中进行一些改进,从而使剪枝更有效,运算性能更好。改进包括:不使用closed表;改变棋盘搜索顺序;增加记录最大棋盘信息的指针。实验证明,这几点改进对提高效率有很高帮助。
- 2022-07-01 17:06:31下载
- 积分:1
-
首先采用某种编码方式将解空间映射到编码空间,每个编码对应问题的一个解,称为染色体或个体。一般通过随机方法确定起始的一群个体,称为种群,在种群中根据适应值或某种竞...
首先采用某种编码方式将解空间映射到编码空间,每个编码对应问题的一个解,称为染色体或个体。一般通过随机方法确定起始的一群个体,称为种群,在种群中根据适应值或某种竞争机制选择个体,使用各种遗传操作算子产生下一代如此进化下去,直到满足期望的终止条件。-begin using some form of coding mapping to the solution space coding space, each encoding a corresponding solution to the problem, known as chromosome or individual. General randomly determined by the initial group of individuals, called stocks, the stocks based on fitness or some mechanism to choose the individual competition, the use of genetic Operator evolution of the next generation so on, until the termination meet expectations conditions.
- 2022-03-05 00:58:22下载
- 积分:1
-
支撑向量机算法的一种改进算法,是基于增量学习的算法
支撑向量机算法的一种改进算法,是基于增量学习的算法-Support Vector Machine Algorithm an improved algorithm is based on the incremental learning algorithm
- 2022-01-31 11:12:08下载
- 积分:1
-
在c语言中实现的多目标优化,同时能够上使用者学习研究带来很大的方便...
在c语言中实现的多目标优化,同时能够上使用者学习研究带来很大的方便-C 实 亩目呕 同 时 芄 学魏芯 艽 姆
- 2023-05-24 21:40:03下载
- 积分:1
-
一个完整BP神经网络源代码,包括数据和说明文档
一个完整BP神经网络源代码,包括数据和说明文档-a complete neural network source code, including data and documentation
- 2022-08-11 20:01:17下载
- 积分:1