-
人工智能最大流算法 源码及设计文档,内含4个源代码
人工智能最大流算法 源码及设计文档,内含4个源代码-artificial intelligence maximum flow algorithm source code and design documents, containing four source code
- 2022-02-11 12:59:22下载
- 积分:1
-
nsga2非支配排序遗传算法,c++源码实现
nsga2非支配排序遗传算法,c++源码实现-nsga2 non-dominated sorting genetic algorithm, c++ source code to achieve
- 2022-07-15 23:12:29下载
- 积分:1
-
二进制的基本遗传算法,在VC++环境下编程实现。
二进制的基本遗传算法,在VC++环境下编程实现。-binary basic genetic algorithm, the VC environment programming.
- 2022-08-09 15:06:51下载
- 积分:1
-
DBSCAN博士aszykowski部Michal化学计量学所设计…
DBSCAN Designed by Dr. Michal aszykowski Department of Chemometrics Institute of Chemistry, The University of Silesia. It s the basic one.
- 2022-01-30 15:34:41下载
- 积分:1
-
本程序是数据挖掘中的关联规则模型中著名的Aprior算法的VC实现程序,可用于知识发现、数据挖掘、人工智能、模式识别等领域(请先解压文件)...
本程序是数据挖掘中的关联规则模型中著名的Aprior算法的VC实现程序,可用于知识发现、数据挖掘、人工智能、模式识别等领域(请先解压文件)-The code is the VC implementation of the well-known Aprior algorithm in Association Rule Model of Data Mining field, can be used in Knowledge Discovery, Data Mining, AI, Pattern Recognition and so on.(Please unzip the file first)
- 2022-01-30 17:11:49下载
- 积分:1
-
the cell simulation of self
本程序模拟细胞的自我繁殖,你会看到一个柔软的细胞诞生在电脑屏幕上,然后随着各个分子的撞击,细胞开始分裂,经过一段时间的演化,这个细胞会在溶液中把自己复制,然后这个过程会继续进行……。这种自我复制是在人工化学的基础上进行,比起原来的基于细胞自动机的自我复制更加形象逼真-the cell simulation of self-reproduction, you will see a soft cell birth on the computer screen, and then with all the percussive elements, cell division, after a period of evolution, the cells in the solution themselves copied, and then the process will continue ... . This self-reproduction of the artificial chemical basis, compared to the original cell-based automatic machine self-replication more vivid
- 2022-03-10 04:40:19下载
- 积分:1
-
[ Entire American classics ] wavelet ten lectures (Ingrid
Daubechies) Chinese ed...
【全美经典】小波十讲(Ingrid Daubechies 著)中文版- [ Entire American classics ] wavelet ten lectures (Ingrid
Daubechies) Chinese edition
- 2022-01-25 14:24:20下载
- 积分:1
-
目前最好的A*寻路算法
目前最好的A*寻路算法-Currently the best A* pathfinding algorithm. . . . . . . . .
- 2022-09-08 06:10:03下载
- 积分:1
-
遗传问题的MATLAB代码,用于解决TSP问题的程序
遗传问题的MATLAB代码,用于解决TSP问题的程序-Genetic problems MATLAB code for the procedure to solve TSP problems
- 2022-10-30 01:55:04下载
- 积分:1
-
粒子群优化算法是一种进化技术(进化有限公司)。
粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation).源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域-Particle Swarm Optimization (PSO) is an evolutionary technology (evolutionary computation). Predatory birds originated from the research PSO with similar genetic algorithm is based on iterative optimization tools. Initialize the system for a group of random solutions, through iterative search for the optimal values. However, there is no genetic algorithm with the cross- (crossover) and the variation (mutation). But particles in the solution space following the optimal particle search. The steps detailed chapter on the future of genetic algorithm, the advantages of PSO is simple and easy to achieve without many parameters need to be adjusted. Now it has been widely used function optimization, neural networks, fuzzy systems control and ot
- 2022-02-05 13:05:45下载
- 积分:1