Skip to content

Fix huge slowdown in generating neighbors#127

Merged
mfeurer merged 1 commit intoautoml:masterfrom
Yatoom:patch-1
Sep 30, 2019
Merged

Fix huge slowdown in generating neighbors#127
mfeurer merged 1 commit intoautoml:masterfrom
Yatoom:patch-1

Conversation

@Yatoom
Copy link
Copy Markdown
Contributor

@Yatoom Yatoom commented Sep 29, 2019

The unnecessary calls to np.any() caused a huge slowdown in generating neighbors in SMAC. See automl/SMAC3#540. I added a check to see if this call is needed.

The unnecessary calls to `np.any()` caused a huge slowdown in generating neighbors in SMAC. See automl/SMAC3#540. I added a check to see if this call is needed.
@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #127 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #127   +/-   ##
=======================================
  Coverage   66.75%   66.75%           
=======================================
  Files          19       19           
  Lines        1799     1799           
=======================================
  Hits         1201     1201           
  Misses        598      598

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 45d577c...dd6eed4. Read the comment docs.

@mfeurer
Copy link
Copy Markdown
Contributor

mfeurer commented Sep 30, 2019

Thanks a lot, this even makes the unit tests faster!

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