]> git.cworth.org Git - mnemon/commit
Make the program terminate when no items are left to be learned
authorCarl Worth <cworth@cworth.org>
Tue, 17 Apr 2007 21:26:20 +0000 (14:26 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 17 Apr 2007 21:26:20 +0000 (14:26 -0700)
commitaee78f0789100f5b61ff47b3350918b6e7762da3
tree463365474350ccc7b37586c791a6f25cfe0acd81
parenta2a91a3fa4d6cbbfb52b4d6e2233cc39f2488865
Make the program terminate when no items are left to be learned

An item is considered learned once its score goes positive.
The program now runs until no items have a negative score.
If there are fewer than 10 items with a negative score
when it starts, it will introduce some new items from the
pool of items with a score of 0, (otherwise these items
will not be presented).

But items that do have positive scores are always available
to be presented for reinforcement, (and will also go into
the pool of words to be learned before the program terminates
if they are missed).
mnemon.c