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 a warning if the stopping tolerance not hit by our augmented system solves #26

Closed josyoun closed 8 years ago

josyoun commented 9 years ago

Right now, we fails silently if we don't hit our specified tolerance in our augmented system solve. We need to warn about this.

josyoun commented 8 years ago

Added in commit 74b9b52caa2955054707b1a6c38790b6fb69d02a. In short, set msg_level to 2 or higher. If aug_fail denotes failures and we want to know where, set msg_level to 3 or higher. Then, we can look at the output like qn_fail or pg_fail to figure out where.