自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (3)
  • 收藏
  • 关注

转载 Error launching wind river registry on localhost

问:打开workbench3.0,怎么总是提示如下信息!而且手动启动wtxregd也总是不成功,不知道是什么原因?本人用的是试用版!The Wind River Registry on host "localhost" died unexpectedly. Please launch the registry manually from command line, with the -D opti...

2018-06-07 10:00:03 1505

原创 规则推理算法:Treat

参考自《Treat: A Better Match Algorithm for AI Production Systems》 引言 文中提出Treat算法并引入了一种新的状态保存方法,叫conflict-set support,并对Treat和rete算法进行了性能比较。结论是在5个不同的OPS5产生式程序中,TREAT优于rete。 通常来说,一个产生式系统由一组规则或产生式作

2017-10-11 11:22:14 9404

原创 无法定位软件包libX11-dev

安装qt时,按照教程 需要安装这三个 sudo apt-get install libX11-dev libXext-dev libXtst-dev 提示 E:无法定位软件包 源也没什么问题后来改成sudo apt-get install libx11-dev libxext-dev libxtst-dev 都把x改成小写就可以了,喵喵喵???

2017-09-20 09:55:33 13314 11

原创 cnn卷积神经网络讲解清晰的一篇文章

网页链接http://blog.csdn.net/v_july_v/article/details/51812459#comments

2017-08-10 21:16:55 1380

原创 clips与C++的交互

clips嵌入vs项目中有很多种方法,可以动态链接,静态链接,这些导入lib就可以直接调用clips的接口函数。 本文主要介绍直接将clips源码加入vs项目中,与c++项目整合 源码直接加入项目中后,就不仅可以调用clips的函数执行操作,还可以让clips调用c++项目中的函数,也即外部函数。

2017-05-03 18:33:19 2468

原创 clips系列二-clips调用外部函数

一.在clips中声明用户定义外部函数(对应advance编程3.1节) clips中调用外部函数

2017-05-03 18:26:08 991

vxworks workbench3

vxworks6.6 workbench3的网盘链接,在win7中已成功安装

2018-06-05

Treat 算法论文 英文

This paper presents the TREAT match algorithm for AI production systems. The TREAT algorithm introduces a new method of state saving in production system interpreters called conflict-set support. Also presented are the results of an empirical study comparing the performance of the TREAT match with the commonly assumed best algorithm for this problem, the RETE match. On five different OPS5 production system programs TREAT outperformed RETE, often by more than fifty percent. This supports an unsubstantiated conjecture made by McDermott, Newell and Moore, that the state saving mechanism employed in the RETE match, condition-element support, may not be worthwhile.

2017-09-26

Treat 算法论文

Treat 算法论文原文 英文 treat 算法 rete算法相关 This paper presents the TREAT match algorithm for AI production systems. The TREAT algorithm introduces a new method of state saving in production system interpreters called conflict-set support. Also presented are the results of an empirical study comparing the performance of the TREAT match with the commonly assumed best algorithm for this problem, the RETE match. On five different OPS5 production system programs TREAT outperformed RETE, often by more than fifty percent. This supports an unsubstantiated conjecture made by McDermott, Newell and Moore, that the state saving mechanism employed in the RETE match, condition-element support, may not be worthwhile.

2017-09-26

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除