Closed programarivm closed 3 years ago
Hi there, happy learning and coding!
@bofalke, welcome to ChesslabLab.
Thank you for joining the community.
Since this one is labelled with hacktoberfest
it'll be assigned to you on October 1st if this is okay.
I can't wait to see what you come up with!
Keep it up.
A backward pawn is a disadvantage that a chess player or a human-like AI may want to exploit.
Every backward pawn should be counted as described in the example below.
Figure 1. w = 2, b = 1
Thus, a new file named
BackwardPawnEvaluation.php
should be implemented in a similar way as the following evaluation features:CenterEvaluation.php
MaterialEvaluation.php
With the new feature implemented, we'll be able to take more accurate normalized heuristic pictures; for further information please visit:
Happy learning and coding!