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

Grid Searcher Rules #26

Open
h-0-0 opened this issue Jan 17, 2024 · 0 comments
Open

Grid Searcher Rules #26

h-0-0 opened this issue Jan 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@h-0-0
Copy link
Owner

h-0-0 commented Jan 17, 2024

I think a good added feature for the grid searcher would be to be able to define rules to coordinate the grid search. I think it would be best if rules only allow for the skipping of runs.

The form I was thinking for an individual rule would be something along the lines of:
Given {key: value/s}, every time this key with one of these values appears as the next configuration we skip it if in the configuration it has any of the keys with values in {key1: values to skip for key1, key2: values to skip for key2}.

This way you define your grid search and then can modify the behaviour of the grid search to skip configurations you don't want to run.

The searcher should be given the list of rules during initialisation of the grid.

@h-0-0 h-0-0 added the enhancement New feature or request label Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant