Skip to content

Commit 8085458

Browse files
kayweenfacebook-github-bot
authored andcommitted
Remove a leftover docstring note (#3007)
Summary: Pull Request resolved: #3007 `optimize_acqf_mixed_alternating` now supports non-integer discrete and categorical variables. Remove the legacy comment. Reviewed By: saitcakmak Differential Revision: D81944645 fbshipit-source-id: 03e35eed3b163c4aedfa44c0212d1a428b8513cc
1 parent 55b8911 commit 8085458

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

botorch/optim/optimize_mixed.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -860,8 +860,6 @@ def optimize_acqf_mixed_alternating(
860860
discrete/categorical local search and continuous optimization via (L-BFGS)
861861
is performed for a fixed number of iterations.
862862
863-
NOTE: This method assumes that all categorical variables are
864-
integer valued.
865863
The discrete dimensions that have more than
866864
`options.get("max_discrete_values", MAX_DISCRETE_VALUES)` values will
867865
be optimized using continuous relaxation.

0 commit comments

Comments
 (0)