We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c543f commit 50bee94Copy full SHA for 50bee94
examples/mlx_kernel_optimization/config.yaml
@@ -120,6 +120,6 @@ evaluator:
120
use_llm_feedback: false
121
122
# Evolution settings
123
-diff_based_evolution: false # Use full rewrites for algorithm discovery
124
-allow_full_rewrites: true # Enable complete strategy redesign
+diff_based_evolution: true # Use full rewrites for algorithm discovery
+allow_full_rewrites: false # Enable complete strategy redesign
125
max_code_length: 100000 # Reasonable size for optimization functions
0 commit comments