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 1eec40d commit b63cc79Copy full SHA for b63cc79
openevolve/evaluator.py
@@ -58,11 +58,11 @@ def __init__(
58
self,
59
config: EvaluatorConfig,
60
evaluation_file: str,
61
- evaluation_object: Optional[EvaluationObject] = None,
62
llm_ensemble: Optional[LLMEnsemble] = None,
63
prompt_sampler: Optional[PromptSampler] = None,
64
database: Optional[ProgramDatabase] = None,
65
suffix: Optional[str]=".py",
+ evaluation_object: Optional[EvaluationObject] = None,
66
):
67
if evaluation_file and evaluation_object:
68
warnings.warn("Both evaluation_file and evaluation_object provided - evaluation_object overrides evaluation_file")
0 commit comments