diff scripts/optimization/sqp.m @ 7404:32c1c3a3b07c

[project @ 2008-01-19 06:24:47 by jwe]
author jwe
date Sat, 19 Jan 2008 06:24:47 +0000
parents c1a3d6c7d2fb
children df9519e9990c
line wrap: on
line diff
--- a/scripts/optimization/sqp.m
+++ b/scripts/optimization/sqp.m
@@ -734,4 +734,4 @@
 %!
 %! obj_opt = 0.0539498477702739;
 %!
-%! assert (all (abs (x-x_opt) < sqrt (eps)) && abs (obj-obj_opt) < sqrt (eps));
+%! assert (all (abs (x-x_opt) < 4*sqrt (eps)) && abs (obj-obj_opt) < sqrt (eps));