diff options
author | Thanos Apollo <[email protected]> | 2024-08-06 08:18:01 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-08-06 08:18:01 +0300 |
commit | 71c27d175281e22f052a822199d3e15288b6322e (patch) | |
tree | 2576ec4e26204abe613967a631ae513b9fd195ee /gnosis-algorithm.el | |
parent | 286dd68980f85f996d40c44503a2d24b530ec121 (diff) |
[Refactor] algorithm: Add epignosis.
* Replace old concept of ef-increase with epignosis.
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 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) |