Skip to content

Parallelize optimization with grid search instead of fmin #94

@iharsuvorau

Description

@iharsuvorau

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.

Metadata

Metadata

Assignees

Labels

performanceTemporal/memory performance of the algorithm

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions