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
Make get_best_raw_objective_point_with_trial_index return a TModelPredictArm (#3753)
Summary:
Pull Request resolved: #3753
In every usage of `get_best_raw_objective_point_with_trial_index`, its third return value is either ignored or changed into a TModelPredictArm.
This PR
* makes it return a TModelPredictArm, which makes some downstream functions more unitary.
* Fixes some type annotations that were too broad (the TModelPredictArm won't be None)
* Updates docstrings
Reviewed By: Balandat
Differential Revision: D74401853
fbshipit-source-id: bd184c2e6f0c5e673d08d6fb5278cf2029063cfc
0 commit comments