From b8ac16c9c4d208c990a1bf1e8ce76199811253cc Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 6 Aug 2024 08:15:26 +0300 Subject: [Refactor] algorithm: Add gnosis score value. * Reconceptualize the concept of ef as gnosis score. --- gnosis-algorithm.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gnosis-algorithm.el') diff --git a/gnosis-algorithm.el b/gnosis-algorithm.el index b81cc05..4ad8df7 100644 --- a/gnosis-algorithm.el +++ b/gnosis-algorithm.el @@ -58,12 +58,12 @@ restriction for length." :group 'gnosis :type '(list integer)) -(defcustom gnosis-algorithm-ef '(0.35 0.30 1.3) - "Gnosis easiness factor. +(defcustom gnosis-algorithm-gnosis-value '(0.35 0.30 1.3) + "Starting gnosis score. -First item : Increase value -Second item: Decrease value -Third item : Total ef" +First item : Increase value (gnosis-plus) +Second item: Decrease value (gnosis-minus) +Third item : Total gnosis (gnosis-synolon/totalis) -> Total gnosis score" :group 'gnosis :type '(list float)) -- cgit v1.2.3