[ 
https://issues.apache.org/jira/browse/MATH-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Evan Ward updated MATH-1024:
----------------------------

    Attachment: ToleranceTest.java

test default tolerances for LU and QR are 1e-11
                
> LU and QR have different default singularity thresholds
> -------------------------------------------------------
>
>                 Key: MATH-1024
>                 URL: https://issues.apache.org/jira/browse/MATH-1024
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 3.2
>            Reporter: Evan Ward
>            Priority: Minor
>         Attachments: ToleranceTest.java
>
>
> LU uses 1e-11 and QR uses 0. This means by default QR never throws a 
> Singularity exception. This caused divergence to go unreported in 
> GaussNewtonOptimizer when it uses QR. I think a consistent default should be 
> chosen. I will make the threshold explicit in GaussNewton.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to