-
遗传算法的源程序例子,对于初学者有很大帮助,建议多
遗传算法的源程序例子,对于初学者有很大帮助,建议多-Genetic algorithm source code examples are very helpful for beginners, the proposed multi-
- 2022-02-21 17:49:26下载
- 积分:1
-
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该...
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该结点的深度,选择那f(x)结点最小的那个结点进行扩展, 引入了一个"扩展数组[4]"(因为扩展的结点最多只有4个),该数组保存着某个结点的0点向各个方向的扩展的结点对象,然后对该扩展数组进行分析,利用启发函数在进行递归扩展... -us solve eight digital, BFS may lead to insufficient memory, using heuristic search, heuristic function f (x) = g (x) h (x) g (x) for the target node is different from the number of nodes, h (x) for the nodes of depth, the choice between f (x) nodes that the smallest node expansion. the introduction of an "expanded array [4]" (because the expansion of the nodes at most four), The array maintains a node of 0:00 a.m. to expand in all directions in the target node, and then expanded array analysis, use heuristic function during recursive expansion ...
- 2022-08-06 14:22:02下载
- 积分:1
-
我的英国石油网
人工神经网络网上发给我的BP-ANN Internet to my BP
- 2023-03-11 16:10:03下载
- 积分:1
-
SVM程序,以方便大家来使用,仅供参考fgawgagssag gwgragha ghewrag ghwaweg...
SVM程序,以方便大家来使用,仅供参考fgawgagssag gwgragha ghewrag ghwaweg-svm programe ,for everyone can get this and gag gwe gwega gwega gwerga
- 2022-03-30 01:32:07下载
- 积分:1
-
based perceptron neural network to handle complex classification problems
基于感知器神经网络处理复杂的分类问题-based perceptron neural network to handle complex classification problems
- 2022-08-25 03:58:37下载
- 积分:1
-
Simulated annealing algorithm the document on the simulated annealing algorithm...
模拟退火算法 该文档对模拟退火算法作了详细介绍,包括准确的MATLAB算法代码,相当适用-Simulated annealing algorithm the document on the simulated annealing algorithm described in detail, including accurate MATLAB algorithm code, rather the application of
- 2022-03-21 07:56:29下载
- 积分:1
-
一个介绍支持向量机的文档。
认真读一读,会有收获的。
--- -一个介绍支持向量机的文档。
认真读一读,会有收获的。-------- introduced a Support Vector Machine documents. Seriously read, there will be rewarding.
- 2022-02-12 07:16:50下载
- 积分:1
-
Data Mining k
数据挖掘k-measextions 算算法,改进了其中部分结构。-Data Mining k-measextions counting algorithm, to improve some part of the structure.
- 2022-02-24 16:17:55下载
- 积分:1
-
neural networks and genetic algorithms combined application
神经网络和遗传算法组合应用-neural networks and genetic algorithms combined application
- 2023-02-09 23:20:03下载
- 积分:1
-
遗传算法简称GA(Genetic Algorithm),在本质上是一种不依赖具体问题的直接搜索方法。遗传算法在模式识别、神经网络、图像处理、机器学习、工业优化控...
遗传算法简称GA(Genetic Algorithm),在本质上是一种不依赖具体问题的直接搜索方法。遗传算法在模式识别、神经网络、图像处理、机器学习、工业优化控制、自适应控制、生物科学、社会科学等方面都得到应用。在人工智能研究中,现在人们认为“遗传算法、自适应系统、细胞自动机、混沌理论与人工智能一样,都是对今后十年的计算技术有重大影响的关键技术”。-Referred to as genetic algorithm GA (Genetic Algorithm), in essence is a kind of do not rely on specific issues of direct search method. Genetic algorithm in pattern recognition, neural networks, image processing, machine learning, optimization of industrial control, adaptive control, biological sciences, social sciences and so on have been applied. Research in artificial intelligence, now that the " genetic algorithms, adaptive systems, cellular automata, chaos theory and artificial intelligence, are the next ten years of the computing technology have a major impact on the key technology."
- 2022-01-27 19:47:11下载
- 积分:1