CharlesCNorton commited on
Commit
53a9715
·
1 Parent(s): dda1489

Remove completed TODO section from README

Browse files
Files changed (1) hide show
  1. README.md +0 -15
README.md CHANGED
@@ -482,21 +482,6 @@ The interface generalizes to **all** 65,536 8-bit additions once trained—no me
482
 
483
  ---
484
 
485
- ## TODO
486
-
487
- - [x] Deprecate `routing.json` — routing info now embedded in safetensors via `.inputs` tensors
488
- - [x] Remove `routing/` folder (schema docs moved to `build.py` docstring)
489
- - [x] Consolidate eval scripts into unified `eval.py`:
490
- - [x] Merge `iron_eval.py` (4533 lines) — GPU-batched fitness for evolution
491
- - [x] Merge `comprehensive_eval.py` (3224 lines) — per-circuit correctness testing
492
- - [x] Extract shared utilities: `heaviside()`, `load_model()`, `create_population()`
493
- - [x] Unified evaluation with both batched speed and per-circuit reporting
494
- - [x] Read signal registry from safetensors metadata instead of routing.json
495
- - [x] Remove `eval/` folder (legacy scripts, now superseded by root `eval.py`)
496
- - [x] Update `prune_weights.py` to import from `eval.py`
497
-
498
- ---
499
-
500
  ## License
501
 
502
  MIT
 
482
 
483
  ---
484
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
485
  ## License
486
 
487
  MIT