Skip to content
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

Merged
merged 2 commits into from
Feb 14, 2017

Conversation

mfeurer
Copy link
Contributor

@mfeurer mfeurer commented Feb 13, 2017

No description provided.

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
Copy link
Contributor

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?

Copy link
Contributor Author

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

Copy link
Contributor Author

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

@mfeurer mfeurer changed the base branch from development to master February 13, 2017 16:05
@mfeurer mfeurer changed the base branch from master to development February 13, 2017 16:05
@coveralls
Copy link

coveralls commented Feb 13, 2017

Coverage Status

Changes Unknown when pulling dc5131e on MAINT/faster_one_exchange_neighborhood into ** on development**.

@coveralls
Copy link

coveralls commented Feb 14, 2017

Coverage Status

Changes Unknown when pulling dc5131e on MAINT/faster_one_exchange_neighborhood into ** on development**.

@mfeurer mfeurer merged commit fa1a843 into development Feb 14, 2017
@mfeurer mfeurer deleted the MAINT/faster_one_exchange_neighborhood branch February 14, 2017 07:33
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.

3 participants