about optimize_acqf() #1264
-
Hello.
wb2s:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @LiuYang-1997 . This seems to work for me. Maybe it is just a numerical issue due to the specific problem you're trying to optimize? I'd try using Here's what I ran to replicate the issue:
|
Beta Was this translation helpful? Give feedback.
Hi @LiuYang-1997 . This seems to work for me. Maybe it is just a numerical issue due to the specific problem you're trying to optimize? I'd try using
dtype=torch.double
for all the arguments you pass intoSingleTaskGP
, the acquisition function &optimize_acqf
. The improved numerical precision typically helps with these issues.Here's what I ran to replicate the issue: