-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/consider short-term params when clipping PLS #150
Fix/consider short-term params when clipping PLS #150
Conversation
While the change looks good, it doesn't really fix any of the problems mentioned in the linked issue. So, the issue should not be closed after merging this. On a side note, I think that we need a fourth memory state to model the short-term memory, just like SuperMemo introduced a third memory state (Difficulty) in SM-17.
|
The fix makes FSRS-5 slightly worse than before. But it actually improve the metrics on @brishtibheja's affected deck. The benchmark results are here:
The metrics of affected deck:
|
Ineteresting. If it's better for some users but not for others, maybe we could turn it into an optimizable parameter.
Make w[19] range from 1 to 5. |
Benchmarking
may fix open-spaced-repetition/fsrs4anki#708