hi, there, I am working on a multi-agent based simulation program by using JESS. Basically each agent holds certain mount of knowledge (cognitive attributes). to solve a problem, agent is going to follow this procedure with different knowledge applied into: (1) if it can solve it by itself, solve it. capability is involved. (2) if more information is needed, find it. belief is involved. (3) if it can't solve it, find one who can. collaboration knowledge is involved. so you see, in different stage, different knowledge is applied. I just wonder if in JESS there is a way to do quick switch between different knowledge set. say, if I instantiates a Rete engine instance, how can I hold different knowledge set in terms of facts and rules and switch among them without having more Rete instances? your advice is greatly appreciated. please reply to me directly. thanks a lot. --------------------------------------------------------------------- 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] ---------------------------------------------------------------------
