opennars/OpenNARS-for-Applications

TODO *query functionality

patham9 opened this issue · 3 comments

Allow *query truth_exp_threshold term
to query for all answers above the truth expectation threshold.
This could allow to do queries such as:
*query 0.6 <{?1} --> [left]>? :|:
"List all the instance which are currently known to be on the left side with truth expectation > 0.6".

This is different to input question
<{?1} --> [left]>? :|:
which gives the most certain answer only with the most certain instance.

implemented da8cf53

this feature is an essential addition, I am testing it now

Please let me know how it goes! :)
Else I will reopen the issue & fix.