Skip to content

Commit

Permalink
Oscillations by Name in the Time Domain
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Dec 24, 2024
1 parent a7ee1b4 commit 449ba6e
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 @@ -171,7 +171,7 @@ echo $sum;

In this example, White is slightly better than Black because the value obtained is a positive number. This is an estimate that suggests who may be better without considering checkmate. Please note that a heuristic evaluation is not the same thing as a chess calculation. Heuristic evaluations are often correct but may fail because they are based on probabilities.

## Oscillations by Name
## Oscillations by Name in the Time Domain

[Chess\SanHeuristics](https://github.com/chesslablab/php-chess/blob/main/tests/unit/SanHeuristicsTest.php) returns the continuous oscillations of an evaluation feature in the time domain.

Expand Down

0 comments on commit 449ba6e

Please sign in to comment.