|
From: | Urs Hackstein |
Subject: | Re: warning: sqp: QP subproblem failed to converge in 200 iterations |
Date: | Tue, 23 Apr 2013 16:43:03 +0200 |
sqp(x0, phi, g, h, lb, ub, 500) sets the options for Maxiter in sqp higher, but it is not sqp causing the problem, it is the qp-subroutine called by sqp. Or am I missing something?
2013/4/23 louis scott <address@hidden>
see http://www.gnu.org/software/octave/doc/interpreter/Quadratic-Programming.htmlyou 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:_______________________________________________However, I receive every time the following error: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.Hello,I am dealing with an iteration where in each step a minimization problem
warning: sqp: QP subproblem failed to converge in 200 iterationsHow 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
[Prev in Thread] | Current Thread | [Next in Thread] |