comparison scripts/optimization/sqp.m @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents 4c8a2e4e0717
children 34f96dd5441b
comparison
equal deleted inserted replaced
5641:eb998631a4aa 5642:2618a0750ae6
160 ## @item 103 160 ## @item 103
161 ## The maximum number of iterations was reached (the maximum number of 161 ## The maximum number of iterations was reached (the maximum number of
162 ## allowed iterations is currently fixed at 100---edit @file{sqp.m} to 162 ## allowed iterations is currently fixed at 100---edit @file{sqp.m} to
163 ## increase this value). 163 ## increase this value).
164 ## @end table 164 ## @end table
165 ## @seealso{qp}
165 ## @end deftypefn 166 ## @end deftypefn
166 ## @seealso{qp}
167 167
168 function [x, obj, info, iter, nf, lambda] = sqp (x, objf, cef, cif) 168 function [x, obj, info, iter, nf, lambda] = sqp (x, objf, cef, cif)
169 169
170 global nfun; 170 global nfun;
171 global __sqp_obj_fun__; 171 global __sqp_obj_fun__;