ray.tune.ExperimentAnalysis.best_result#

property ExperimentAnalysis.best_result: Dict#

Get the last result of the best trial of the experiment

The best trial is determined by comparing the last trial results using the metric and mode parameters passed to tune.run().

If you didn’t pass these parameters, use get_best_trial(metric, mode, scope).last_result instead.