From d128715a53411c03e896444d78e801af53295c7e Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 6 Aug 2024 08:19:34 +0300 Subject: [Refactor] algorithm: Add anagnosis. * Replace old concept of ef-threshold with anagnosis, an event that triggers a change of gnosis score depending on the success or failure of the recall. --- gnosis-algorithm.el | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'gnosis-algorithm.el') diff --git a/gnosis-algorithm.el b/gnosis-algorithm.el index a7b72ba..bbf1467 100644 --- a/gnosis-algorithm.el +++ b/gnosis-algorithm.el @@ -90,10 +90,15 @@ Agnoia refers to the lack of knowledge." :group 'gnosis :type 'float) -(defcustom gnosis-algorithm-ef-threshold 3 - "Threshold for updating ef increase/decrease values. +(defcustom gnosis-algorithm-anagnosis-value 3 + "Threshold value for anagnosis event. -Refers to the number of consecutive successful or failed reviews." +Anagosis is the process recognition & understanding of a context/gnosis. + +Anagnosis events update gnosis-plus & gnosis-minus values, depending +on the success or failure of recall." + :group 'gnosis + :type 'integer) :group 'gnosis :type 'integer) -- cgit v1.2.3