help-octave
[Top][All Lists]
Advanced

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

Re: help (optimization of nonlinear function)


From: John W. Eaton
Subject: Re: help (optimization of nonlinear function)
Date: Fri, 21 Sep 2007 12:54:47 -0400

On 21-Sep-2007, address@hidden wrote:

| Thanks to Michael Creel for the tip on sqp.m for optimization.
| 
| Octave found an error in both copies of my sqp.m file:
| 
|       if (isscalar (maxiter) && maxiter > 0 && round (maxiter) ==
|       maxiter))
| 
| at line 308 should be
| 
|       if (isscalar (maxiter) && maxiter > 0 && round (maxiter) ==
|       maxiter)
| 
| (extra parenthesis).

I fixed this problem in the CVS archive.

Thanks,

jwe


reply via email to

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