Skip to content

Conversation

@Ethan-han921
Copy link
Contributor

the old version of code is:
y_std_score = float(1.0 / (1.0 + np.std(x_values))) is not correct

I changed to the
y_std_score = float(1.0 / (1.0 + np.std(y_values)))

the old version of code is:
y_std_score = float(1.0 / (1.0 + np.std(x_values))) is not correct

I changed to the
y_std_score = float(1.0 / (1.0 + np.std(y_values)))
@codelion codelion merged commit 8b46f0e into algorithmicsuperintelligence:main Jul 30, 2025
2 checks passed
wangcheng0825 pushed a commit to wangcheng0825/openevolve that referenced this pull request Sep 15, 2025
…/debug/function_minization

Update the evaluator.py in function_minimization
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants