open-spaced-repetition / fsrs4anki

A modern Anki custom scheduling based on Free Spaced Repetition Scheduler algorithm
https://github.com/open-spaced-repetition/fsrs4anki/wiki
MIT License
2.76k stars 137 forks source link

[Question] Does formula for Retrievability and next interval changes from FSRS v4 and FSRS v5 ? #683

Closed MrAnyx closed 3 months ago

MrAnyx commented 3 months ago

Question

I was using FSRS v4 for a personal project and i implemented successfully and recently, i saw that the version 4.5 and version 5 of the FSRS algorithm was released and i wanted to update my project.

In the version 4, the formula for retrievability(R), the next interval (I), new difficulty value D', the DECAY and FACTOR was explained but not for version 5. Is it because it's same formula as for the version 4.5 or is it something different ?

Research

Enter an [x] character to confirm the points below:

Expertium commented 3 months ago

Same formula.

MrAnyx commented 3 months ago

Ok, great, thanks for your quick answer :+1: