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 ef07099 commit d681774Copy full SHA for d681774
openevolve/evaluator.py
@@ -166,6 +166,7 @@ async def evaluate_program(
166
logger.warning(
167
f"Evaluation attempt {attempt + 1}/{self.config.max_retries + 1} failed for program{program_id_str}: {str(e)}"
168
)
169
+ traceback.print_exc()
170
171
# Capture failure artifacts if enabled
172
if artifacts_enabled and program_id:
0 commit comments