nfiekas commited on
Commit
c100ac1
·
verified ·
1 Parent(s): 98a03ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
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.