-
Website
http://clarkparsia.com/weblog/ -
Original page
http://clarkparsia.com/weblog/2007/01/03/witchly-interlude-spassing-out/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
danja
11 comments · 4 points
-
Dave Beckett
1 comment · 2 points
-
Kendall
23 comments · 1 points
-
drewpca
1 comment · 1 points
-
-
Popular Threads
I've recently pondered hooking up the python RETE-UL [2] implementation I've been playing with a means to track a non-circular path through the RETE network as an alternative proof generation mechanism for large rulesets and factbases. I wonder if there is some metric for comparing the application of LP heuristics to DLP reasoning against (more traditional) resolution and tableux-based heuristics for the same KR.
Generated proofs, whether or not they are truely valuable, bring about a certain unmatchable satisfaction to a logician =)
[1] http://aima.cs.berkeley.edu/python/logic.html
[2] http://reports-archive.adm.cs.cmu.edu/anon/1995...
RETE and LP (by which I presume you mean logic programming) don't most naturally conflate in my lexicon. The bog standard framework for LP is resolution, from Prolog and Datalog to disjunctive datalog and answer set programming.
But the most natural metric would be performance, I would think :)
And do you mean "optimizations" by "heuristics"? Many optimizations are not heuristic, at least not in how I understand "heuristic".