From 71c27d175281e22f052a822199d3e15288b6322e Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 6 Aug 2024 08:18:01 +0300 Subject: [Refactor] algorithm: Add epignosis. * Replace old concept of ef-increase with epignosis. --- gnosis-algorithm.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'gnosis-algorithm.el') diff --git a/gnosis-algorithm.el b/gnosis-algorithm.el index 2fdbc00..4424201 100644 --- a/gnosis-algorithm.el +++ b/gnosis-algorithm.el @@ -76,11 +76,10 @@ This value should be less than 1.0." :group 'gnosis :type 'float) -(defcustom gnosis-algorithm-ef-increase 0.1 - "Value to increase ef increase value with. +(defcustom gnosis-algorithm-epignosis-value 0.1 + "Value to increase gnosis-plus upon anagnosis. -Increase ef-increase value by this amount for every -`gnosis-algorithm-ef-threshold' number of successful reviews." +Epignosis means knowledge accuracy.." :group 'gnosis :type 'float) -- cgit v1.2.3