mc points normalization and qNIPV acquisition function values #2644
Unanswered
ramseyissa
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[EDITED - question 3]
Hello all,
I just had a few general questions regarding mc points handling and the qNIPV acquisition function.
Background
I am working on a problem that has 8 features and 6 outputs regrading a material science problem.
This is my code for model initialization:
After I return a fitted model, it is passed to my optimizer.
Here lies some confusion on my end.
'acq_value': tensor([-2991.0874, -2976.0832], dtype=torch.float64)
This could be a misinterpretation on my end, but I was under the impression that since the values are negated, shouldn't i be selecting the candidate that has the closest value to zero (as it would be the maximum)? So given my acquisition values above, wouldn't the better choice be the second candidate given the above list of acquisition values?
[EDIT] Thinking a little more about this, i believe this is happening due to sequential being set to True so for qNIPV the variance is actually approaching zero with every newly considered candidate given the fantasy model, where as for qLogEHVI later candidates might only find smaller improvements than initial candidates.
Thank you in Advance, and please let me know if you need me to clarify anything on my end!
source code
Beta Was this translation helpful? Give feedback.
All reactions