Skip to content

Commit

Permalink
Updated the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Feb 3, 2025
1 parent 82d08c8 commit c5a5f3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/heuristic.md → docs/plot.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# /heuristic
# /plot

Balance of a chess heuristic.
Plots the oscillations of an evaluation feature in the time domain.

## `variant`

Expand Down Expand Up @@ -58,12 +58,12 @@ The name of the heuristic as per these options.
#### Example

```js
ws.send('/heuristic "{\\"variant\\":\\"classical\\",\\"movetext\\":\\"1.e4 e5 2.Nf3 Nc6 3.Bc4\\",\\"name\\":\\"Center\\"}"');
ws.send('/plot "{\\"variant\\":\\"classical\\",\\"movetext\\":\\"1.e4 e5 2.Nf3 Nc6 3.Bc4\\",\\"name\\":\\"Center\\"}"');
```

```text
{
"/heuristic": [
"/plot": [
0,
1,
0,
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ nav:
- Parameterized:
- /accept: accept.md
- /extract: extract.md
- /heuristic: heuristic.md
- /leave: leave.md
- /legal: legal.md
- /play: play.md
- /play_lan: play-lan.md
- /play_rav: play-rav.md
- /plot: plot.md
- /randomizer: randomizer.md
- /recognizer: recognizer.md
- /resign: resign.md
Expand Down

0 comments on commit c5a5f3b

Please sign in to comment.