isNewBest = currentCorrect > bestCorrect || currentAttempts < bestAttempts
Most Recent
Forum Legend
Following
New Comments
Locked Topic
Pinned Topic
I've been using the Vision tool to help train for blindfold chess recently, and I think it's odd how the "best score" is calculated. It seems to look at overall attempts instead of successful classifications.
For instance, why is 23/25 better than 25/25? And why is 23/26 my all-time best when 23/25 and 25/25 are clearly better?
It would be cool if it were updated to first compare scores by most successfully classified squares and then by fewest overall attempts (if the former is a tie).
That way 10/12 trumps 9/15 (10 > 9) and 10/11 trumps 10/12 (10 == 10 && 11 < 12).
Thanks.