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 SolverTuner to support hyperparameters search and track steps to solution across SolverProcess. #66

Merged
merged 62 commits into from
Oct 28, 2022

Conversation

GaboFGuerra
Copy link
Collaborator

@GaboFGuerra GaboFGuerra commented Oct 24, 2022

Issue Number:

Objective of pull request: add the SolverTuner utility class to provide hyperparameters grid search for OptimizationProblem

Pull request checklist

Your PR fulfills the following requirements:

Pull request type

Please check your PR type:

  • Feature

What is the new behavior?

  • This PR introduces SolverTuner, an utility class that enables hyperparameters grid search for all problems inheriting from OptimizationProblem.

Does this introduce a breaking change?

  • No

Signed-off-by: GaboFGuerra <gabriel.fonseca.guerra@intel.com>
Signed-off-by: GaboFGuerra <gabriel.fonseca.guerra@intel.com>
Signed-off-by: GaboFGuerra <gabriel.fonseca.guerra@intel.com>
@AlessandroPierro AlessandroPierro changed the title Add SolverTunner initially supporting grid search for hyperparameters. Add SolverTuner initially supporting grid search for hyperparameters. Oct 24, 2022
@AlessandroPierro AlessandroPierro added the 1-feature New feature or request label Oct 24, 2022
@AlessandroPierro AlessandroPierro changed the title Add SolverTuner initially supporting grid search for hyperparameters. Add SolverTuner to support hyperparameters grid search for QUBO problems Oct 24, 2022
@AlessandroPierro AlessandroPierro changed the title Add SolverTuner to support hyperparameters grid search for QUBO problems Add SolverTuner to support hyperparameters search for QUBO problems Oct 24, 2022
@AlessandroPierro AlessandroPierro changed the title Add SolverTuner to support hyperparameters search for QUBO problems Add SolverTuner to support hyperparameters search for QUBO Oct 24, 2022
@AlessandroPierro AlessandroPierro changed the title Add SolverTuner to support hyperparameters search for QUBO Add SolverTuner to support hyperparameters search Oct 24, 2022
@GaboFGuerra GaboFGuerra marked this pull request as ready for review October 26, 2022 11:17
GaboFGuerra and others added 8 commits October 26, 2022 13:45
Signed-off-by: GaboFGuerra <gabriel.fonseca.guerra@intel.com>
Signed-off-by: GaboFGuerra <gabriel.fonseca.guerra@intel.com>
Signed-off-by: GaboFGuerra <gabriel.fonseca.guerra@intel.com>
Signed-off-by: GaboFGuerra <gabriel.fonseca.guerra@intel.com>
Signed-off-by: GaboFGuerra <gabriel.fonseca.guerra@intel.com>
Signed-off-by: GaboFGuerra <gabriel.fonseca.guerra@intel.com>
…ect acknowledgement ports.

Signed-off-by: GaboFGuerra <gabriel.fonseca.guerra@intel.com>
@GaboFGuerra GaboFGuerra changed the title Add SolverTuner to support hyperparameters search Add SolverTuner to support hyperparameters search and track steps to solution across SolverProcess. Oct 26, 2022
@AlessandroPierro AlessandroPierro requested review from AlessandroPierro and removed request for srrisbud and PhilippPlank October 27, 2022 14:27
AlessandroPierro and others added 13 commits October 27, 2022 19:23
Signed-off-by: GaboFGuerra <gabriel.fonseca.guerra@intel.com>
Signed-off-by: GaboFGuerra <gabriel.fonseca.guerra@intel.com>
Signed-off-by: GaboFGuerra <gabriel.fonseca.guerra@intel.com>
Signed-off-by: GaboFGuerra <gabriel.fonseca.guerra@intel.com>
Signed-off-by: GaboFGuerra <gabriel.fonseca.guerra@intel.com>
Signed-off-by: GaboFGuerra <gabriel.fonseca.guerra@intel.com>
@GaboFGuerra GaboFGuerra merged commit 24baae5 into main Oct 28, 2022
@AlessandroPierro AlessandroPierro deleted the solver_tunner branch October 31, 2022 09:49
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

Successfully merging this pull request may close these issues.

None yet

4 participants