Py-FSRS has a concept of "learning_steps", but why doesn't the library fsrs-rs-dart have it? #152
Unanswered
temeipu-offical
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
There are two different series of fsrs lib: fsrs-rs-[lang] and [lang]-fsrs. The former is a series of binding of fsrs-rs, which is used by Anki. Anki implements its own scheduling logic including "learning_steps", so fsrs-rs doesn't have a concept of "learning_steps". |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Let me outline my requirements. I am looking to develop an application that supports client-side card generation, calculates the next review time, and performs offline optimization while also supporting server optimization. It is required that the client and server optimizer codes be consistent. The fsr-rs-dart package is only suitable for client-side operation, but the server intends to use the Py-FSRS package. However, it has been discovered that the versions and usages of the FSRS in these two packages seem to be inconsistent. Could you please suggest a good solution?
Beta Was this translation helpful? Give feedback.
All reactions