From: Carl Worth Date: Tue, 17 Apr 2007 17:37:40 +0000 (-0700) Subject: Add interactive querying of items X-Git-Url: https://git.cworth.org/git?p=mnemon;a=commitdiff_plain;h=640321106d0b60f1f9ed408537691b90a768a651;hp=640321106d0b60f1f9ed408537691b90a768a651 Add interactive querying of items 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. ---