Here follows my abstract and proposal. It is unchanged, except for the removal of email addresses and the addition of small dashes to improve formatting.
Abstract:
LISA (Lisp-based Intelligent Software Agents) currently uses an implementation of the Rete algorithm (a many-to-many matching system) as its inference engine. The Rete algorithm has excellent performance for certain applications, such as deductive databases and production systems. However, in many situations its many-to-many matching is overkill.
Implementing backward chaining in LISA will provide a system of one-to-many matching, allowing LISA to be efficiently used for logic programming.
LISA Homepage:
- http://lisa.sourceforge.net/ Read More »