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: Allen.Windhorn
Subject: Re: help (optimization of nonlinear function)
Date: Fri, 21 Sep 2007 11:25:52 -0500

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).

Otherwise, seems to work very well, though I haven't tried a "real"
problem yet.

Regards,
Allen
-- 
Allen Windhorn, P.E. (MN)  (507) 345-2782
P.O. Box 8447, N. Mankato, MN  56002
address@hidden



reply via email to

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