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

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

[Octave-bug-tracker] [bug #64901] Quadratic programming does not work


From: Arun Giridhar
Subject: [Octave-bug-tracker] [bug #64901] Quadratic programming does not work
Date: Thu, 16 Nov 2023 10:50:09 -0500 (EST)

Follow-up Comment #2, bug #64901 (project octave):

@Antonio as a temporary workaround for your teaching while this is being
resolved, you can make the following edit to the file
scripts/optimization/qp.m in your Octave installation.

Near line 350 you will see these three lines:


if (isdefinite (H) != 1)
  info = 2;
endif


Comment out those three lines and it should work with positive semidefinite
matrices.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?64901>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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