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

More efficient solver in regularized linearRTO if the constraint is just a simple box constraint #559

Open
6 tasks
chaozg opened this issue Nov 4, 2024 · 0 comments · May be fixed by #560
Open
6 tasks

Comments

@chaozg
Copy link
Contributor

chaozg commented Nov 4, 2024

General description of task

In RegularizedLinearRTO, Scipy-based second-order solvers will be more efficient in certain cases, for example a simple box constraint, than the existing first-order solvers.

Definition of Done (Feature/change)

  • Investigate possible interface change in RegularizedLinearRTO

Definition of Done (Mandatory)

  • Documentation added (docstrings on all public methods/classes)
  • Unit tests added/updated (and passing!)
  • Code reviewed and approved by 2 CUQI-maintainers
  • Online documentation is rendered correctly (esp. math)

Defintion of Done (Optional)

  • HowTo/tutorial added
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