<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 11/01/2010 10:39 AM, Wolfgang Laun wrote:
    <blockquote
      cite="mid:AANLkTikUY-yFd1Nhaj1Q=ERJa=Rx5iQMbL4eeYPqQan+@mail.gmail.com"
      type="cite">Mostly out of curiosity:<br>
      I have implemented a few things using full-blown backward chaining
      and<br>
      I know that these things could have been implemented just as well
      using<br>
      forward chaining. Therefore: Why does your project "need" bw
      chaining?<br>
    </blockquote>
    <br>
    A forward chaining engine finds all premisses and then draws all
    conclusions it can make, recursively. A backward chaining engine
    finds all goals, then tries to satisfy them using available facts.
    If no facts remain and no goal has been satisfied, the system should
    ask a user. A forward chaining engine would never find unsatisfied
    goals, so it would never try to acquire additional information,
    unless you specifically program it to do so. Basically, by doing
    that you build in a backward chaining component.<br>
    <br>
    I have built quite a few expert systems that used both backward
    chaining and forward chaining. Either one wouldn't have done the
    job. <br>
    <br>
    dagdag<br>
    Christine<br>
    <br>
    <blockquote
      cite="mid:AANLkTikUY-yFd1Nhaj1Q=ERJa=Rx5iQMbL4eeYPqQan+@mail.gmail.com"
      type="cite">
      Of course, if you have a good algorithm based on that, it may be
      easier<br>
      to stay with it.<br>
      -W<br>
      <br>
      <div class="gmail_quote">On 1 November 2010 10:15, Christine
        Karman <span dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:mylists@christine.nl">mylists@christine.nl</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="border-left: 1px solid
          rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left:
          1ex;">On 10/29/2010 04:32 PM, Mark Proctor wrote:<br>
          &gt; We have a prototype of BC that works, but won't be ready
          until Q1 next<br>
          &gt; year.<br>
          Is that in the svn? Is it a separate project in svn, or is it
          part of<br>
          the trunk?<br>
          <br>
          dagdag<br>
          Christine<br>
          &gt; Mark<br>
          &gt;&gt; dagdag<br>
          &gt;&gt; Christine<br>
          &gt;<br>
          &gt; _______________________________________________<br>
          &gt; rules-dev mailing list<br>
          &gt; <a moz-do-not-send="true"
            href="mailto:rules-dev@lists.jboss.org">rules-dev@lists.jboss.org</a><br>
          &gt; <a moz-do-not-send="true"
            href="https://lists.jboss.org/mailman/listinfo/rules-dev"
            target="_blank">https://lists.jboss.org/mailman/listinfo/rules-dev</a><br>
          &gt;<br>
          <font color="#888888"><br>
            <br>
            --<br>
            dagdag is just a two-character rotation of byebye.<br>
            <br>
            _______________________________________________<br>
            rules-dev mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:rules-dev@lists.jboss.org">rules-dev@lists.jboss.org</a><br>
            <a moz-do-not-send="true"
              href="https://lists.jboss.org/mailman/listinfo/rules-dev"
              target="_blank">https://lists.jboss.org/mailman/listinfo/rules-dev</a><br>
          </font></blockquote>
      </div>
      <br>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
rules-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-dev@lists.jboss.org">rules-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-dev">https://lists.jboss.org/mailman/listinfo/rules-dev</a>
</pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
dagdag is just a two-character rotation of byebye.
</pre>
  </body>
</html>