JESS: Question about Waltz- and Manners-Benchmark

2004-07-30 Thread Marcus Schlappa
Hello! I have a question about the Rule-Engine Benchmarks Waltz and Manners. Are they measuring only the time for inference or does it include building the rete-network AND inference? Thanx! Marcus

Re: JESS: again: jess-performance

2004-07-30 Thread ejfried
I think Marcus Schlappa wrote: Hello, How can i cache the engine with the rules loaded? Do you mean the jess-commands bload and bsave? By engine we mean a single instance of the jess.Rete class. You can create as many instances of this class as you wish, and load each one with rules.

Re: JESS: Question about Waltz- and Manners-Benchmark

2004-07-30 Thread ejfried
I think Marcus Schlappa wrote: Hello! I have a question about the Rule-Engine Benchmarks Waltz and Manners. Are they measuring only the time for inference or does it include building the rete-network AND inference? Good question. Some rule engines require you to write the rules in a

Re: JESS: comments affecting error message line numbers?

2004-07-30 Thread ejfried
I think Jason Morris wrote: For most small programs, the reported line number of an error is exact or the difference is fairly close, but for larger code like Mitch's example, I've noticed that it can be significantly off. Indeed, the error was reported at line 92 instead of the correct line

JESS: jdk 1.5 support?

2004-07-30 Thread Ahmed Mohombe
Hi, are there any plans to support the jdk 1.5 features in Jess? Thank you in advance, Ahmed. To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the

Re: JESS: jdk 1.5 support?

2004-07-30 Thread ejfried
I think Ahmed Mohombe wrote: Hi, are there any plans to support the jdk 1.5 features in Jess? I really hadn't given it any thought. What features do you suppose could use specific support in Jess? - Ernest Friedman-Hill Advanced

RE: JESS: comments affecting error message line numbers?

2004-07-30 Thread Jason Morris
Glad that you confirmed it. I was worried that I was missing something. On the positive side, it sure made my bug-finding eye better. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Friday, July 30, 2004 8:56 AM To: [EMAIL

Re: JESS: jdk 1.5 support?

2004-07-30 Thread Ahmed Mohombe
[EMAIL PROTECTED] wrote: I think Ahmed Mohombe wrote: Hi, are there any plans to support the jdk 1.5 features in Jess? I really hadn't given it any thought. What features do you suppose could use specific support in Jess? Enumerations seem to be the most obvious to me. The generics stuff is nice

JESS: Jess feature idea

2004-07-30 Thread Jason Morris
Jess 7.0 will have the accumulate feature, but how about some way of accumulating by adding nodes to a tree? (If you look, you'll see that any kind of general purpose tree class is conspicuously missing from java.util.) For example, I'm doing some computations where I am accumulating sets of nodes