Replies: 2 comments 4 replies
-
If the elapsed time is 0, the interval will not change. Here is a Kotlin implementation of FSRS: https://github.com/open-spaced-repetition/android-fsrs |
Beta Was this translation helpful? Give feedback.
3 replies
-
Is this issue resolved? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to implement v4.5 of the algorithm and have this issue. Here's the commit with my algorithm implementation, there's also a simple unit test at the bottom
Code is in Kotlin but I've attached numbers too so if you can find anything wrong with them it would be helpful
Here's the result of execution of the
when new card is reviewed as again then interval should be less than a day
test, elapsed time in this case is 2 days, I've attached screenshot with calculations, are they valid or something seems off?As I understand even when elapsed time is 0 next interval should have some non 0 value, right? My algorithm returns 0 in this case
Beta Was this translation helpful? Give feedback.
All reactions