Replies: 1 comment
-
Yeah the basic operations in that paper (i.e. fixing the value of a particular input) is supported using the botorch/botorch/optim/optimize.py Line 429 in e68efb5 Alternatively you could also use You can use this to assemble the However, for the |
Beta Was this translation helpful? Give feedback.
-
Hi all, I have a use case where one feature needs to be fixed among all generated experiments within a single batch.
For example, 5 experiments are generated per batch and x1 can be chosen from the range 0-100, but all 5 experiments must be executed at the same x1. In subsequent batches, a new x1 value can be used but again must be shared among all 5 experiments.
I found a reference for "process-constrained batch Bayesian optimization" and I'm wondering if this is supported with any of the existing constraints features within Botorch. Thank you for your help!
https://dl.acm.org/doi/pdf/10.5555/3294996.3295100
Beta Was this translation helpful? Give feedback.
All reactions