tidymodels / dials

Tools for creating tuning parameter values
https://dials.tidymodels.org/
Other
111 stars 26 forks source link

parameter constraints #334

Open topepo opened 2 months ago

topepo commented 2 months ago

I want to add some constraints to parameter sets to filter out some grid points based on user-defined constraints:

and so on.

My thoughts are that we could have an optional list of expressions attached to a parameter set, and these filters could be executed when grids are created.