Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc0-1.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc0-1.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# fishnet-evals
|
| 6 |
+
|
| 7 |
+
Chess positions and evaluations computed using Lichess's distributed Stockfish analysis.
|
| 8 |
+
|
| 9 |
+
## Columns
|
| 10 |
+
|
| 11 |
+
* `fen`: FEN of the position. En passant square only included if fully legal en passant available.
|
| 12 |
+
* `cp` / `mate`: Evaluation of the position in centipawns or moves to mate. Exactly one of these is not null. Positive if White has the advantage.
|
| 13 |
+
* `move`: UCI of the next move played by the human player, if any. Uses Chess960 (king to rook) notation for castling.
|