Skip to content

Updated the function_minization/evaluator.py - #168

Closed
Ethan-han921 wants to merge 6 commits into
algorithmicsuperintelligence:mainfrom
Ethan-han921:fix/function_minization
Closed

Updated the function_minization/evaluator.py#168
Ethan-han921 wants to merge 6 commits into
algorithmicsuperintelligence:mainfrom
Ethan-han921:fix/function_minization

Conversation

@Ethan-han921

Copy link
Copy Markdown
Contributor

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

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)))

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

Copy link
Copy Markdown
Contributor Author

there are some problems

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.

1 participant