ray.tune.search.skopt.SkOptSearch.on_trial_complete#

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

Notification for the completion of trial.

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