Skip to content

Commit 58e44d3

Browse files
committed
get some heuristic working for best optimization
1 parent 50cf370 commit 58e44d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

codeflash/optimization/function_optimizer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,8 @@ def determine_best_candidate(
357357
file_path_to_helper_classes: dict[Path, set[str]],
358358
exp_type: str,
359359
) -> BestOptimization | None:
360+
#TODO remove
361+
from codeflash.models.models import OptimizedCandidate
360362
best_optimization: BestOptimization | None = None
361363
best_runtime_until_now = original_code_baseline.runtime
362364

0 commit comments

Comments
 (0)