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

Enable problem-level parallelism for OptimizationSolver #198

Open
4 of 6 tasks
AlessandroPierro opened this issue Mar 15, 2023 · 0 comments
Open
4 of 6 tasks

Enable problem-level parallelism for OptimizationSolver #198

AlessandroPierro opened this issue Mar 15, 2023 · 0 comments
Assignees
Labels
1-feature New feature or request

Comments

@AlessandroPierro
Copy link
Collaborator

AlessandroPierro commented Mar 15, 2023

User story

As a user, I want to be able to solve multiple optimization problems in parallel with the OptimizationSolver.

Conditions of satisfaction

  • Problem level parallelism is enabled on CPU backed along. It runs concurrently with hyperparameter level parallelization

Acceptance tests

Tasks

  • Rethink UI to make solver easy for the user
  • Make changes and add new helper functions to the builder.py to accommodate for these changes
  • Make changes to the solution reader
  • Adapt the read_gate model for the multiple problems
  • Adapt the solution_readout model for multiple problems
  • Adap OptimizationSolver to get the solution from multiple problems
@AlessandroPierro AlessandroPierro added the 1-feature New feature or request label Mar 15, 2023
@github-actions github-actions bot added the 0-needs-review Has to be reviewed. label Mar 15, 2023
@GaboFGuerra GaboFGuerra removed the 0-needs-review Has to be reviewed. label Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1-feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants