-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
refactor optimal retention to minimize workload per memorization & fix progress goes backwards #3065
refactor optimal retention to minimize workload per memorization & fix progress goes backwards #3065
Conversation
Perhaps just add a short text description under "Compute optimal retention (experimental)"? The problem is how to make it short and concise.
EDIT: on second thought, max. interval should be a setting under "Compute optimal retention (experimental)", for 2 reasons:
|
Ok, then just add a text message: Setting desired retention lower than optimal is not recommended. Additionally, changing the maximum interval will affect the result. The problem is that having a setting that affects the result of "Compute optimal retention" outside of, well, "Compute optimal retention", is weird. |
To confirm I understand you correctly, do you mean:
It's already using a bunch of other information from the collection such as pass rates and the configured parameters. Do we really need to treat max interval differently? |
Do you mean DR < OR? If so, it's what I mean. |
A question for release planning: are there many other changes you'd like to make to FSRS before 24.04 releases? Would a stable release in 2-3 weeks after one more rc work, or would you like more time? |
There will not be many more changes, except that currently I'm trying to optimize the performance of optimal_retention, but there has been no progress so far. |
Thanks guys! |
Too bad I thought about this so late, but still: it's not obvious at all what "optimal" means, so I think there should be a short sentence saying something like "This value of retention minimizes the amount of studying per day" or something along those lines. |
I'm writing a wiki page for it. Could you help me? Here is the link: https://github.com/open-spaced-repetition/fsrs4anki/wiki/The-optimal-retention |
I meant that it should be clarified within Anki itself. |
@user1823 here's another article that you can help us with, if you want to: https://github.com/open-spaced-repetition/fsrs4anki/wiki/The-Optimal-Retention |
I will take a look at it later. |
I will update the dependency after the following PR is merged:
Help wanted:
@Expertium, could you help me?
Edit:
This PR also contains: