open-spaced-repetition / srs-benchmark

A benchmark for spaced repetition schedulers/algorithms
https://github.com/open-spaced-repetition/fsrs4anki/wiki
62 stars 9 forks source link

Important change to graphing - More representative of actual usage #79

Closed RlzHi closed 6 months ago

RlzHi commented 6 months ago

Before we directly compared optimiser vs pretrain vs default parameters. However, sometimes, the full optimiser doesn't have enough data to run but pretrain does. Instead of ignoring these datapoints, we now default back to pretrain when optimiser fails, and default back to the default parameters when pretrain fails.

image