Hi, It's under schedulers/SM2_mnemosyne.py. However, I wouldn't really recommend changing all these parameters, as you don't know what the long term implications will be :-)
Cheers, Peter > -----Original Message----- > From: [email protected] [mailto:mnemosyne- > [email protected]] On Behalf Of [email protected] > Sent: 29 January 2016 11:51 > To: mnemosyne-proj-users <[email protected]> > Subject: Re: [mnemosyne-proj-users] "easiness" changes? > > Am Dienstag, 24. Januar 2012 09:31:37 UTC+1 schrieb Peter Bienstman: > > On Tuesday, January 24, 2012 03:27:00 AM Michael Campbell wrote: > > > Under what circumstances does the easiness score on a card go up? > > > > If you grade it a 5. > > > > Here's the relevant code: > > > > 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 > > > > Peter > > Hi, > is there a possibility I can change these parameters? Where do I find the file > to do that? > Thanks Iris > > -- > You received this message because you are subscribed to the Google Groups > "mnemosyne-proj-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to mnemosyne-proj- > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/mnemosyne-proj-users/0432fdc4-f791- > 4030-9d2a-4a3138ddd9c4%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mnemosyne-proj-users/2a56ba0dafd74e31a8e1561845bd19be%40xmail101.UGent.be. For more options, visit https://groups.google.com/d/optout.
