Commit a5aed863 authored by Alexis Lebis's avatar Alexis Lebis

new decay, more smooth less powerfull

parent bde45bae
......@@ -20,7 +20,8 @@ class DecayEngine
return 0;
// seems to be quitte similar to ebbinghaus : r = e^{-t/s} with s memory stability and t time
//return (exp(t / 1.25) + 5)/100;
return (exp(t/2.125) + 10)/100;
// return (exp(t/2.125) + 10)/100;
return (exp(t/2.75) + 5)/100;
}
};
......
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