<br>   Hi Tim,<br><br>   That is a nice topic for studies, but be prepared for a tsunami of information and quite a few controversies. :)<br><br>   Regarding your question, I am not sure I completely understand what you mean, but it is important to be clear that &quot;generation of code&quot; is an orthogonal concern to the chosen algorithm. I.e., take the Rete algorithm for example: you can have it fully &quot;interpreted&quot; (I am using the term loosely here), you can generate code for it completely, or you can be anywhere in the middle. In all cases, the properties of the algorithm itself will be preserved (assuming the implementations are correct). Incurring the risk of making a mistake here, I will mention that AFAIK Jess falls in the first cathegory, OPSJ falls in the second and Drools falls in the 3rd, and they are all Rete based algorithms.<br>
<br>   Its been a long time since I last looked at TAKE, but at that time it was generating code for a backward-chaining-like algorithm. Not sure what it has now.<br><br>   So, my suggestion is that you either focus on the properties of the algorithms itself (for instance, are you comparing classic Rete with known algorithm like LEAPS, TREAT, etc) or focus on the advantages and disadvantages of code generation (for instance &quot;interpreted Rete&quot; versus &quot;code generated Rete&quot;, again using terms loosely here). Mixing everything in a single comparison might be misleading.<br>
<br>   Edson<br><br><div class="gmail_quote">2010/3/8 Tim de Jager <span dir="ltr">&lt;<a href="mailto:tim.dejager@student.hu.nl">tim.dejager@student.hu.nl</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Hi everybody,<br>
<br>
I&#39;m currently doing my bachelor thesis on Rule engines. This includes<br>
comapring different Rule engine products. I have set up a small Java program<br>
(Conway&#39;s game of life) and I&#39;m writing the &#39;engine&#39; in different Rule<br>
engines, while keeping the same GUI,CellGrid etc. I have already made a<br>
Drools based engine.<br>
<br>
I have been studying the Rule engine subject for somewhat more then a month<br>
now. And I&#39;m currently seeing two different developments namely the use of<br>
an inference engine and the generation of embedded code instead (Take,<br>
Visual Rules etc.)  I can see some of the pro&#39;s and cons with both<br>
paradigms. But I&#39;m wondering what opinion some of you guys have on the<br>
subject.<br>
<br>
I can see that without inferencing  it is very hard (or even impossible) to<br>
keep a statefull session inside the rule engine, haven&#39;t seen a<br>
non-inferencing rule engine which does offer this possibility. And also lose<br>
features like TMS. But what would be a concrete example where a statefull<br>
session is absolutely necessary? Instead of letting the engine reason over<br>
all the facts in stateless way. And managing conflicts with a ruleflow (see<br>
Visual Rules for a nice example).<br>
<br>
I&#39;m looking forward to hearing your thoughts.<br>
<br>
Thanks,<br>
<br>
Tim<br>
<br>
P.S I already read two of Mark Proctors blogs on inferencing, but while<br>
enlightening, they didn&#39;t supply me with a definitive awnser<br>
<font color="#888888">--<br>
View this message in context: <a href="http://n3.nabble.com/Inferencing-tp435411p435411.html" target="_blank">http://n3.nabble.com/Inferencing-tp435411p435411.html</a><br>
Sent from the Drools - User mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</font></blockquote></div><br><br clear="all"><br>-- <br>  Edson Tirelli<br>  JBoss Drools Core Development<br>  JBoss by Red Hat @ <a href="http://www.jboss.com">www.jboss.com</a><br>