ray.tune.search.basic_variant.BasicVariantGenerator.on_trial_result#

BasicVariantGenerator.on_trial_result(trial_id: str, result: Dict)#

Called on each intermediate result returned by a trial.

This will only be called when the trial is in the RUNNING state.

Parameters:
  • trial_id – Identifier for the trial.

  • result – Result dictionary.