From 9ba8b96d165d7a939e44d3d019521d9551c8b129 Mon Sep 17 00:00:00 2001 From: standard Date: Wed, 15 Jan 2025 21:30:03 +0100 Subject: [PATCH] Updated the docs --- docs/heuristics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/heuristics.md b/docs/heuristics.md index 3fddd21a..965da0a2 100644 --- a/docs/heuristics.md +++ b/docs/heuristics.md @@ -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; ```