Improvements requested for best_point_utils.get_best_parameters
: using latest data etc.
#675
Labels
best_point_utils.get_best_parameters
: using latest data etc.
#675
I am new to AX and am using the developer API. In a standard for loop like this, the experiment's last trial will have its generator_run used to generate the last trial, which is created from the model trained before last trial is completed. The
best_point_utils.get_best_parameters
seems to be using the generator_run (and the torch model bridge in it) to get the best arm based on prediction. As a result it is not using the last trial's data even when it is completed.The text was updated successfully, but these errors were encountered: