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

Investigate and propose implementation for Memoization in Inference functions #45

Open
dpalmasan opened this issue Jan 7, 2023 · 0 comments
Labels
algorithm enhancement New feature or request

Comments

@dpalmasan
Copy link
Owner

We can use a Table Logic Programming approach, to avoid recomputing the same solution each time. As an example, the Backward chaining algorithm uses recursion to generate all the possible answers, maybe on inferences steps we can use memoization or implement a dynamic programming approach.

@dpalmasan dpalmasan added enhancement New feature or request algorithm labels Jan 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
algorithm enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant