Anyone with specific pointers or experience with a 'Generic Rules Engine'?

前提是你 提交于 2019-12-04 16:06:26

I have played around with DROOLS, a rule engine from JBOSS. I have seen it use in large scale production systems. It offers representation of rules in various different formats such as -- flat rule file written in JAVA or MVEL; using DROOLS rule flow, and decision tables composed in EXCEL.

The execution of rules are using RETE algorithm, which is supposedly faster due to rule memorization and variable sharing. As pointed out by Doug, there are a lot of information on Wikipedia

Expert Systems were the AI rage in the 80s.

There's lots of info on Wikipedia on the Rete Algorithm

See also Inference Engine

One well regarded toolkit is CLIPS

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!