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 more tests for subsolvers #16

Open
segsell opened this issue May 23, 2022 · 0 comments
Open

Add more tests for subsolvers #16

segsell opened this issue May 23, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@segsell
Copy link
Member

segsell commented May 23, 2022

Problems

  1. Before optimizing the performance of our trust-region subproblem solvers, we need to add a few more tests that assure us that we do not introduce any bugs while refactoring.

  2. In Improve subsolver BNTR optimagic-dev/optimagic#328, we have added two new conjugate gradient methods for the subsolver BNTR. As a result, global test coverage has decreased, since these methods contain many if conditions.

Solution

Write tests in our development environment, that compare our subsolvers against the subsolvers from dfols and pybobyqa.

@segsell segsell added the enhancement New feature or request label May 23, 2022
@segsell segsell self-assigned this May 23, 2022
@janosg janosg transferred this issue from optimagic-dev/optimagic Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant