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 fb70ffc commit 1e12c96Copy full SHA for 1e12c96
openevolve/evaluator.py
@@ -109,7 +109,7 @@ def _load_evaluation_function(self) -> None:
109
f"Evaluation file {self.evaluation_file} does not contain an 'evaluate' function"
110
)
111
112
- self.evaluation_object = module.evaluate
+ self.evaluation_object = module
113
logger.info(f"Successfully loaded evaluation function from {self.evaluation_file}")
114
115
# Validate cascade configuration
0 commit comments