Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parameter constraints #334

Open
topepo opened this issue Jun 27, 2024 · 0 comments
Open

parameter constraints #334

topepo opened this issue Jun 27, 2024 · 0 comments
Labels
feature a feature request or enhancement

Comments

@topepo
Copy link
Member

topepo commented Jun 27, 2024

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.

@EmilHvitfeldt EmilHvitfeldt added the feature a feature request or enhancement label Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants