-
Notifications
You must be signed in to change notification settings - Fork 68
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
Ability to schedule ablation study of optimized configs #860
Comments
See Also: #687 |
I think this can also be achieved with the manual optimizer in #855, if we list out the ablation configs explicitly as configs to execute during the experiment. |
I think the whole point is to automate the enumeration of the configs. To use @motus terminology from a previous discussion, this is a method of enqueuing Trials into the queue (e.g., config suggestion), not of scheduling within that set. |
Related to #807 it would also be useful to be able to schedule an ablation study of optimal configs vs. the defaults by toggling single parameters (or combinations) back to the default in order to determine what improved in the optimal config.
The text was updated successfully, but these errors were encountered: