From 4a7001b771ac1b69e6faffed2cb949b6c2f64f47 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 6 Aug 2024 08:18:46 +0300 Subject: [Refactor] algorithm: Add agnoia. * Replace old concept of ef-decrease with agnoia. --- gnosis-algorithm.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnosis-algorithm.el b/gnosis-algorithm.el index 4424201..a7b72ba 100644 --- a/gnosis-algorithm.el +++ b/gnosis-algorithm.el @@ -83,11 +83,10 @@ Epignosis means knowledge accuracy.." :group 'gnosis :type 'float) -(defcustom gnosis-algorithm-ef-decrease 0.2 - "Value to decrease ef decrease value with. +(defcustom gnosis-algorithm-agnoia-value 0.2 + "Value to increase gnosis-minus upon anagnosis. -Decrease ef decrease value by this amount for every -`gnosis-algorithm-ef-threshold' number of failed reviews." +Agnoia refers to the lack of knowledge." :group 'gnosis :type 'float) -- cgit v1.2.3