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

Speed up conditional hyperparameter imputation #170

Merged
merged 2 commits into from
Feb 13, 2017

Conversation

mfeurer
Copy link
Contributor

@mfeurer mfeurer commented Feb 11, 2017

Instead of using a method for this, convert the configuration
into an array and replace missing values with -1.

Instead of using a method for this, convert the configuration
into an array and replace missing values with -1.
@coveralls
Copy link

coveralls commented Feb 11, 2017

Coverage Status

Coverage decreased (-0.04%) to 81.671% when pulling fdd55e0 on maint/speedupincativehpimputation into b14c471 on development.

@mlindauer
Copy link
Contributor

Let's first check whether Frank agrees or has some concerns.

@mfeurer mfeurer removed the request for review from mlindauer February 13, 2017 14:27
acq_val_incumbent = self.acquisition_function(
incumbent_.get_array(),
*args)
incumbent_ = incumbent.get_array()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Distinguishing between two variables with only "_" can cause a lot of confusion or needs at least a comment in the code.

@mfeurer mfeurer force-pushed the maint/speedupincativehpimputation branch from 7f9e772 to 0dcbcdc Compare February 13, 2017 15:49
Copy link
Contributor

@mlindauer mlindauer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add a comment in the code that get_one_exchange_neighbourhood() returns an iterator-like object and not a list

@mfeurer mfeurer merged commit be78591 into development Feb 13, 2017
@mfeurer mfeurer deleted the maint/speedupincativehpimputation branch February 13, 2017 15:51
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.04%) to 81.671% when pulling 0dcbcdc on maint/speedupincativehpimputation into b14c471 on development.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.04%) to 81.671% when pulling 0dcbcdc on maint/speedupincativehpimputation into b14c471 on development.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.04%) to 81.671% when pulling 0dcbcdc on maint/speedupincativehpimputation into b14c471 on development.

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.

4 participants