Mercurial > hg > octave-lojdl
changeset 7381:90b931a40617
[project @ 2008-01-15 19:12:14 by jwe]
author | jwe |
---|---|
date | Tue, 15 Jan 2008 19:12:14 +0000 |
parents | 2ba95a933d3e |
children | 4ec8f8a4f005 |
files | scripts/optimization/sqp.m |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/optimization/sqp.m +++ b/scripts/optimization/sqp.m @@ -724,7 +724,7 @@ %!test %! x0 = [-1.8; 1.7; 1.9; -0.8; -0.8]; %! -%! [x, obj, info, iter, nf, lambda] = sqp (x0, @phi, @g, []) +%! [x, obj, info, iter, nf, lambda] = sqp (x0, @phi, @g, []); %! %! x_opt = [-1.717143501952599; %! 1.595709610928535;