Ray-tune: start search with specific hparam settings?

I’ve seen this mentioned somewhere, but forgot how to do it – suppose I found some “good” hparam settings H. How do I make Ray-tune try these settings H first (or at least early), so that it quickly discards hparams that are not good compared to H ?

Thanks

For those who see this question… the answer is to use the points_to_evaluate param:

https://docs.ray.io/en/latest/tune/api_docs/suggestion.html#random-search-and-grid-search-tune-suggest-basic-variant-basicvariantgenerator