Skip to content

Update the evaluator.py in function_minimization#169

Merged
codelion merged 2 commits intoalgorithmicsuperintelligence:mainfrom
Ethan-han921:debug/function_minization
Jul 30, 2025
Merged

Update the evaluator.py in function_minimization#169
codelion merged 2 commits intoalgorithmicsuperintelligence:mainfrom
Ethan-han921:debug/function_minization

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
shubham3-ucb pushed a commit to mert-cemri/autoevolve-dev that referenced this pull request Nov 26, 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