How to add prior runs to Sweep via Python API?

Hi @luis_bergua, thanks for your response!

My use case is the same as in what the UI feature is for. I first did several manual Runs, then a grid search Sweep or two, and later decided that I want to continue my hyperparameter search using Bayesian optimisation, and I don’t want the previous runs be wasted.

The only difference is that I would like to select relevant Runs for inclusion into the new sweep programmatically, just because I find this more convenient.