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
Hi @vassilyl could you provide the full repro for where you create a new OptimizationConfig? I'm curious if maybe the optimization config isn't being saved to the experiment.
Steps:
OptimizationConfig
with the objective and pass it toAxClient.get_best_trial
.Expected:
The call returns best parameterization and predictions.
Observed:
An exception is raised from the implementation method '_get_best_trial`.
Ax/ax/service/utils/best_point_mixin.py
Line 266 in c5fa11a
since
AxClient.get_best_trial(...)
doesn't passoptimization_config
parameter value to implementationAx/ax/service/ax_client.py
Line 1540 in c5fa11a
I've noticed similar issue for
Ax/ax/service/ax_client.py
Line 1554 in c5fa11a
The text was updated successfully, but these errors were encountered: