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).
6 Answers
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.

- 87,343
- 27
- 171
- 245
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/

- 1,830
- 2
- 20
- 25
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...

- 5,725
- 6
- 52
- 76