You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue surfaced from conversation with @henrymoss .
Emukit does not support 2-stage optimization procedures. For example, consider the following scenario: a multifidelity function f(x,z) where z is the fidelity, that is being optimized the following way:
x* = argmax acq1(x)
z* = argmax acq2(x*, z)
A couple of multifidelity methods based on UCB are using this, and it is quite common to compare against them, so having their implementations might be useful.
The text was updated successfully, but these errors were encountered:
This issue surfaced from conversation with @henrymoss .
Emukit does not support 2-stage optimization procedures. For example, consider the following scenario: a multifidelity function f(x,z) where z is the fidelity, that is being optimized the following way:
x* = argmax acq1(x)
z* = argmax acq2(x*, z)
A couple of multifidelity methods based on UCB are using this, and it is quite common to compare against them, so having their implementations might be useful.
The text was updated successfully, but these errors were encountered: