[ 
https://issues.apache.org/jira/browse/MATH-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13748573#comment-13748573
 ] 

Evan Ward edited comment on MATH-1024 at 8/23/13 2:24 PM:
----------------------------------------------------------

Attached test case tests default tolerances for LU and QR are 1e-11
                
      was (Author: evanward1):
    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