Skip to content

Commit

Permalink
Updated the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Jan 15, 2025
1 parent 21a684c commit 9ba8b96
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 @@ -180,7 +180,7 @@ However, the Steinitz evaluation alone, which is to say just counting the advant
The mean represents the center of the evaluation array being intermediate to the extreme values.

```php
$mean = EvalArray::mean($f, $board);
$mean = CompleteFunction::mean($f, $board);

echo $mean;
```
Expand Down

0 comments on commit 9ba8b96

Please sign in to comment.