diff options
author | Thanos Apollo <[email protected]> | 2024-03-01 22:20:18 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-03-01 22:20:18 +0200 |
commit | 282c75f69e652c23702f2cb07e51cfb2050e79da (patch) | |
tree | 76286168d3e4b18a47a156798f99f8126885e69f /gnosis-algorithm.el | |
parent | 70c08822f2644215a7de98972d8a37af92476390 (diff) |
Add gnosis-algorithm-ef-increase
Value to increase ef-increase value in set frequency
Diffstat (limited to 'gnosis-algorithm.el')
-rw-r--r-- | gnosis-algorithm.el | 6 |
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). |