From 9f0ead7515786ef259e610e49bfc384ad5c02c94 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 6 Aug 2024 08:14:03 +0300 Subject: [Refactor] algorithm: Add proto values. * Remove old concept of intervals and add proto values. --- gnosis-algorithm.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gnosis-algorithm.el') 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)) -- cgit v1.2.3