Nested optimization of acquisition function #1646
Answered
by
sdaulton
HanyangHenry-Wang
asked this question in
Q&A
-
In Botorch, Knowledge Gradient is calculated by One-Shot method and I can understand the code. But usually, KG is calculated by a nested optimization problem. My question is that now I would like to build a KG which uses nested optimization, is there any way to do so in Botorch? Or is there any acquisition function in Botorch that use nested optimization? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
sdaulton
Jan 27, 2023
Replies: 1 comment 1 reply
-
I actually just implemented KG with nested optimization. I’ll put up a PR, hopefully in the next week |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
HanyangHenry-Wang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I actually just implemented KG with nested optimization. I’ll put up a PR, hopefully in the next week