This is the relevant code:
if timing in ["LATE", "ON TIME"]:
if new_grade == 2:
card.easiness -= 0.16
if new_grade == 3:
card.easiness -= 0.14
if new_grade == 5:
card.easiness += 0.10
if card.easiness < 1.3:
card.easiness = 1.3
On 10/30/2012 03:30 PM, Michael Campbell wrote:
Thanks. I ask because I seem to be getting a lot stuck on 3.0. Is
*every* grade of 5 supposed to up it by some amount? They seem to
gather in discrete buckets of values larger grained than I would have
thought.
On Tue, Oct 30, 2012 at 9:50 AM, Peter Bienstman
<[email protected]> wrote:
Only a lower bound 1.3, as per the traditional SM2 algorithm.
Peter
On 10/30/2012 02:47 PM, Michael Campbell wrote:
Is there an upper bound to the Easiness factor? (Mnemo 2.x)
--
You received this message because you are subscribed to the Google Groups
"mnemosyne-proj-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit https://groups.google.com/groups/opt_out.
--
Peter Bienstman
Ghent University, Dept. of Information Technology
Sint-Pietersnieuwstraat 41, B-9000 Gent, Belgium
tel: +32 9 264 34 46, fax: +32 9 264 35 93
WWW: http://photonics.intec.UGent.be
email: [email protected]
--
You received this message because you are subscribed to the Google Groups
"mnemosyne-proj-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit https://groups.google.com/groups/opt_out.