Commit 362a872
committed
Formula was stalled for very low values
For 128 it would stop at 97 never increasing because the
moving average being used is an integer. Perhaps I should
reconsider and use floats instead.
For now I have changed the formula to not block at 97,
by dividing by 8 instead of 32. We now increase enough
that we can increase past the threshold.1 parent d4321e0 commit 362a872
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
546 | 546 | | |
547 | 547 | | |
548 | 548 | | |
549 | | - | |
| 549 | + | |
550 | 550 | | |
551 | 551 | | |
552 | 552 | | |
| |||
0 commit comments