Skip to content

Commit 8ed7e9e

Browse files
committed
docs(mlx_metal_kernel_opt): add demo results output (20260105_180918)
- Add curated demo output artifacts (best program + logs + config) - Document demo location in README
1 parent ba45973 commit 8ed7e9e

4 files changed

Lines changed: 830 additions & 1 deletion

File tree

examples/mlx_metal_kernel_opt/README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export OPENAI_API_KEY="your-gemini-key"
2727
cd openevolve/examples/mlx_metal_kernel_opt
2828

2929
# Using the experiment runner script
30-
./run_evolve_experiment.sh --name test_run --iterations 25
30+
./run_evolve_experiment.sh --run-name test_run --iterations 25
3131

3232
# Or directly
3333
python -m openevolve.cli \
@@ -83,6 +83,18 @@ The evolution improved from an initial -11.5% regression to -3.2%, but never exc
8383

8484
For detailed experiment results and analysis, see [EVOLUTION_ANALYSIS.md](./EVOLUTION_ANALYSIS.md).
8585

86+
### Demo Results (Committed)
87+
88+
For review and reproducibility, this example repo includes one demo run output directory (curated subset of artifacts):
89+
90+
- `demo_output_20260105_180918/`
91+
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
97+
8698
### Known Limitations
8799

88100
1. MAP-Elites selection uses abstract `combined_score` instead of direct speedup ratios

0 commit comments

Comments
 (0)