How do I search the optimal parameters automatically in config file?

Hi,

I wonder if there is a efficient way to search the parameter, like epochs, min_ngram, max_ngram, used in Pipeline or Policies? The similar idea as grid search in machine learning. Right now, I just tried it one by one. What’s more, can I try different pipelines at one time instead of one by one? Thank you.