riccardocescon / clean_chess

Lichess Client app made with Flutter
GNU General Public License v2.0
30 stars 7 forks source link

[p1] Display accuracy after requesting a computer analysis #29

Open Steccah opened 1 year ago

Steccah commented 1 year ago

Is your feature request related to a problem? Please describe. On the official Lichess android client game accuracy isn't displayed

Describe the solution you'd like After a computer analysis displays the accuracy

Describe alternatives you've considered I could use the calculator and with the average centipawn loss i can calculate the accuracy. Win% = 50 + 50 * (2 / (1 + exp(-0.00368208 * centipawns)) - 1) Accuracy% = 103.1668 * Math.exp(-0.04354 * (winPercentBefore - winPercentAfter)) - 3.1669 As described here

Or i could use the lichess website

Additional context I don't feel like giving it

riccardocescon commented 1 year ago

We will implement this featurešŸ”„