KeshavAnandCode 0d2843d2d4 feat: implement EXACT Stockfish NNUE feature encoding
- FullThreats formula: from_piece_idx * 157 + to_piece_idx
- 24 HalfKAv2_hm + 79 FullThreats = 103 features
- Max index: 60,514 (within 60,720 Stockfish limit)
- Matches Stockfish's exact encoding structure
- All tests passing (11/11)
2026-04-14 18:57:17 -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
GPU based chess engine cuz why not
75 KiB
Languages
Rust 100%