有没有好的开箱即用的专家系统引擎?
我正在研究 专家系统 - 只是想知道是否有任何好的引擎(商业或开放)可用于促进自定义专家系统的开发(而不是从头开始构建整个系统)。
I am looking into Expert Systems - just wondering if there are any good engines (commercial or open) available to facilitate development of a custom expert system (rather than building the whole thing from scratch).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
Prolog 非常适合编写专家系统。
Prolog is excellent for writing expert systems.
Jess 也应该考虑。 邮件列表上有很好的支持。
Jess should also be considered. Very good support on the mailing list.
据我所知,最好的规则处理系统是 JBoss Rules(也称为 Drools)。 您可以将程序组件集成到规则中,将规则库集成到程序组件中,甚至可以动态构建/修改规则库。
您可能还对解决基于规则的专家系统的局限性而设计的系统(称为高级逻辑 (HLL))感兴趣。
http://highlevellogic.blogspot.com/
The best rule-processing system that I know of is JBoss Rules (also known as Drools). You can integrate program components in the rules, integrate rule-bases in program components, and even build / modify rule-bases on the fly.
You might also be interested in a system conceived from addressing the limitations of rule-based expert systems called High Level Logic (HLL).
http://highlevellogic.blogspot.com/
当然,经典的(免费)专家系统 shell 是 CLIPS。
-m
Of course, the classic (free) expert systems shell is CLIPS.
-m
在商业领域,这些通常称为规则引擎。 我曾与 Haley Systems 合作过 - 他们去年被 Oracle 收购(http:// /www.oracle.com/haley/index.html)
我见过的另一个是 ILog< /a>
此外,对于 Net,还有一个名为 inrule 的规则。
In the business world these are typically called Rules Engines. I've worked with the one from Haley Systems - they were acquired by Oracle last year (http://www.oracle.com/haley/index.html)
Another one that I've seen is ILog
Also, for Net there's one called inrule.
Computer Associates 有一个aion 业务规则系统http://www.ca。 com/us/products/product.aspx?id=250
不知道现在有多少人使用它......
computer associates has an aion business rule system http://www.ca.com/us/products/product.aspx?id=250
dont know how many ppl use it nowadays...