summaryrefslogtreecommitdiff
path: root/gnosis-algorithm.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-08-06 11:31:35 +0300
committerThanos Apollo <[email protected]>2024-08-06 11:31:35 +0300
commit2f0db47813bb70e265e6039ad99b8cc4142a1be1 (patch)
tree5dd3f95676817ad71e8711e9495c1e0b7ef8945a /gnosis-algorithm.el
parent73b34063bd1b57635fa4ad2ccf24c0615e7bf078 (diff)
algorithm: Update docstrings for amnesia & gnosis score.
Diffstat (limited to 'gnosis-algorithm.el')
-rw-r--r--gnosis-algorithm.el5
1 files 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)