octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #35534] fminunc: FunValCheck buggy


From: Olaf Till
Subject: [Octave-bug-tracker] [bug #35534] fminunc: FunValCheck buggy
Date: Thu, 16 Feb 2012 14:02:13 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20111108 Iceweasel/3.5.16 (like Firefox/3.5.16)

Follow-up Comment #3, bug #35534 (project octave):

Checking also for Inf may be Matlab compatible, but I'm not sure we should
duplicate this behavior without good reason. A returned NaN can never be used
by the algorithm, but an algorithm might correctly interpret a returned Inf as
an increase of the value of the objective function. So checking for NaN or Inf
seem to be differently motivated and should not necessarily be turned on by
the same option.

And I would not see a need to include the "assert" line to check for the bug,
since the bug was simply a random typo. Of course you can include the "error"
line to check for FunValCheck catching complex values, but thats a different
thing. I simply wanted to correct the typos.

Olaf

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?35534>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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