-
Genetic algorithm procedure is very easy to use. Suitable model for solving the...
遗传算法求解的程序,非常好用。适合建模问题的求解。-Genetic algorithm procedure is very easy to use. Suitable model for solving the problem.
- 2023-07-04 17:30:02下载
- 积分:1
-
它只是将A*算法解决eghit
这个程序是A*算法的简单实现,来解决八数码问题-It just simply applys the A* algorithm to solve the Eghit-puzzle problem
- 2023-04-15 03:00:03下载
- 积分:1
-
height 遗传身高计算 根据父母的升高计算后代身高
height 遗传身高计算 根据父母的升高计算后代身高-height
- 2022-07-03 22:52:33下载
- 积分:1
-
其中包括模拟退火算法的具体实现,还有其他经典算法的实现,数模全赛逢山开路问题的解答程序...
其中包括模拟退火算法的具体实现,还有其他经典算法的实现,数模全赛逢山开路问题的解答程序-Including simulated annealing algorithm to achieve the specific, there are other classical algorithm for the realization of digital-analog-wide open tournament every hill questions procedure
- 2022-08-22 15:17:26下载
- 积分:1
-
Winsvm支持向量机分类预测的指导书
WinSVM支持向量机预测分类使用指导书-WinSVM support vector machine classification for prediction guide book
- 2022-03-15 13:31:55下载
- 积分:1
-
SOM classic examples of artificial neural network source code, it is true
SOM人工神经网络的经典例子源代码,是真的
- 2022-07-28 01:08:54下载
- 积分:1
-
关于apriori算法的一个小程序,用于数据挖掘关联规则,呵呵....
关于apriori算法的一个小程序,用于数据挖掘关联规则,呵呵.-apriori algorithm on a small procedures for data mining association rules, Ha ha.
- 2022-03-25 14:16:21下载
- 积分:1
-
c++学习初步
c++学习初步-c++ preliminary study
- 2022-01-21 04:02:56下载
- 积分:1
-
利用PSO优化SVM,利用分组式训练方法提高算法速度
利用PSO优化SVM,利用分组式训练方法提高算法速度-PSO to optimize the use of SVM, the use of packet-style training methods improve algorithm speed
- 2022-11-17 11:15:03下载
- 积分: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