From 282c75f69e652c23702f2cb07e51cfb2050e79da Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 1 Mar 2024 22:20:18 +0200 Subject: Add gnosis-algorithm-ef-increase Value to increase ef-increase value in set frequency --- gnosis-algorithm.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gnosis-algorithm.el') 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). -- cgit v1.2.3