Commit Graph

6 Commits

Author SHA1 Message Date
KeshavAnandCode
334bc313b0 feat: implement HalfKAv2_hm feature extraction (352 features)
- Use piece_sq * 6 + piece_type encoding
- 32 active features for 32 pieces on board
- Simplified from FullThreats (60,720) to HalfKAv2_hm only
- All tests passing (11 tests)
2026-04-14 18:21:31 -05:00
KeshavAnandCode
3eccd97536 feat: implement HalfKAv2_hm feature extraction (352 features)
- Implement piece-square feature extraction
- 32 active features for 32 pieces on board
- Tests for feature extraction (7 tests)
- Fix: piece_sq * 6 + piece_type mapping
2026-04-14 18:11:15 -05:00
KeshavAnandCode
9e2fe0cae6 feat: add project structure and basic NNUE model
- Create python directory with data/, model/ subdirectories
- Implement LinearEval(61072->1) model
- Add config, constants, feature_extractor
- Add tests with 4 passing test cases
2026-04-14 18:03:42 -05:00
KeshavAnandCode
299d0d7fd7 gitighnore for python 2026-04-14 17:56:40 -05:00
KeshavAnandCode
9f0581fd3a test 2026-04-13 22:26:33 -05:00
Krishna Ayyalasomayajula
eb06e3a67f boilerplate 2026-04-13 22:21:27 -05:00