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

[Opt] Implement batching for integrated optimizers #225

Open
eddiebergman opened this issue Jan 22, 2024 · 0 comments
Open

[Opt] Implement batching for integrated optimizers #225

eddiebergman opened this issue Jan 22, 2024 · 0 comments
Labels
optimization Something which would improve performance

Comments

@eddiebergman
Copy link
Contributor

PR #224 implements a parameter to ask() which allows optimizers to suggest trials in a batch manner. Currently the implementations just do this with a sequential call, i.e. calling ask() on itself n times.

I think SMAC might have some batching protocol and NEP's file locking mechanism is definitely slower when it needs to lock n times for no good reason. As for Optuna, I have no idea but would need some investigation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimization Something which would improve performance
Projects
None yet
Development

No branches or pull requests

1 participant