]> git.cworth.org Git - mnemon/commitdiff
Add interactive querying of items
authorCarl Worth <cworth@cworth.org>
Tue, 17 Apr 2007 17:37:40 +0000 (10:37 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 17 Apr 2007 18:02:30 +0000 (11:02 -0700)
We select a bin with an expoentially-distributed pseudo-random number,
(so the items that have been misses the most get the most repetition),
then select an item within that bin with a uniformly distributed
random number. After querying the user, the item's count is adjusted
to the next higher/lower positive/negative number if the user's
response is correct/incorrect. And the item is moved into the new
bin based on its count.


No differences found