Update TODOs (bench 5775715)

This commit is contained in:
2026-06-18 11:18:45 +02:00
parent 8a84481f8d
commit 448ca6670b

View File

@@ -2,8 +2,8 @@
## 1.5 - ETA: ~1-2 month(s)
- [ ] Train a new net with stage 1 of datagen experiment (in progress, waiting for full dataset to train final net)
- [ ] Implement multilayer inference (scalar working, SIMD missing) and train a multilayer net with new data
- [X] Train a new net with stage 1 of datagen experiment (in progress, waiting for full dataset to train final net)
- [X] Implement multilayer inference (scalar working, SIMD missing) and train a multilayer net with new data
- [X] Initial work on human-friendly terminal interface (TODO: autocomplete, help menu)
- [X] Full `NO_COLOR` support
- [X] General cleanup/refactor (yeet raw pointers, verbose comments, alignment, etc.)
@@ -16,11 +16,11 @@
- [ ] Qsearch check evasions
- [ ] Simplify counter moves
- [ ] Simplify check extensions
- [ ] Continuation correction history
- [X] Continuation correction history
- [ ] Pawn history
- [ ] Fractional LMR
- [X] Fractional LMR
- [ ] SPSA
- [ ] (Maybe) Stage 2 of the datagen experiment
- [ ] (Maybe) New help menu in mixed mode, autocomplete support
Last updated: 02/01/2026
Last updated: 18/06/2026