bugGNU Octave - Bugs: bug #55351, qp algorithm needs to distinguish...

 
 

bug #55351: qp algorithm needs to distinguish TolX from TolCon

Submitter:  Rik <rik5>
Submitted:  Mon 31 Dec 2018 07:29:53 PM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Matlab Compatibility
Status:  Confirmed Assigned to:  None
Originator Name:  Open/Closed:  * Open
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 31 Dec 2018 07:29:53 PM UTC, original submission:  

The solution for bug #53506 added a method to pass TolX to the _qp_ function.  However, inside _qp_ it appears that the single tolerance argument is being used both for stepsize (TolX) and as a relative tolerance on the constraints (TolCon).  First, it is probably a bad idea to mix absolute and relative constraints.  Second, it is probably a good idea to be able to specify the tolerances for the main optimization problem separately for the tolerances on the constraints (Matlab has this).

Rik <rik5>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code