Skip to content

Commit a012887

Browse files
authored
Update nnue_training_data_formats.h
1 parent d5d6107 commit a012887

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/nnue_training_data_formats.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6572,8 +6572,7 @@ namespace binpack
65726572
// Side to move.
65736573
stream.write_one_bit((int)(pos.sideToMove()));
65746574

6575-
// 7-bit positions for leading and trailing pieces
6576-
// White king and black king, 6 bits for each.
6575+
// 6-bit positions for White and Black Kings
65776576
stream.write_n_bit(static_cast<int>(pos.kingSquare(chess::Color::White)), 6);
65786577
stream.write_n_bit(static_cast<int>(pos.kingSquare(chess::Color::Black)), 6);
65796578

0 commit comments

Comments
 (0)