ray.tune.schedulers.HyperBandScheduler.choose_trial_to_run#

HyperBandScheduler.choose_trial_to_run(tune_controller: TuneController) Trial | None[source]#

Fair scheduling within iteration by completion percentage.

List of trials not used since all trials are tracked as state of scheduler. If iteration is occupied (ie, no trials to run), then look into next iteration.