-
-
Notifications
You must be signed in to change notification settings - Fork 20
Advance & Postpone
Jarrett Ye edited this page Oct 19, 2023
·
2 revisions
Advance & Postpone both rely on the memory states calculated by the FSRS4Anki scheduler/rescheduling.
The helper sorts cards in descending order by elapsed_day / scheduled_day
and interval
before advance. This way, cards that are far lower then the request retention get advanced first. Also, cards with longer intervals are prioritized because it affects their retention less.
The helper sorts cards in ascending order by elapsed_day / scheduled_day
and descending order by interval
before advance. This way, cards that are far higher than the request retention get postponed first. Also, cards with longer intervals are prioritized because it affects their retention less.