ray.tune.schedulers.TrialScheduler.on_trial_result#

TrialScheduler.on_trial_result(tune_controller: TuneController, trial: Trial, result: Dict) str[源代码]#

在每次试验返回的中间结果上调用。

此时,试验调度器可以通过返回 CONTINUE、PAUSE 或 STOP 之一来做出决定。这仅在试验处于 RUNNING 状态时调用。