octave-maintainers
[Top][All Lists]
Advanced

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

small bug in fminsearch


From: Andrea Latina
Subject: small bug in fminsearch
Date: Wed, 7 Aug 2019 17:10:13 +0200

Hello Olaf (as maintainer of the 'optim' package), hello everyone,

I've found a small bug in fminsearch.m in octave 5.1.0 :

line 168 should be
    fval = feval (fun, x, varargin{:});

and not
    fval = feval (fun, x);

Best,
Andrea

reply via email to

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