You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fsrs4anki_optimizer.ipynb
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@
5
5
"cell_type": "markdown",
6
6
"metadata": {},
7
7
"source": [
8
-
"# FSRS4Anki v4.12.0 Optimizer\n",
8
+
"# FSRS4Anki v4.12.1 Optimizer\n",
9
9
"\n",
10
-
"[](https://colab.research.google.com/github/open-spaced-repetition/fsrs4anki/blob/v4.12.0/fsrs4anki_optimizer.ipynb)\n",
10
+
"[](https://colab.research.google.com/github/open-spaced-repetition/fsrs4anki/blob/v4.12.1/fsrs4anki_optimizer.ipynb)\n",
11
11
"\n",
12
12
"↑ Click the above button to open the optimizer on Google Colab.\n",
13
13
"\n",
@@ -738,7 +738,13 @@
738
738
}
739
739
],
740
740
"source": [
741
-
"figs = optimizer.find_optimal_retention()"
741
+
"figs = optimizer.find_optimal_retention(\n",
742
+
" deck_size=10000, # number of cards to learn\n",
743
+
" learn_span=365, # days to learn\n",
744
+
" max_cost_perday=1800, # seconds to review and learn per day\n",
745
+
" max_ivl=36500, # days\n",
746
+
" loss_aversion=2.5, # forget cost is multiplied by this factor to simulate loss aversion\n",
0 commit comments