From 2f0db47813bb70e265e6039ad99b8cc4142a1be1 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 6 Aug 2024 11:31:35 +0300 Subject: algorithm: Update docstrings for amnesia & gnosis score. --- gnosis-algorithm.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnosis-algorithm.el b/gnosis-algorithm.el index dc0537a..a36619c 100644 --- a/gnosis-algorithm.el +++ b/gnosis-algorithm.el @@ -54,7 +54,7 @@ "Gnosis proto interval for the first successful reviews. Values for the first proto successful intervals. There is no -restriction for length." +restriction for list length." :group 'gnosis :type '(list integer)) @@ -72,7 +72,8 @@ Third item : Total gnosis (gnosis-synolon/totalis) -> Total gnosis score" Used to calcuate new interval for failed questions. -This value should be less than 1.0." +The closer this value is to 0, the closer it is to total amnesia for +each a recall. This value should be less than 1.0." :group 'gnosis :type 'float) -- cgit v1.2.3