optimize_acq returning same 10 candidates for next iteration #2932
Unanswered
ankush-kumar-mishra
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using BoTorch, for a 9D problem with constraints, that first 2 variable must sum to 1.0 and the next 6 variables must sum to 1.0 ). I am using qUCB with q= 10.
My Code:
The candidates that are being returned after optimizing_acq are all the same candidates. I am not sure why this is happening. It will be great to get some insights on this.
Beta Was this translation helpful? Give feedback.
All reactions