KeshavAnandCode 0230c633eb feat: implement EXACT Stockfish NNUE FullThreats encoding
- FullThreats formula: from_piece_idx * 157 + to_piece_idx
- Max index: 59,889 (within 60,720 limit)
- 24 HalfKAv2_hm + 79 FullThreats = 103 features
- All verification tests pass
- Matches Stockfish NNUE encoding structure
2026-04-14 18:54:48 -05:00
2026-04-13 22:21:27 -05:00
2026-04-14 17:56:40 -05:00
2026-04-13 22:21:27 -05:00
Description
No description provided
70 KiB
Languages
Rust 100%