You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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.
The text was updated successfully, but these errors were encountered:
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 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
andpybobyqa
.The text was updated successfully, but these errors were encountered: