Skip to content

Commit 6a2736c

Browse files
authored
Set start_iteration to zero in controller.py
1 parent f89e222 commit 6a2736c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openevolve/controller.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ async def run(
144144
self.initial_program_code, initial_program_id
145145
)
146146

147+
start_iteration = 0
147148
initial_program = Program(
148149
id=initial_program_id,
149150
code=self.initial_program_code,

0 commit comments

Comments
 (0)