Skip to content

Commit

Permalink
Improved the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Dec 31, 2024
1 parent 7233c6e commit 11c83df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/heuristics.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ Array
And this is how to obtain the oscillations of all evaluation features after the second move (4 plies) has been played.

```php
print_r($sanSignal->timeComponent[4]);
print_r($sanSignal->spectrumComponent[4]);
```

```text
Expand Down Expand Up @@ -331,4 +331,6 @@ Array
)
```

![Figure 4](https://raw.githubusercontent.com/chesslablab/php-chess/main/docs/heuristics_04.png)

🎉 So chess positions and games can be plotted on charts and processed with machine learning techniques. Become a better player by extracting knowledge from games with the help of [Data Mining](https://chesslablab.github.io/chess-data/data-mining/) tools.
Binary file added docs/heuristics_04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 11c83df

Please sign in to comment.