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
There is currently some code duplication between both classes in, for example, how the trial data is given to the Ax client. A possible solution would be to turn the AxModelManager into a high-level wrapper of AxClient in optimas. In this way, the ax generators would store (and interact with) an AxModelManager instead of directly using an AxClient.
The text was updated successfully, but these errors were encountered:
There is currently some code duplication between both classes in, for example, how the trial data is given to the Ax client. A possible solution would be to turn the
AxModelManager
into a high-level wrapper ofAxClient
inoptimas
. In this way, the ax generators would store (and interact with) anAxModelManager
instead of directly using anAxClient
.The text was updated successfully, but these errors were encountered: