Replies: 1 comment
-
Could you provide a reproducible example, including the definitions of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm currently working on integrating the
qMultiStepLookahead
acquisition function into my project using BoTorch, following a tutorial as a beginner in this domain. This code snippet is part of my initial exploration and testing phase before full implementation.I've encountered an error that I'm struggling to resolve. I suspect it may be due to incorrect parameters passed to the acquisition function. However, I'm having difficulty pinpointing the exact issue.
I would greatly appreciate any insights or suggestions on how to debug and correct this issue.
Thank you for your help!
Here's the error message I'm encountering, and the part of my code concerning my acquisition function :
Beta Was this translation helpful? Give feedback.
All reactions