summaryrefslogtreecommitdiff
path: root/gnosis-algorithm.el
diff options
context:
space:
mode:
Diffstat (limited to 'gnosis-algorithm.el')
-rw-r--r--gnosis-algorithm.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/gnosis-algorithm.el b/gnosis-algorithm.el
index bccd4d1..7e6e427 100644
--- a/gnosis-algorithm.el
+++ b/gnosis-algorithm.el
@@ -63,6 +63,12 @@ NOTE: Do not change this value above 1"
:group 'gnosis
:type 'float)
+(defcustom gnosis-algorithm-ef-decrease 0.1
+ "Decrease ef decrease value by this amount for every
+`gnosis-algorithm-ef-frequency' number of failed reviews."
+ :group 'gnosis
+ :type 'float)
+
(defun gnosis-algorithm-date (&optional offset)
"Return the current date in a list (year month day).