Skip to content

Commit d8f6876

Browse files
sdaultonfacebook-github-bot
authored andcommitted
speed up decoupled mobo smoke test (#2130)
Summary: Pull Request resolved: #2130 Drop the cost budget from 60 to 54. The initialization cost budget has cost 52, so this does at most 2 iterations. Reviewed By: esantorella Differential Revision: D51590942 fbshipit-source-id: 0929942d87896efa06a3c5a0bdedef0080b3d882
1 parent 41b8bed commit d8f6876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/decoupled_mobo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@
597597
"warnings.filterwarnings(\"ignore\", category=RuntimeWarning)\n",
598598
"\n",
599599
"MC_SAMPLES = 128 if not SMOKE_TEST else 16\n",
600-
"COST_BUDGET = 90 if not SMOKE_TEST else 60\n",
600+
"COST_BUDGET = 90 if not SMOKE_TEST else 54\n",
601601
"torch.manual_seed(0)\n",
602602
"verbose = True\n",
603603
"N_INIT = 2 * problem.dim + 1\n",

0 commit comments

Comments
 (0)