Skip to content

Commit d53be61

Browse files
Merge branch 'main' of github.com:codeflash-ai/codeflash into feat/markdown-read-writable-context
2 parents f187456 + b13f218 commit d53be61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codeflash/optimization/function_optimizer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,6 +1055,7 @@ def find_and_process_best_optimization(
10551055
if candidates is None:
10561056
continue
10571057

1058+
self.valid_optimizations = [] # reset for each experiment
10581059
best_optimization = self.determine_best_candidate(
10591060
candidates=candidates,
10601061
code_context=code_context,

0 commit comments

Comments
 (0)