summaryrefslogtreecommitdiff
path: root/gnosis-algorithm.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-08-06 08:14:03 +0300
committerThanos Apollo <[email protected]>2024-08-06 08:14:03 +0300
commit9f0ead7515786ef259e610e49bfc384ad5c02c94 (patch)
treef15642968491bd6dcc24186c2c725732b8ca6dc6 /gnosis-algorithm.el
parente24fd3159c0b1ec8b796554c96d300cb3935dbb2 (diff)
[Refactor] algorithm: Add proto values.
* Remove old concept of intervals and add proto values.
Diffstat (limited to 'gnosis-algorithm.el')
-rw-r--r--gnosis-algorithm.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnosis-algorithm.el b/gnosis-algorithm.el
index 787d7ec..b81cc05 100644
--- a/gnosis-algorithm.el
+++ b/gnosis-algorithm.el
@@ -50,11 +50,11 @@
(require 'cl-lib)
(require 'calendar)
-(defcustom gnosis-algorithm-interval '(1 3)
- "Gnosis initial interval for initial successful reviews.
+(defcustom gnosis-algorithm-proto '(0 1 2)
+ "Gnosis proto interval for the first successful reviews.
-First item: First interval,
-Second item: Second interval."
+Values for the first proto successful intervals. There is no
+restriction for length."
:group 'gnosis
:type '(list integer))