In itegrityCheck, does the sum of TF i and i-1 should be > 1 ?
In 4cc8a0e0 , itegrityCheck seems to have been debugged.
However, decay is negligeable due to the high value (> 1) of the summed comp in higher TF. This MAY be caused of a comp shortage, thus the same comp is often taken.
But the question is: does the sum of TF i and i-1 > 1 should be authorized?
IF this is the case, we need to create another array to store the capped value, and another with uncapped value to perform the delta (otherwise, all the subsequent comp on above tf where the value exceed 1 are set to 1 : the algo consider a stagnation thus a decay)