Replies: 1 comment
-
The issue is that in your constraint definition A word of warning though: The constellation of using |
Beta Was this translation helpful? Give feedback.
-
The issue is that in your constraint definition A word of warning though: The constellation of using |
Beta Was this translation helpful? Give feedback.
-
I'm currently working on a project that involves multi-fidelity optimization using BoTorch. I'm trying to optimize an acquisition function, but I keep encountering a RuntimeError when I run the optimization loop. Here's the error message:
I tried using torch.set_grad_enabled(True) but it did not work. Here is a snippet of my code to show how I programmed the non linear constraint :
I would be extremely grateful for any help, I really don't have any idea on how to proceed...
Beta Was this translation helpful? Give feedback.
All reactions