help-octave
[Top][All Lists]
Advanced

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

Re: 'sqp' error state equal to 0 - what does it mean?


From: John W. Eaton
Subject: Re: 'sqp' error state equal to 0 - what does it mean?
Date: Wed, 14 Apr 2010 21:22:08 -0400

On 14-Apr-2010, Guido Walter Pettinari wrote:

| thank you for looking at the function.
| 
| I am confident that my starting point does not satisfy the optimality 
conditions
| since (i) the minimum I get from 'sqp'  is different from the starting point 
and
| (ii) the computation takes several seconds.

Well, I did say it was a quick look.  It seems the other possibility
is that sqp can return 0 if the qp solver returns 0 at the last
iteration and the solution appears to satisfy the optimality
conditions.  A return value of 0 from the qp solver appears to mean
that the optimum has been found.

But if you think something else is happening, then maybe you should
trace the behavior of the function yourself.  It is just a script...

Or, if you think you've found a bug, then submit a complete bug report
by follwoing the directions here:

  http://www.octave.org/bugs.html

jwe


reply via email to

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