Question in 'bo_with_warped_gp.ipynb' #1802
Unanswered
HanyangHenry-Wang
asked this question in
Q&A
Replies: 1 comment 5 replies
-
I am not sure I understand; is your concern that |
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
-
Hi,
I am trying to use warped GP to do BO and I found the function 'obj() ' in 'bo_with_warped_gp.ipynb' confuses me a bit.
From my understanding, this function takes 'train_x_ei' as inputs and then calculates the function value 'train_obj_ei' after input warping. However, in the next step, the tutorial uses 'train_x_ei' and 'train_obj_ei' to train GP for normal BO (NEI). I do not really understand why we should use train_x_ei and train_obj_ei to build the GP because train_obj_ei is not the value of train_x_ei.
Could you please give me any hints? Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions