gtim / chessdriller

Open-source chess opening practice. Free alternative to Chessable's spaced repetition / review feature.
https://chessdriller.org
23 stars 3 forks source link

Use a better spaced repetition algorithm #120

Open maxencefrenette opened 6 months ago

maxencefrenette commented 6 months ago

Consider using FSRS as the spaced repetition algorithm. It will provide better memory retention and make studying more effective. You'll also save the hassle of developing your own spaced-repetition algorithm.

gtim commented 6 months ago

Hi Maxence, thanks for letting me know about this algorithm. It seems quite interesting, albeit new. I ended up basically reimplementing SuperMemo for Chessdriller. If you find the time before I prioritize looking into FSRS, you're welcome to send a PR, or the start of one.

Cheers