I imagine (contradict me if I&#39;m wrong) that your problem is a complex<br>variant of Conway&#39;s <a href="http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life">Game of Life</a>. But even this simple generating algorithm<br>
defies any attempt of analysis except by &quot;simulate and observe&quot;.<br><br>So, I doubt that your (presumably much more complex) problem can<br>be solved with planner/solver.<br><br>-W<br><br><br>On Fri, Jan 22, 2010 at 6:39 PM, drooler <span dir="ltr">&lt;<a href="mailto:david_wynter@yahoo.com">david_wynter@yahoo.com</a>&gt;</span> wrote:<br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Thx for the answer to the 1st question.<br>
<br>
The second question should have been more precise. I suppose what I do not<br>
&#39;get&#39; yet is how the Planner interacts with the fact that the generations<br>
change. The examples for the solver show it working against a static set of<br>
facts, the planner move mechanism is the thing that varies the facts. My<br>
need to iterate over a number of generations to be able to see how affective<br>
my &#39;nutrients&#39; are does not sit well with how the planner/solver works on a<br>
static set of facts.<br>
<br>
If I rephrase it might help. In my case the selection of which generation is<br>
the current one is controlled by my rules or a fireAllRules() iteration.<br>
Then the &#39;score&#39; in my case can only be determined after several generations<br>
have been interated through making each &#39;current&#39; in turn. I currently have<br>
a object that keeps the current &#39;score&#39; and high score as I iterate through<br>
the generations. I want to see how varying the parameters of the &#39;nutrients&#39;<br>
fed to each organism affects the &#39;health&#39; over several generations. I feel I<br>
have one too many dimensions in my problem space here to be able to use the<br>
Solver/Planner. But maybe with some tweaking of the objects that describe my<br>
problem I take take advantage of it. Sorry to be a bit vague, I might just<br>
have to experiment with using it.<br>
<br>
David<br>
<font color="#888888">--<br>
View this message in context: <a href="http://n3.nabble.com/How-do-you-know-when-all-rules-have-finished-tp134766p135008.html" target="_blank">http://n3.nabble.com/How-do-you-know-when-all-rules-have-finished-tp134766p135008.html</a><br>

</font><div><div></div><div class="h5">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>
</div></div></blockquote></div><br>