diff options
author | Thanos Apollo <[email protected]> | 2023-12-21 19:21:23 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-12-21 19:21:23 +0200 |
commit | 5d95819dee1d56b21469877afcaabb0234c70244 (patch) | |
tree | afdf70a88feaf0a29dc995b37c2cde287da9f36e /gnosis-algorithm.el | |
parent | 8bffbbcf0803717b4c5e9044fbce9cd7af043d5c (diff) |
Add starting gnosis-algorithm-ef as 1.3
Diffstat (limited to 'gnosis-algorithm.el')
-rw-r--r-- | gnosis-algorithm.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnosis-algorithm.el b/gnosis-algorithm.el index fcc8afa..1fe0f0a 100644 --- a/gnosis-algorithm.el +++ b/gnosis-algorithm.el @@ -41,11 +41,12 @@ Second item: Second interval." :group 'gnosis :type 'list) -(defcustom gnosis-algorithm-ef '(0.3 0.3) +(defcustom gnosis-algorithm-ef '(0.3 0.3 1.3) "Gnosis easiness factor. First item : Increase factor -Second item: Decrease factor" +Second item: Decrease factor +Third item : Starting ef" :group 'gnosis :type 'list) |