estimagic icon indicating copy to clipboard operation
estimagic copied to clipboard

Add more tests for subsolvers

Open segsell opened this issue 2 years ago • 0 comments

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 #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 avatar May 23 '22 09:05 segsell