How can I create more complex logic for defining the parameter space of a sweep? For example, for each model family, I’d like to define a different set of parameters, or there a parameter that is a (variable) list of values.
I can write code that generates all possible hyperparameter combinations by myself (as a list or as generator).