Scheduling
Table of Contents
Interfaces
- SchedulerInterface
- A spaced-repetition scheduler.
Classes
- Fsrs6Scheduler
- FSRS-6, the memory model Anki uses.
- FsrsParameters
- FSRS-6 tuning parameters.
- LegacyStatusSeed
- Seeds FSRS memory state for a term that has never been graded.
- MemoryState
- A term's FSRS memory state: the whole of what the scheduler needs to decide
when the term is next due.
- SchedulingResult
- What a scheduler returns for one graded review: the term's new memory state
plus the interval it was scheduled with.
Enums
- Rating
- The four FSRS review grades.
- SchedulingState
- Where a term sits in the scheduling lifecycle.