Add more tests for subsolvers
Opened this issue · 0 comments
segsell commented
Problems
-
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.
-
In 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
.