You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unification is inherently costly (NP in the worst case, I think, don't quote me on that). However queries are often similar, or their complexity incrementally builds up due to how the URE evolves inference trees.
So this would be a generalization of memoizing unification, see issue https://github.com/opencog/atomspace/issues/1913 but is much more advanced, it's pretty much a research project, might already have some literature on the subject, TBD.
The text was updated successfully, but these errors were encountered:
Unification is inherently costly (NP in the worst case, I think, don't quote me on that). However queries are often similar, or their complexity incrementally builds up due to how the URE evolves inference trees.
So this would be a generalization of memoizing unification, see issue https://github.com/opencog/atomspace/issues/1913 but is much more advanced, it's pretty much a research project, might already have some literature on the subject, TBD.
The text was updated successfully, but these errors were encountered: