Skip to content

Commit a9c24b9

Browse files
dme65facebook-github-bot
authored andcommitted
Speed up the SAASBO tutorial (#1740)
Summary: Speed up the SAASBO tutorial by using 256 warmup steps and 128 samples (with a comment that we still recommend 512 warmup steps and 256 samples). I also dropped the dimensionality of the problem from 50 to 30 and increased the batch size from 4 to 5. The tutorial now runs in ~12 minutes on Github Actions. Pull Request resolved: #1740 Reviewed By: esantorella Differential Revision: D44092726 Pulled By: dme65 fbshipit-source-id: 3bd8f627f46394b5f68a1019f4593ad4bade56e9
1 parent d6c9d3b commit a9c24b9

File tree

2 files changed

+205
-209
lines changed

2 files changed

+205
-209
lines changed

scripts/run_tutorials.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
"thompson_sampling.ipynb", # very slow without KeOps + GPU
2929
"composite_mtbo.ipynb", # TODO: very slow, figure out if we can make it faster
3030
# Timing out in standard mode
31-
"saasbo.ipynb",
32-
# Timing out in standard mode
3331
"scalable_constrained_bo.ipynb",
3432
}
3533

0 commit comments

Comments
 (0)