-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove focus set from URE? #39
Comments
relex2logic uses it and is used in ghost-pln-demo. The purpose of the focus-set was to restrict the set of atoms used during inference, similar to |
You could use a separate atomspace instead, but if you're using it then it's better to let it there for now. |
I think the intent of the focus set is that it would be changing frequently. Which is partly the point of opencog/atomspace#1967. The focus set is an example of a recurring theme:
Thus, opencog/atomspace#1967 is a vague, general attempt to somehow implement a fast, high-speed, generic "focus set" that works the same way, everywhere -- with the attention bank, with MapLink, with ContextLink, with other subsystems. (i.e. so that we could remove special-case code for the focus set from the URE...) |
FYI, This might be maybe useful (and maybe not): I just now added when that is merged, take a look at |
Now that the URE supports having rule-base and knowledge in different atomspaces opencog/atomspace#1983 I wonder if we need to keep focus set support. I've never used it personally. Is anybody using it? Or has the intention of using it in the future?
The text was updated successfully, but these errors were encountered: