Commit 27ec3fb1 authored by Alexis Lebis's avatar Alexis Lebis

Decay activated

parent 581cbd6a
......@@ -128,8 +128,8 @@ fuzzifyMastery(X,3):-X >= 60,X < 80.
fuzzifyMastery(X,4):-X >=80.
/* === DECAY FUNCTION === */
% decayFunction(X,Y):- Y is exp((X / 1.25)) + 5.
decayFunction(X,X).
decayFunction(X,Y):- Y is exp((X / 1.25)) + 5.
% decayFunction(X,X).
/* === ALL DIFFERENTS === */
buildIDCoursesList([X],[I]):-getIDCourse(X,I),!.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment