Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Dec 31, 2024
1 parent 4093925 commit c1b8f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/heuristics.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Listed below are the chess heuristics implemented in PHP Chess.

The evaluation features are used in several classes.

## Evaluation Function
## Evaluation Functions

[Chess\EvalArray](https://github.com/chesslablab/php-chess/blob/main/tests/unit/EvalArrayTest.php) allows to transform a FEN position to numbers between -1 and +1. -1 is the best possible evaluation for Black and +1 the best possible evaluation for White. Both forces being set to 0 means they're balanced.

Expand Down

0 comments on commit c1b8f36

Please sign in to comment.