Negative Variance #2393
Unanswered
ToennisStef
asked this question in
Q&A
Replies: 1 comment 5 replies
-
|
Beta Was this translation helpful? Give feedback.
5 replies
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.
-
I have a problem with the SingleTaskMultiFideltiyGP. When I train the model on the following training data:
with the model:
I get negative variance values.
The BO loops exits with a Runtime error when I try to optimize a FixedfeatureAcquisition function and infer the next candidate with this model.
The error message is:
RuntimeError: probability tensor contains either
inf,
nanor element < 0
I try to circumvent the problem by setting the cholesky_jitter to a different tolerance value and turning of the fast_computations setting:
But i still can't infer a new candidate because of negative variance values.
Does somebody know how to handle this issue?
Beta Was this translation helpful? Give feedback.
All reactions