You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Dimitri Pourbaix (JIRA)" <ji...@apache.org> on 2010/08/11 15:25:17 UTC

[jira] Created: (MATH-405) Inconsistent result from Levenberg-Marquardt

Inconsistent result from Levenberg-Marquardt
--------------------------------------------

                 Key: MATH-405
                 URL: https://issues.apache.org/jira/browse/MATH-405
             Project: Commons Math
          Issue Type: Bug
    Affects Versions: 2.1
            Reporter: Dimitri Pourbaix
            Assignee: Dimitri Pourbaix
             Fix For: Nightly Builds


Levenberg-Marquardt (its method doOptimize) returns a VectorialPointValuePair.  However, the class holds the optimum point, the vector of the objective function, the cost and residuals.  The value returns by doOptimize does not always corresponds to the point which leads to the residuals and cost

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (MATH-405) Inconsistent result from Levenberg-Marquardt

Posted by "Dimitri Pourbaix (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MATH-405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dimitri Pourbaix resolved MATH-405.
-----------------------------------

    Resolution: Fixed

> Inconsistent result from Levenberg-Marquardt
> --------------------------------------------
>
>                 Key: MATH-405
>                 URL: https://issues.apache.org/jira/browse/MATH-405
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 2.1
>            Reporter: Dimitri Pourbaix
>            Assignee: Dimitri Pourbaix
>             Fix For: Nightly Builds
>
>         Attachments: MATH-405.patch
>
>
> Levenberg-Marquardt (its method doOptimize) returns a VectorialPointValuePair.  However, the class holds the optimum point, the vector of the objective function, the cost and residuals.  The value returns by doOptimize does not always corresponds to the point which leads to the residuals and cost

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MATH-405) Inconsistent result from Levenberg-Marquardt

Posted by "Dimitri Pourbaix (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MATH-405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dimitri Pourbaix updated MATH-405:
----------------------------------

    Attachment: MATH-405.patch

Correction patch

> Inconsistent result from Levenberg-Marquardt
> --------------------------------------------
>
>                 Key: MATH-405
>                 URL: https://issues.apache.org/jira/browse/MATH-405
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 2.1
>            Reporter: Dimitri Pourbaix
>            Assignee: Dimitri Pourbaix
>             Fix For: Nightly Builds
>
>         Attachments: MATH-405.patch
>
>
> Levenberg-Marquardt (its method doOptimize) returns a VectorialPointValuePair.  However, the class holds the optimum point, the vector of the objective function, the cost and residuals.  The value returns by doOptimize does not always corresponds to the point which leads to the residuals and cost

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.