-
遗传算法在TSP中的应用的原代码, 具体的代码见内。
遗传算法在TSP中的应用的原代码, 具体的代码见内。-Genetic algorithm source code applies in TSP with detailed code
- 2022-08-03 01:46:09下载
- 积分:1
-
用BP神经网络进行对啤酒质量的识别,各个参数可以自己进行修改。...
用BP神经网络进行对啤酒质量的识别,各个参数可以自己进行修改。-Using BP neural network to identify the quality of beer, all parameters can be modified.
- 2023-05-25 10:40:03下载
- 积分:1
-
关联规则的频繁项集算法bomo的源代码,含说明文件,C编写,可在linux和windows下编译。...
关联规则的频繁项集算法bomo的源代码,含说明文件,C编写,可在linux和windows下编译。-Related and regular frequent source codes which collects algorithm bomo, includes the supporting paper, C is written, can compile under linux and windows
- 2022-09-24 08:55:03下载
- 积分:1
-
association rules of frequent item sets Algorithm trillion*, a very good algorit...
关联规则中的频繁项集生成算法fomax*,一个非常优秀的算法,由中国人(朱建飞)的参与。-association rules of frequent item sets Algorithm trillion*, a very good algorithm, China (Zhu Jianfei) participation.
- 2022-06-14 23:38:39下载
- 积分:1
-
本程序用于分类两类数据,分类速度很快,如果分类多类可能还要修改...
本程序用于分类两类数据,分类速度很快,如果分类多类可能还要修改-This procedure for the classification of two types of data, classification fast, if the classification of many types, which may need modification
- 2022-06-20 03:18:21下载
- 积分:1
-
浙江大学编的神经网络入门教程,pdf格式。
浙江大学编的神经网络入门教程,pdf格式。-Zhejiang University, made the neural network Tutorial, pdf format.
- 2022-03-02 10:03:41下载
- 积分:1
-
本程序实现了一个人工神经网络的算法,相关领域的人可以参考。...
本程序实现了一个人工神经网络的算法,相关领域的人可以参考。-This procedure implements a neural network algorithm, in related fields who can refer to.
- 2022-06-28 21:47:09下载
- 积分:1
-
人工智能经典问题TSP问题的C语言实现,内含源程序和调试过程生成的文件...
人工智能经典问题TSP问题的C语言实现,内含源程序和调试过程生成的文件-AI classic TSP"s C language, and includes source code debugging process produces files
- 2023-03-15 02:55:03下载
- 积分:1
-
很好的神经网络教程,里面包含源代码,可以进行相关的修改!...
很好的神经网络教程,里面包含源代码,可以进行相关的修改!-Good neural network tutorial, which contains the source code, can be related to changes!
- 2022-03-22 05:42:04下载
- 积分: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