Commit 8315190
committed
refactored the score calculation to make duration, accuracy and consistency independant of each other in the score calculation.
mistakes are tracked trough the amount of chars since last mistake on that metric. That allows us to have continuous mistake tracking rather than discrete, as the EMA works way better with continuous variables.1 parent 31a5e7f commit 8315190
3 files changed
Lines changed: 225 additions & 130 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
24 | 33 | | |
25 | 34 | | |
26 | 35 | | |
| |||
0 commit comments