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

Implement logic for evaluating Piece-Square Tables #4

Closed
abhinav7sinha opened this issue Sep 24, 2022 · 0 comments
Closed

Implement logic for evaluating Piece-Square Tables #4

abhinav7sinha opened this issue Sep 24, 2022 · 0 comments
Assignees

Comments

@abhinav7sinha
Copy link
Owner

abhinav7sinha commented Sep 24, 2022

piece-square tables chessprogramming aritcle

  • Most modern chess engines use 2 sets of piece square tables - one for opening and one for endgame.
  • But how do we identify if a position is from the opening phase or the endgame phase?
@abhinav7sinha abhinav7sinha self-assigned this Sep 26, 2022
abhinav7sinha added a commit that referenced this issue Sep 26, 2022
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

No branches or pull requests

1 participant