Skip to content

Commit 7326f6d

Browse files
dme65facebook-github-bot
authored andcommitted
Speed up scbo tutorial (#1742)
Summary: Use 2000 instead of 4000 candidates in order to lower the memory usage and also make the tutorial run faster Pull Request resolved: #1742 Reviewed By: Balandat Differential Revision: D44102135 Pulled By: dme65 fbshipit-source-id: 7d18abb17706e8cfedd4b0dca246585f8b7bc5f7
1 parent 7a04fec commit 7326f6d

File tree

2 files changed

+171
-199
lines changed

2 files changed

+171
-199
lines changed

scripts/run_tutorials.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
RUN_IF_SMOKE_TEST_IGNORE_IF_STANDARD = { # only used in smoke tests
2828
"thompson_sampling.ipynb", # very slow without KeOps + GPU
2929
"composite_mtbo.ipynb", # TODO: very slow, figure out if we can make it faster
30-
# Timing out in standard mode
31-
"scalable_constrained_bo.ipynb",
3230
}
3331

3432

0 commit comments

Comments
 (0)