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

CurveBag Implementation #5

Open
0xc1c4da opened this issue Jan 30, 2016 · 3 comments
Open

CurveBag Implementation #5

0xc1c4da opened this issue Jan 30, 2016 · 3 comments

Comments

@0xc1c4da
Copy link
Owner

Find out what Bag Implementation to focus on (from Patrick?)

@0xc1c4da
Copy link
Owner Author

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.

@0xc1c4da
Copy link
Owner Author

patham9: CurveBag turned out to be best and most flexible so far because of the free defineable curve which maps priority to access frequency

@0xc1c4da 0xc1c4da changed the title Bag Implementation Reference CurveBag Implementation Jan 30, 2016
@0xc1c4da 0xc1c4da assigned rasom and unassigned 0xc1c4da Jan 30, 2016
patham9 pushed a commit to patham9/narjure that referenced this issue Mar 19, 2016
@rasom rasom removed their assignment Aug 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants