help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: warning: sqp: QP subproblem failed to converge in 200 iterations


From: louis scott
Subject: Re: warning: sqp: QP subproblem failed to converge in 200 iterations
Date: Tue, 23 Apr 2013 10:48:28 +0100

seeĀ http://www.gnu.org/software/octave/doc/interpreter/Quadratic-Programming.html
andĀ http://www.gnu.org/software/octave/doc/interpreter/Linear-Least-Squares.html#doc%2doptimset

you want to set the options for MaxIter higher.
Something like optimset(MaxIter,201)



On Tue, Apr 23, 2013 at 10:38 AM, Urs Hackstein <address@hidden> wrote:
Hello,

I am dealing with an iteration where in each step a minimization problem
min_{a_i<=x_i<=b_i})(real(b)-real(f(x_1,x_2,x_3,x_4,x_5,x_6,x_7)).^2+(imag(b)-imag(f(x_1,x_2,x_3,x_4,x_5,x_6,x_7)).^2) is solved using sqp.
However, I receive every time the following error:
warning: sqp: QP subproblem failed to converge in 200 iterations
How can I adjust the number of iterations of qp?
(It should converge as it does if I compute f in a different way, but this way is slightly faster.)

Best regards,

Urs Hackstein












_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave



reply via email to

[Prev in Thread] Current Thread [Next in Thread]