Closed F0XBAN closed 1 month ago
Because daft-fsrs
is currently using FSRS v4.5, it has not addressed short-term scheduling issues; ts-fsrs
is now using FSRS v5.
Because
daft-fsrs
is currently using FSRS v4.5, it has not addressed short-term scheduling issues;ts-fsrs
is now using FSRS v5.
That is, this is correct behavior from the point of view of correct learning?
That is, this is correct behavior from the point of view of correct learning?
Yes, in FSRS v4.5, during the learning steps, D,S is only updated during state transitions from New to Learning or from Review to Relearning.
Hello! First of all, thanks for this package! I have a question about updating card parameters after pressing the "Again" button several times after creating a card. Using this site, I see that with any response, the card's parameters are updated: But in the package, the parameters are only updated after the first "Again" response. If I press "Again" again, the parameters are not updated:
I don't have a clear understanding of how this algorithm should work.
Is it correct that the card parameters (stability and difficulty) are not updated as they currently are, or should the parameters be updated for any answer option, as shown on the example site?
Using flow: create new card (
_card = fsrs.Card();
), press 4 times "Again" buttonMy code for check params: