UCB and EI giving same trajectory in exploration #64
Replies: 4 comments 1 reply
-
Hmm... Can you please share a minimal reproducible code sample? |
Beta Was this translation helpful? Give feedback.
-
@utkarshp1161 - does running a pure GPax implementation of DKL on this dataset with UCB and EI also result in identical answers? |
Beta Was this translation helpful? Give feedback.
-
Hi Maxim, I have tried the UCB and EI in https://github.com/utkarshp1161/hAE/blob/main/notebooks/gpax/debug_acq_fn.ipynb Still both are giving the same exploration. Will it be possible for you to try it out? Here is the data: !wget https://www.dropbox.com/s/nicyvttpihzh1cd/Plasmonic_sets_7222021_fixed.npy |
Beta Was this translation helpful? Give feedback.
-
@utkarshp1161 did you have a chance to check a pure GPax implementation (without hAE wrappers) of the same acquisition functions? We need to be able to distinguish whether the bug causing this lives in GPax itself or hAE. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am using gpax mostly now in hAE(https://github.com/utkarshp1161/hAE) --> main_hAE_gpax.py
I am facing one issue. The EI and UCB acquisition function are tracing the same trajectory in exploration. This didn't happen when I was using DKL from atomAI.
Beta Was this translation helpful? Give feedback.
All reactions