Hi, does Ray Tune support training using existing data (x, y)s
? Here, x is the tried parameters and y is its performance metrics.
This is quite helpful for restarting tuning and stateless wrapper. I found points_to_evaluate
for some of the search algorithms, but they should be run again, is that possible that I reuse the data and tune from there?
Thanks