Skip to content

Commit 6e60324

Browse files
committed
Fix bug
1 parent 9020c92 commit 6e60324

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openevolve/evaluator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def _load_evaluation_function(self) -> None:
111111
f"Evaluation file {self.evaluation_file} does not contain an 'evaluate' function"
112112
)
113113

114-
self.evaluation_object = module.evaluate
114+
self.evaluation_object = module
115115
logger.info(f"Successfully loaded evaluation function from {self.evaluation_file}")
116116

117117
# Validate cascade configuration

0 commit comments

Comments
 (0)