opennars / Narjure

A Clojure implementation of the Non-Axiomatic Reasoning System proposed by Pei Wang.
GNU General Public License v2.0
44 stars 11 forks source link

?what question handling issue #49

Closed TonyLo1 closed 8 years ago

TonyLo1 commented 8 years ago

concept/solution-update-handler assumes that old-task (selected from task bag) is same as the matching task-bag entry , but this is not the case as the bag entry has been returned to the bag with an updated budget due to forget-element.

Low priority issue but needs resolving at some point