-
-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maint/faster one exchange neighborhood #174
Conversation
smac/smbo/smbo.py
Outdated
acq_values = self.acquisition_func(imputed_configs) | ||
config_array = np.array([x.get_array() for x in configs], dtype=np.float64) | ||
# This imputes inactive values! | ||
config_array[~np.isfinite(config_array)] = -1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't this imputation be in a method such that we cannot forget to do it everywhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was actually introduced in PR #170 and I'm not sure why github does not update this PR. I can update this though (with yet a new pull request).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now the PR is updated ;)
Changes Unknown when pulling dc5131e on MAINT/faster_one_exchange_neighborhood into ** on development**. |
Changes Unknown when pulling dc5131e on MAINT/faster_one_exchange_neighborhood into ** on development**. |
No description provided.