-
us solve eight digital, BFS may lead to insufficient memory, using heuristic sea...
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为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-02-04 07:43:49下载
- 积分:1
-
另一个遗传算法程序
另一个遗传算法程序-Another genetic algorithm program
- 2022-02-01 15:51:56下载
- 积分:1
-
AI 人工智能 在C#环境下 实现 过河问题 算法
AI 人工智能 在C#环境下 实现 过河问题 算法-AI
- 2022-05-20 06:12:16下载
- 积分:1
-
模式识别与人工智能中经典算法younger算法的实现及应用
模式识别与人工智能中经典算法younger算法的实现及应用-Pattern Recognition and Artificial Intelligence in the classical algorithm younger Algorithm and Application
- 2022-03-20 10:35:19下载
- 积分:1
-
国家航空航天局国家航空航天局人工智能专家系统工具…
一套美国国家宇航局人工智能中心NASA的专家系统工具源代码-a National Center of NASA NASA artificial intelligence expert system tool for source code
- 2022-05-24 21:18:29下载
- 积分:1
-
用MATLAB语言编写。三十三座城市的蚂蚁算法。解决TSP问题。
用MATLAB语言编写。三十三座城市的蚂蚁算法。解决TSP问题。-Used MATLAB language. 33 cities in the ant algorithm. Solve the TSP problem.
- 2022-03-30 14:35:35下载
- 积分:1
-
Tutorial On Fuzzy Logic
Tutorial On Fuzzy Logic
- 2022-08-20 23:26:22下载
- 积分:1
-
很好的边缘检测源代码,使用vc++6.0编写,主要用于医学图像的边缘检测...
很好的边缘检测源代码,使用vc++6.0编写,主要用于医学图像的边缘检测-good source edge detection, the use of vc 6.0 preparation, mainly for Medical Image Edge Detection
- 2023-08-22 13:50:03下载
- 积分:1
-
人工智能中经典算法
人工智能中经典算法-宽度搜索和启发是搜索(A*算法)在VC环境下的实现代码,对于学习人工智能有很多帮助- In the artificial intelligence the classical algorithm- width
search and the inspiration are the search (the A* algorithm) under the
VC environment realization code, has regarding the study artificial
intelligence very helps
- 2022-02-21 10:04:12下载
- 积分:1
-
Propositional logic in the inference rule can be used to prove that a propositio...
命题逻辑中的推理规则可以用来证明一个已经表示成命题公式的定理,但它还不便于机械化实施。因为其中的各条规则都未指明在推导的什麽步骤上应该引入什麽前提或中间结论,这些还有赖于人的经验技巧和才能。1960年王浩提出的算法,可以完全脱离人的经验和技巧,机械地构造每一步推导,证明一个命题逻辑定理的成立。
-Propositional logic in the inference rule can be used to prove that a propositional formula has been expressed as the theorem, but it is not easy to implement mechanization. Because the rules did not specify what steps in the derivation of what should be the introduction of the premise or intermediate conclusions, which also depends on the person s experience of the skills and talent. Wang Hao in 1960 proposed algorithm can be completely divorced from the person s experience and skills, a mechanical structure is derived for each step to prove that a propositional logic theorem establishment.
- 2022-03-07 22:04:02下载
- 积分:1