Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Understanding Stockfish's evaluation #343

Closed
programarivm opened this issue Aug 18, 2023 · 0 comments · Fixed by #344
Closed

Understanding Stockfish's evaluation #343

programarivm opened this issue Aug 18, 2023 · 0 comments · Fixed by #344
Assignees

Comments

@programarivm
Copy link
Member

Stockfish's evaluation function assigns a numerical score to each position. A human-readable version of it should also be implemented to easily understand which side has an advantage.

Range Evaluation Symbol
-0.26 to 0.26 The position is equal =
0.27 to 0.7 White has a slight advantage
0.7 to 1.5 White has a moderate advantage ±
> 1.5 White has a decisive advantage + −
-0.27 to -0.7 Black has a slight advantage
-0.7 to -1.5 Black has a moderate advantage
> -1.5 Black has a decisive advantage − +

Happy coding!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant