-
Notifications
You must be signed in to change notification settings - Fork 4
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
CurveBag Implementation #5
Comments
First Bag https://github.com/opennars/ALANN2016/blob/Master2016/ALANN_Engine/Bag.fs is close to Pei's original design Where Tony uses https://github.com/opennars/ALANN2016/blob/bec97017912f31dc706303c329704adf7bc31790/ALANN_Engine/TaskStore.fs in his implementation - however it's closer to a priority queue than a probabilistic priority queue, due to his different control mechanism. |
According to https://github.com/opennars/opennars/blob/a7c1637e4df882340161d51db623e1d1b3fb1524/nars_logic/src/main/java/nars/nar/Default.java |
patham9: CurveBag turned out to be best and most flexible so far because of the free defineable curve which maps priority to access frequency |
Multiple defrules
Find out what Bag Implementation to focus on (from Patrick?)
The text was updated successfully, but these errors were encountered: