Matteo Dell'Amico
unread,Sep 19, 2012, 10:04:32 AM9/19/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to py...@googlegroups.com
Hello,
thanks for Pyke, it's really a nice piece of work! :)
I am considering using forward chaining to perform "pre-computation" of facts that you can infer from a .kfb file. Say, for the standard family relations example, I'd like to precompute an "is_ancestor" fact for all such relations, on the basis that I'm going to need it often and it would be a waste to recompute it with backward chaining any time it is needed. The problem is, when I reset the knowledge engine, as far as I understand facts generated through forward chaining are all erased because they are specific facts and not universal fact.
So, I'd need a way to either a) save specific facts in a new fact base or b) directly assert universal facts from forward chaining.
Would that be possible in Pyke?
thanks! :)
matteo