Commit Graph

5 Commits

Author SHA1 Message Date
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
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
299d0d7fd7 gitighnore for python 2026-04-14 17:56:40 -05:00
9f0581fd3a test 2026-04-13 22:26:33 -05:00
eb06e3a67f boilerplate 2026-04-13 22:21:27 -05:00