From d664ae123fc14169a186ceaecd5a939683533a3a Mon Sep 17 00:00:00 2001 From: Tomasz Sobczyk Date: Wed, 19 May 2021 12:56:44 +0200 Subject: [PATCH] Update docs --- docs/stats.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/stats.md b/docs/stats.md index 54b4e4e0..67d3c7ab 100644 --- a/docs/stats.md +++ b/docs/stats.md @@ -29,3 +29,9 @@ Any name that doesn't designate an argument name or is not an argument will be i `move`, `moved_piece_type` - the number of times a piece of each type was moved `piece_count` - the histogram of the number of pieces on the board + +`ply_discontinuities` - the number of times the ply jumped by a value different than 1 between two consecutive positions. Usually the number of games. + +`material_imbalance` - the histogram of imbalances, with values computed using "simple eval", that is pawn=1, bishop=knight=3, rook=5, queen=9 + +`results` - the distribution of game results