dials icon indicating copy to clipboard operation
dials copied to clipboard

parameter constraints

Open topepo opened this issue 1 year ago • 3 comments

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

  • mtry <= num_comp
  • parameter values that can only be odd (widow_size)

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.

topepo avatar Jun 27 '24 11:06 topepo