I haven’t seen anything about this addition to the 26 version in the forum.
basically, how do I read the curve in the simulator and how can it help me decide what the best desired retention rate is ?
thank you !
Start here: Deck Options - Anki Manual .
That feature generates a personalized, interactive version of the graph pictured here: Deck Options - Anki Manual .
Actually, the graph has been inverted in one of the recent versions. Now, the higher the more efficient.
I don’t know what you mean by that. Say more? Which graph has been inverted?
The “Time / Memorized Ratio” graph has been changed to “Efficiency” and it’s now flipped.
main ← Luc-Mcgrady:cheesecake-alex-prod
opened 10:03PM - 29 Nov 25 UTC
Forum link:
- https://forums.ankiweb.net/t/replace-cmrr-with-workload-vs-dr-g… raph-more/63234/27?u=a_blokee
@snorpdorp notified me that the logic behind the ratio graph is flawed as it doesn't properly account for the number of cards that are memorized to begin with.
I have implemented his (and @1DWalker's) proposed solution
<img width="1267" height="657" alt="image" src="https://github.com/user-attachments/assets/41eded79-8f76-41dd-b98f-0bf1a968ab9b" />
Now the graph is inverted so that the higher the value, the more efficient it is, in @snorpdorp's own words:
> The previous equation was flawed in that it displayed the total knowledge at the end of the simulation, not the relative gain in knowledge from the amount of studying done during the simulation timeframe. The new (correct) equation is (relative gain in knowledge as a result of studying during the simulation) / (time spent studying during simulation) - https://discord.com/channels/368267295601983490/1443273721878937650/1444447278344437833
Okay, good to know. Hopefully someone will document that at some point.