-
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为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
-
基本遗传算法 里面的函数可自行更换 适合初学者 容易理解
基本遗传算法 里面的函数可自行更换 适合初学者 容易理解-A function of the basic genetic algorithm which can be suitable for beginners is easy to understand on their own replacement
- 2022-05-16 12:30:34下载
- 积分:1
-
它是一个基于遗传算法的优化方法,使用微分运算符。它用于解决带有大量未知事物的优化问题。...
它是一个基于遗传算法的优化方法,使用微分运算符。它用于解决带有大量未知事物的优化问题。-it is based on a genetic algorithm optimization method, the use of Differential Operators. It used to solve a large number of unknown things with the optimization problem.
- 2022-06-12 23:48:40下载
- 积分:1
-
遗传算法解决随机期望值模型问题的例题
遗传算法解决随机期望值模型问题的例题-random genetic algorithms to solve the problem expectations model example
- 2022-04-29 09:55:30下载
- 积分:1
-
基于RBF网络的机器人手臂运动关节的仿真实例。利用RBF网络实现机器人手臂运动关节的仿真实例建模。...
基于RBF网络的机器人手臂运动关节的仿真实例。利用RBF网络实现机器人手臂运动关节的仿真实例建模。-RBF network based on the movement of the robot arm joint simulation. RBF network using the robot arm joint movement simulation modeling.
- 2023-06-09 04:40:02下载
- 积分:1
-
在人工智能中模式识别比较新的分类算法,支持向量机.用于特征分类....
在人工智能中模式识别比较新的分类算法,支持向量机.用于特征分类.-A new classify arithmetic of pattern-recognition in artificial intelligence,use support vecotr machine to classify the characteristic
- 2022-02-18 14:30:48下载
- 积分:1
-
感知器神经元解决较复杂输入向量的分类问题
感知器神经元解决较复杂输入向量的分类问题-Perceptron neurons to solve more complex input vector classification
- 2023-04-11 20:20:04下载
- 积分:1
-
java编写的贝叶斯网络分类器(貌似没有模型构建和参数学习过程)...
java编写的贝叶斯网络分类器(貌似没有模型构建和参数学习过程)-java prepared by the Bayesian network classifier (seemingly no model of the learning process and parameters)
- 2023-03-28 23:10:03下载
- 积分:1
-
犯错
中国股市分析,2008年数学建模预测,股市是股票市场或股票交易市场的简称,也称为二级市场或次级市场,是股票发行和流通的场所,也可以说是指对已发行的股票进行买卖和转让的场所。在我国,沪深股市是从一个地方股市发展而成为全国性的股市的,1990年12月正式营业。以上证为例,有A股、S股、ST股等,其中A股也称为人民币普通股票、流通股、社会公众股、普通股,以人民币认购和交易。A股不是实物股票,以无纸化电子记账,实行“T+1”交割制度,有涨跌幅(10%)限制,参与投资者为中国大陆机构或个人,目前已发展到853家最新-err
- 2022-10-21 08:30:04下载
- 积分:1
-
介绍模拟退火算法的经典资料,最后附了一些经典的例子
介绍模拟退火算法的经典资料,最后附了一些经典的例子-Describes the classic simulated annealing algorithm information, finally attached to a number of classic examples of
- 2022-03-17 07:57:14下载
- 积分:1