Skip to content

Commit 50bee94

Browse files
committed
Update config.yaml
1 parent 03c543f commit 50bee94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/mlx_kernel_optimization/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,6 @@ evaluator:
120120
use_llm_feedback: false
121121

122122
# Evolution settings
123-
diff_based_evolution: false # Use full rewrites for algorithm discovery
124-
allow_full_rewrites: true # Enable complete strategy redesign
123+
diff_based_evolution: true # Use full rewrites for algorithm discovery
124+
allow_full_rewrites: false # Enable complete strategy redesign
125125
max_code_length: 100000 # Reasonable size for optimization functions

0 commit comments

Comments
 (0)