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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: