ray.tune.search.nevergrad.NevergradSearch.on_trial_complete#

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

Notification for the completion of trial.

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