diff options
author | Thanos Apollo <[email protected]> | 2024-08-06 08:18:46 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-08-06 08:18:46 +0300 |
commit | 4a7001b771ac1b69e6faffed2cb949b6c2f64f47 (patch) | |
tree | 12928c95a4c7adab154c827c8b4b7bcca1ac9f13 /gnosis-algorithm.el | |
parent | 71c27d175281e22f052a822199d3e15288b6322e (diff) |
[Refactor] algorithm: Add agnoia.
* Replace old concept of ef-decrease with agnoia.
Diffstat (limited to 'gnosis-algorithm.el')
-rw-r--r-- | gnosis-algorithm.el | 7 |
1 files 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) |