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

Add maxout for submit_qubo #583

Closed
dhirpalshah opened this issue Jun 29, 2023 · 3 comments · Fixed by #621
Closed

Add maxout for submit_qubo #583

dhirpalshah opened this issue Jun 29, 2023 · 3 comments · Fixed by #621
Assignees

Comments

@dhirpalshah
Copy link
Contributor

Users may want to have control over the number of solutions that submit_qubo outputs. In the /server-superstaq/superstaq/request_converter.py, the function solve_qubo calls solver = SimulatedBifurcationMachine(workspace, loops=1000, maxout=1). This only outputs the first and best solution. We can try to include a parameter for clients to specify the number of solutions (maxout value) they want.

@dhirpalshah
Copy link
Contributor Author

dhirpalshah commented Jul 12, 2023

@pnoell requests this change soon so that he can integrate it with his SVM work, since the SVM work requires multiple solutions outputted.

@dhirpalshah
Copy link
Contributor Author

also change loop # to 1 million, since timeout will then be the limiting factor

@dhirpalshah
Copy link
Contributor Author

addressed in https://github.com/Infleqtion/server-superstaq/pull/2475 (server-side), and also in #621

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant