Move all solver files to own-solver/ — keep .gitattributes and notebooks at root 5d794c9 verified rogermt commited on 30 days ago
Wave 2+flood fill scan: 0 matches. Update LEARNING with findings. 03c7410 verified rogermt commited on 30 days ago
Wave 2 scan: 0 matches for composition chains, mode extensions, bg fill. Tasks are harder than expected. 5979f46 verified rogermt commited on 30 days ago
Add Wave 1 solvers: downsample_stride, symmetry_complete, extract_inner, add_border, sparse_fill, channel_filter 48b10b6 verified rogermt commited on 30 days ago
Rewrite Phase 3: merged expert + original solvers, organized by architecture type, honest estimates 97af2d2 verified rogermt commited on 30 days ago
Fix: --strict_score default False (warnings only), --strict_size default True (halt on oversized) 17e36c1 verified rogermt commited on about 1 month ago
Fix: delete leftover .onnx on unsolved tasks, --strict_score default False 5598fb7 verified rogermt commited on about 1 month ago
Fix 4: main.py — add --strict_score, stop if any model unscorable f6b5eb9 verified rogermt commited on about 1 month ago
Fix 3: solver_registry — score_network gate after validate, reject if (None,None,None) 1c86eb5 verified rogermt commited on about 1 month ago
Fix 2: validators.py — add onnx.checker, banned op scan (UPPERCASE), static shape check 2bdf288 verified rogermt commited on about 1 month ago
Fix 1: profiler.py — remove silent fallback, loud warning when onnx_tool missing 9e704d4 verified rogermt commited on about 1 month ago
LEARNING.md: log profiler.py silent fallback mistake + Kaggle rejection + fix plan 1963657 verified rogermt commited on about 1 month ago
main.py: add --strict_size (default True) — stops entire run if any .onnx > 1.44MB 2231985 verified rogermt commited on about 1 month ago
solver_registry: check file size after onnx.save, before validate — skip oversized immediately 2b04dc9 verified rogermt commited on about 1 month ago
Add file size check: reject oversized .onnx before validation, --strict_size stops run on violation 31248fa verified rogermt commited on about 1 month ago
Fix: unsolved_count × 0 in est_lb — only count solved score 542ca67 verified rogermt commited on about 1 month ago
Fix SKILL.md: correct constraints (1.44MB per onnx file, Script not If, all static shapes required) 30bfc95 verified rogermt commited on about 1 month ago
Fix submission.py: per-onnx-file size check, not zip; remove excluded task skip" 7d6c94e verified rogermt commited on about 1 month ago
Fix BANNED_OPS (Script not If) and clarify MAX_FILESIZE is per .onnx file cf6a493 verified rogermt commited on about 1 month ago
Update SKILL.md: v5.2 structure, new solvers, no excluded tasks, current scores 4041952 verified rogermt commited on about 1 month ago
Remove new_solvers.py (split into gravity.py, edge.py, mode.py) 15ae3f4 verified rogermt commited on about 1 month ago
Update registry imports: gravity.py, edge.py, mode.py (replaces new_solvers.py) f446285 verified rogermt commited on about 1 month ago
Split new_solvers.py into gravity.py, edge.py, mode.py 06c31c8 verified rogermt commited on about 1 month ago
Wire new solvers into registry (gravity, edge, mode_fill) 6f2c73e verified rogermt commited on about 1 month ago
Add gravity, edge detect, mode fill solvers (v5.2) e3216be verified rogermt commited on about 1 month ago
Rewrite Phase 3 with research-backed blueprints + honest projections 05ef2ec verified rogermt commited on about 1 month ago
Clean up main.py: remove excluded tasks messaging (all 400 count) 909a0d3 verified rogermt commited on about 1 month ago
Remove fake task exclusions — all 400 tasks count, unsolved=0 22b8d94 verified rogermt commited on about 1 month ago
Update LEARNING.md with Exp 3 PCA/SVD full results + v5.1 entry 9c279b9 verified rogermt commited on about 1 month ago
Update TODO.md with Exp 3 full PCA/SVD results 0cccac5 verified rogermt commited on about 1 month ago
Exp 3: PCA/Truncated SVD before lstsq — implemented, tested, 0 new solves cdb8bf6 verified rogermt commited on about 1 month ago
Update TODO.md: evidence-based Phase 2 overhaul with confidence ratings, literature citations, coordinated experiment sequence 021d629 verified rogermt commited on about 1 month ago