[Question] botorch.optim vs botorch.generation? #1829
Replies: 3 comments 3 replies
-
For most cases, users should use |
Beta Was this translation helpful? Give feedback.
-
I think our documentation could benefit from updating on this point, for example for optimization and on writing a custom replacement to |
Beta Was this translation helpful? Give feedback.
-
optimize_acqf uses gen_candidates_scipy under the hood |
Beta Was this translation helpful? Give feedback.
-
Not a bug but not a feature request either. Just trying to understand BoTorch but cannot find anything online or in the doc.
I see two separte classes botorch.optim and botorch.generation. In my mind, these are the same thing, given a acqusition, find the maximizer. In examples, I see people sometimes use optimize_acqusition and sometimes use gen_candidates_scipy. The API is kind of similar. So what is the difference and which one should I use? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions