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.
I want to add some constraints to parameter sets to filter out some grid points based on user-defined constraints:
mtry<=num_compwidow_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.