Open DeltaLeeds opened 1 year ago
Δguess = guess result - actual result Instead of sorting based on score, I guess just sort from abs(Δguess) so that 0 scores will be sorted accordingly as well.
Δguess = guess result - actual result
abs(Δguess)
I can for now just sort by year @DeltaLeeds as long as I only base the score on the yea i am stoopid will do this
Δguess = guess result - actual result
Instead of sorting based on score, I guess just sort fromabs(Δguess)
so that 0 scores will be sorted accordingly as well.