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 4bcd81c commit e4e6145Copy full SHA for e4e6145
codeflash/optimization/function_optimizer.py
@@ -1199,6 +1199,7 @@ def find_and_process_best_optimization(
1199
original_code_combined[explanation.file_path] = self.function_to_optimize_source_code
1200
new_code_combined = new_helper_code.copy()
1201
new_code_combined[explanation.file_path] = new_code
1202
+ # TODO: calculate economic impact of optimization based on simple heuristics
1203
self.process_review(
1204
original_code_baseline,
1205
best_optimization,
0 commit comments