ray.tune.search.hyperopt.HyperOptSearch.on_trial_complete#

HyperOptSearch.on_trial_complete(trial_id: str, result: Dict | None = None, error: bool = False) None[source]#

Notification for the completion of trial.

The result is internally negated when interacting with HyperOpt so that HyperOpt can “maximize” this value, as it minimizes on default.