Mercurial > hg > octave-nkf
comparison scripts/optimization/sqp.m @ 8047:d54f113aa983
Increase test script tolerances.
author | Thomas Treichl <Thomas.Treichl@gmx.net> |
---|---|
date | Thu, 21 Aug 2008 14:04:04 -0400 |
parents | df9519e9990c |
children | 17352ccd860e |
comparison
equal
deleted
inserted
replaced
8046:c4482fc30c7f | 8047:d54f113aa983 |
---|---|
740 %! -0.763643103133572; | 740 %! -0.763643103133572; |
741 %! -0.763643068453300]; | 741 %! -0.763643068453300]; |
742 %! | 742 %! |
743 %! obj_opt = 0.0539498477702739; | 743 %! obj_opt = 0.0539498477702739; |
744 %! | 744 %! |
745 %! assert (all (abs (x-x_opt) < 4*sqrt (eps)) && abs (obj-obj_opt) < sqrt (eps)); | 745 %! assert (all (abs (x-x_opt) < 5*sqrt (eps)) && abs (obj-obj_opt) < sqrt (eps)); |