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

Parallelize optimization with grid search instead of fmin #94

Open
iharsuvorau opened this issue Feb 1, 2023 · 0 comments
Open

Parallelize optimization with grid search instead of fmin #94

iharsuvorau opened this issue Feb 1, 2023 · 0 comments
Assignees
Labels
performance Temporal/memory performance of the algorithm

Comments

@iharsuvorau
Copy link
Member

iharsuvorau commented Feb 1, 2023

Currently, we are using a Tree-Structured Parzen Estimator (TPE) to guide the search of the best parameters when optimizing the Resource Model and the Control-flow.

Consider the option of using grid search to generate a subset of cases from the search space, and parallelize their computation.

* The TPE cannot be parallelized, as each iteration parameters depends on the loss from the previous ones.

@iharsuvorau iharsuvorau added the performance Temporal/memory performance of the algorithm label Feb 1, 2023
@iharsuvorau iharsuvorau self-assigned this Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Temporal/memory performance of the algorithm
Projects
None yet
Development

No branches or pull requests

1 participant