[tune] experiment_analysis split to Analysis (#5115)

This commit is contained in:
Richard Liaw
2019-07-27 01:10:52 -07:00
committed by GitHub
parent 7e715520e5
commit 5e15b36d6e
14 changed files with 302 additions and 239 deletions
@@ -75,7 +75,7 @@ if __name__ == "__main__":
"on_postprocess_traj": tune.function(on_postprocess_traj),
},
},
)
return_trials=True)
# verify custom metrics for integration tests
custom_metrics = trials[0].last_result["custom_metrics"]