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 d18123a commit 321fb32Copy full SHA for 321fb32
openevolve/controller.py
@@ -366,7 +366,7 @@ async def run(
366
self.database.save(temp_db_path, iteration)
367
iteration += 1
368
except Exception as e:
369
- logger.error(f"Error in iteration {i+1}: {str(e)}")
+ logger.error(f"Error in iteration {iteration}: {str(e)}")
370
continue
371
shutil.rmtree(temp_db_path)
372
# Get the best program using our tracking mechanism
0 commit comments