Skip to content

Commit f26899c

Browse files
Balandatfacebook-github-bot
authored andcommitted
Fix compare_mc_analytic_acquisition tutorial (#1099)
Summary: Fixes a bad `verbose` arg which was removed by 4079164 Pull Request resolved: #1099 Reviewed By: saitcakmak Differential Revision: D34493493 Pulled By: Balandat fbshipit-source-id: 7fb94b31fc25f6889a99eb623147cdf6c25e3450
1 parent 2efb497 commit f26899c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tutorials/compare_mc_analytic_acquisition.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@
234234
" lower_bounds=bounds[0],\n",
235235
" upper_bounds=bounds[1],\n",
236236
" optimizer=torch.optim.Adam,\n",
237-
" verbose=False,\n",
238237
" options={\"maxiter\": 500},\n",
239238
")\n",
240239
"new_point_torch_Adam = get_best_candidates(\n",
@@ -301,7 +300,6 @@
301300
" lower_bounds=bounds[0],\n",
302301
" upper_bounds=bounds[1],\n",
303302
" optimizer=torch.optim.SGD,\n",
304-
" verbose=False,\n",
305303
" options={\"maxiter\": 500},\n",
306304
")\n",
307305
"new_point_torch_SGD = get_best_candidates(\n",

0 commit comments

Comments
 (0)