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
Hello and first of all thank you for this great package!
I am trying to run a "Multi-Fidelity Bayesian optimization with discrete fidelities using KG", similar to the BoTorch tutorial of the same name. I found an example in issue #475, in which a continuous fidelity parameter is used, and tried to adjust it for a discrete fidelity. Simply changing the fidelity from a RangeParameter to a ChoiceParameter produces an error, since apparently the fidelity is not supposed to be "choice-encoded", see the code example and traceback below.
Is the usage of discrete fidelities not supported or am I missing some additional arguments?
Hmm looking through the code it seems like that at this point Ax does indeed not support discrete fidelity parameters. I don't think there are any hard blockers to supporting this (after all it works in BoTorch), but we'd probably have to take a closer look at the Modelbridge and Transform layer and make some changes there to support this.
Hello and first of all thank you for this great package!
I am trying to run a "Multi-Fidelity Bayesian optimization with discrete fidelities using KG", similar to the BoTorch tutorial of the same name. I found an example in issue #475, in which a continuous fidelity parameter is used, and tried to adjust it for a discrete fidelity. Simply changing the fidelity from a
RangeParameter
to aChoiceParameter
produces an error, since apparently the fidelity is not supposed to be "choice-encoded", see the code example and traceback below.Is the usage of discrete fidelities not supported or am I missing some additional arguments?
Thanks a lot!
Running this code produces the following error:
The text was updated successfully, but these errors were encountered: