Skip to content

Commit 69d2dab

Browse files
committed
docs(mlx_metal_kernel_opt): keep demo best program snapshot
- Commit best_program.py and best_program_info.json at example root - Git-ignore demo/output dirs; remove demo_output_20260105_180918
1 parent 8ed7e9e commit 69d2dab

5 files changed

Lines changed: 6 additions & 121 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ ENV/
4141
examples/*/output/
4242
openevolve_output*/
4343
*.log
44+
demo_output*/
45+
pr_sanity*/
4446

4547
# Test cache
4648
.pytest_cache/

examples/mlx_metal_kernel_opt/README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,12 @@ For detailed experiment results and analysis, see [EVOLUTION_ANALYSIS.md](./EVOL
8585

8686
### Demo Results (Committed)
8787

88-
For review and reproducibility, this example repo includes one demo run output directory (curated subset of artifacts):
88+
For review and reproducibility, this example repo includes a committed snapshot of one post-fix evolution run:
8989

90-
- `demo_output_20260105_180918/`
90+
- `best_program.py`: best evolved program (iteration 23)
91+
- `best_program_info.json`: metrics + baseline comparisons (includes the -3.2% result)
9192

92-
The key artifacts in that folder are:
93-
94-
- `best/best_program.py`: best evolved program (iteration 23)
95-
- `best/best_program_info.json`: metrics and baseline comparisons (includes the -3.2% result)
96-
- `run.log` and `logs/openevolve_20260105_180918.log`: full run logs
93+
The full run output directory is intentionally git-ignored (see `.gitignore`) to avoid committing large run artifacts.
9794

9895
### Known Limitations
9996

examples/mlx_metal_kernel_opt/demo_output_20260105_180918/best/best_program.py renamed to examples/mlx_metal_kernel_opt/best_program.py

File renamed without changes.

examples/mlx_metal_kernel_opt/demo_output_20260105_180918/best/best_program_info.json renamed to examples/mlx_metal_kernel_opt/best_program_info.json

File renamed without changes.

examples/mlx_metal_kernel_opt/demo_output_20260105_180918/config.yaml

Lines changed: 0 additions & 114 deletions
This file was deleted.

0 commit comments

Comments
 (0)