OptimoJoe / Optizelle

Optizelle [op-tuh-zel] is an open source software library designed to solve general purpose nonlinear optimization problems.
www.optimojoe.com/products/optizelle
63 stars 13 forks source link

Add unit test for NaNs in truncated MINRES #25

Closed josyoun closed 8 years ago

josyoun commented 9 years ago

Add a unit test that tests how we deal with NaNs in truncated MINRES. This can occur when our precondioner or Hessian fails to give a valid solve.

josyoun commented 8 years ago

I remove the MINRES code with the new interior point stuff on commit 59b450472520365893c248dd31f9a0319a0ca36e, so this bug is deprecated.