You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update scheduler to fsrs6
* slight update to optimizer code for fsrs6 compatability
* update tests
* update minimum stability value
* update tests
* remove Card.get_retrievability() method in favor of Scheduler.get_card_retrievability() method
* bump major 5.1.4 -> 6.0.0
* update README
* update short term stability update code
* fix test_memo_state unit test
* update optimizer unit tests
`parameters` are a set of 19 model weights that affect how the FSRS scheduler will schedule future reviews. If you're not familiar with optimizing FSRS, it is best not to modify these default values.
132
+
`parameters` are a set of 21 model weights that affect how the FSRS scheduler will schedule future reviews. If you're not familiar with optimizing FSRS, it is best not to modify these default values.
131
133
132
134
`desired_retention` is a value between 0 and 1 that sets the desired minimum retention rate for cards when scheduled with the scheduler. For example, with the default value of `desired_retention=0.9`, a card will be scheduled at a time in the future when the predicted probability of the user correctly recalling that card falls to 90%. A higher `desired_retention` rate will lead to more reviews and a lower rate will lead to fewer reviews.
133
135
@@ -150,7 +152,7 @@ You can still specify custom datetimes, but they must use the UTC timezone.
150
152
You can calculate the current probability of correctly recalling a card (its 'retrievability') with
0 commit comments