Re: JESS: Questions on when to use Rule Based System

2000-06-06 Thread csterbis
Certainly the COLLECTING of the transaction information is simple and easy. That doesn't necessarily need an expert system. But the PROCESSING of the transactions once collected is complex. We deal mostly with hospitals, so there are issues of shift differentials, overtime, bonuses, etc. And

JESS: Jess Performance

2000-06-06 Thread Skokan, Ladislav
Hello Jess users I have tried to implement an expert system in Jess. I have generated about 3000 facts. The structure was like deffacts and here is one typical example: (deffact node35 (link "/abc") (name "abc") (super "/")) All theses links are linked by the slot super and link. I have created

Re: JESS: Jess Performance

2000-06-06 Thread ejfried
There are indeed such rules; some are in the Jess manual (esp. the Rete algorithm chapter) and FAQ. The most important rules are to be as specific as possible in matching the earliest patterns on a LHS, and to put the most-often-changing facts at the end of a LHS. In this case, probably you've

Re: JESS: Re: JVM for Linux

2000-06-06 Thread ad
On Wed, 7 Jun 2000, Mariusz Nowostawski wrote: [...] As an aside, I'm eagerly awaiting a Java 1.3 release under linux. The IBM JDK 2, v1.3 for Linux has been out there for couple of weeks already. It is pretty fast, I mean *really fast*; still a little unstable, I mean for some