On Thursday 17 May 2007 5:50:05 pm NicolasF wrote: > Now, my question may seem stupid but I am wondering: do the shadow facts > necessarily have the same slot values after each simulate() calls? Maybe I > am wrong, but I think that if I always assert the same set of facts, in the > same order, I always define the same set of rules, and I always use forward > chaining, the result should be always the same for each simulate() calls. > Is it correct?
Yes -- for two identical runs, you'll always get the same solution. Nothing that Jess does is non-deterministic; nothing changes randomly between runs. -------------------------------------------------------------------- To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list (use your own address!) List problems? Notify [EMAIL PROTECTED] --------------------------------------------------------------------
