Skip to content

Parallelize optimization with grid search instead of fmin #94

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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