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

Ability to schedule ablation study of optimized configs #860

Open
bpkroth opened this issue Sep 24, 2024 · 5 comments
Open

Ability to schedule ablation study of optimized configs #860

bpkroth opened this issue Sep 24, 2024 · 5 comments
Labels
help wanted Extra attention is needed

Comments

@bpkroth
Copy link
Contributor

bpkroth commented Sep 24, 2024

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.

@bpkroth
Copy link
Contributor Author

bpkroth commented Sep 24, 2024

@eujing

@bpkroth
Copy link
Contributor Author

bpkroth commented Sep 24, 2024

@jsfreischuetz

@bpkroth
Copy link
Contributor Author

bpkroth commented Sep 24, 2024

See Also: #687

@eujing
Copy link
Contributor

eujing commented Oct 3, 2024

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 guess the advantage is that we get repeats of each config in a cycle if we did it that way.

@bpkroth
Copy link
Contributor Author

bpkroth commented Oct 3, 2024

I think the whole point is to automate the enumeration of the configs.
I'd rather see us implement #687 and then extend it by adding a shedule_ablation_study(config) for a given config vs. the defaults.
Then any scheduler can determine which one to run first (or in parallel) - it doesn't really matter.

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.

@bpkroth bpkroth added the help wanted Extra attention is needed label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants