summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-03-01 22:20:18 +0200
committerThanos Apollo <[email protected]>2024-03-01 22:20:18 +0200
commit282c75f69e652c23702f2cb07e51cfb2050e79da (patch)
tree76286168d3e4b18a47a156798f99f8126885e69f
parent70c08822f2644215a7de98972d8a37af92476390 (diff)
Add gnosis-algorithm-ef-increase
Value to increase ef-increase value in set frequency
-rw-r--r--gnosis-algorithm.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/gnosis-algorithm.el b/gnosis-algorithm.el
index e850c9f..bccd4d1 100644
--- a/gnosis-algorithm.el
+++ b/gnosis-algorithm.el
@@ -57,6 +57,12 @@ NOTE: Do not change this value above 1"
:group 'gnosis
:type 'float)
+(defcustom gnosis-algorithm-ef-increase 0.1
+ "Increase ef increase value by this amount for every
+`gnosis-algorithm-ef-frequency' number of successful reviews."
+ :group 'gnosis
+ :type 'float)
+
(defun gnosis-algorithm-date (&optional offset)
"Return the current date in a list (year month day).