Re: Setting inference depth
Hans Chalupsky <[email protected]> Fri, 25 Feb 2011 13:48:58 -0800
| Newsgroups | gmane.comp.ai.powerloom |
|---|---|
| Message-ID | <[email protected]> |
You can set the maximum inference depth via the :maximum-depth option to "ask"
or "retrieve". For example,
(retrieve all (needs-lots-of-rules ?x ?y)
:maximum-depth 120)
The default depth setting is 25. And yes, it looks like this option is
undocumented, sorry. We'll add that to the documentation for "ask" and
"retrieve" for the next release.
Hans
>>>>> Pierre Grenon <[email protected]> writes:
> Hello,
> apologies if this is documented somewhere and has escaped my
> attention, I'm wondering how to set inference depth when querying, in
> particular using command line. I find myself a bit frustrated by depth
> cutoff, if I understand what that is correctly, when backward chaining
> and would be willing to wait a bit longer in exchange of a few extra
> results..
> many thanks in advance,
> pierre
> _______________________________________________
> powerloom-forum mailing list
> [email protected]
> http://mailman.isi.edu/mailman/listinfo/powerloom-forum