Skip to content
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

Create an incremental unifier #18

Open
ngeiswei opened this issue Nov 19, 2018 · 1 comment
Open

Create an incremental unifier #18

ngeiswei opened this issue Nov 19, 2018 · 1 comment

Comments

@ngeiswei
Copy link
Member

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.

@linas linas transferred this issue from opencog/atomspace Jul 26, 2019
ngeiswei pushed a commit to ngeiswei/ure that referenced this issue Jun 21, 2020
@ngeiswei
Copy link
Member Author

Looking into https://en.wikipedia.org/wiki/Incremental_computing could provide some help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant