We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d6107 commit a012887Copy full SHA for a012887
lib/nnue_training_data_formats.h
@@ -6572,8 +6572,7 @@ namespace binpack
6572
// Side to move.
6573
stream.write_one_bit((int)(pos.sideToMove()));
6574
6575
- // 7-bit positions for leading and trailing pieces
6576
- // White king and black king, 6 bits for each.
+ // 6-bit positions for White and Black Kings
6577
stream.write_n_bit(static_cast<int>(pos.kingSquare(chess::Color::White)), 6);
6578
stream.write_n_bit(static_cast<int>(pos.kingSquare(chess::Color::Black)), 6);
6579
0 commit comments