You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Ole Ersoy (JIRA)" <ji...@apache.org> on 2011/02/07 19:57:57 UTC

[jira] Created: (MATH-507) Levenberg Marquardt Simple Example Documentation

Levenberg Marquardt Simple Example Documentation
------------------------------------------------

                 Key: MATH-507
                 URL: https://issues.apache.org/jira/browse/MATH-507
             Project: Commons Math
          Issue Type: Improvement
    Affects Versions: 2.1
            Reporter: Ole Ersoy
            Priority: Trivial


Simple example of how to go about using the LMO

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MATH-507) Levenberg Marquardt Simple Example Documentation

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

Ole Ersoy updated MATH-507:
---------------------------

    Attachment: optimization.xml.patch

> Levenberg Marquardt Simple Example Documentation
> ------------------------------------------------
>
>                 Key: MATH-507
>                 URL: https://issues.apache.org/jira/browse/MATH-507
>             Project: Commons Math
>          Issue Type: Improvement
>    Affects Versions: 2.1
>            Reporter: Ole Ersoy
>            Priority: Trivial
>         Attachments: linearProblem.png, optimization.xml.patch, usingTheLevenbergMarquardtOptimizer.html
>
>
> Simple example of how to go about using the LMO

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (MATH-507) Levenberg Marquardt Simple Example Documentation

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

Luc Maisonobe resolved MATH-507.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0

Fixed in subversion repository as of r1132435.
The patch for the xml use guide has been applied (with minor typos changes).
We cannot yet use directly the html part.

Thanks for the patch!

> Levenberg Marquardt Simple Example Documentation
> ------------------------------------------------
>
>                 Key: MATH-507
>                 URL: https://issues.apache.org/jira/browse/MATH-507
>             Project: Commons Math
>          Issue Type: Improvement
>    Affects Versions: 2.1
>            Reporter: Ole Ersoy
>            Priority: Trivial
>             Fix For: 3.0
>
>         Attachments: linearProblem.png, optimization.xml.patch, usingTheLevenbergMarquardtOptimizer.html
>
>
> Simple example of how to go about using the LMO

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (MATH-507) Levenberg Marquardt Simple Example Documentation

Posted by "Phil Steitz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MATH-507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12991780#comment-12991780 ] 

Phil Steitz commented on MATH-507:
----------------------------------

Thanks, Ole!

This is *really* valuable.  As you saw, we have a lot of work to do filling the holes in our user documentation.  I will review carefully by this weekend and incorporate into the User Guide.  Please anyone else who has cycles, help verify correctness.

It would make it a little easier for us to incorporate this if you took a stab at converting the attached html to the xdoc format that we use in the User Guide and attach a patch against the User Guide xdocs.  You can find these in svn at
/src/site/xdoc/userguide/
If you have maven set up to build [math], running "mvn site" will generate the site from the xdocs.  Don't hesitate to ask on the mailing list if you need help getting the site build to work.  

Thanks again for your contribution.

> Levenberg Marquardt Simple Example Documentation
> ------------------------------------------------
>
>                 Key: MATH-507
>                 URL: https://issues.apache.org/jira/browse/MATH-507
>             Project: Commons Math
>          Issue Type: Improvement
>    Affects Versions: 2.1
>            Reporter: Ole Ersoy
>            Priority: Trivial
>         Attachments: linearProblem.png, usingTheLevenbergMarquardtOptimizer.html
>
>
> Simple example of how to go about using the LMO

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MATH-507) Levenberg Marquardt Simple Example Documentation

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

Ole Ersoy updated MATH-507:
---------------------------

    Attachment: linearProblem.png
                usingTheLevenbergMarquardtOptimizer.html

> Levenberg Marquardt Simple Example Documentation
> ------------------------------------------------
>
>                 Key: MATH-507
>                 URL: https://issues.apache.org/jira/browse/MATH-507
>             Project: Commons Math
>          Issue Type: Improvement
>    Affects Versions: 2.1
>            Reporter: Ole Ersoy
>            Priority: Trivial
>         Attachments: linearProblem.png, usingTheLevenbergMarquardtOptimizer.html
>
>
> Simple example of how to go about using the LMO

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MATH-507) Levenberg Marquardt Simple Example Documentation

Posted by "Ole Ersoy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MATH-507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992283#comment-12992283 ] 

Ole Ersoy commented on MATH-507:
--------------------------------

Phil,

Glad you liked it :).  I'm attaching a patch.  I took the quadratic example and inserted it right below the 
usage description.  

The original html document was written as a task page in an eclipse help plugin.  If anyone is interested I could also
submit the help plugin.  Users could download it and view the "Commons Math Developer Guide"
in the eclipse help center.

> Levenberg Marquardt Simple Example Documentation
> ------------------------------------------------
>
>                 Key: MATH-507
>                 URL: https://issues.apache.org/jira/browse/MATH-507
>             Project: Commons Math
>          Issue Type: Improvement
>    Affects Versions: 2.1
>            Reporter: Ole Ersoy
>            Priority: Trivial
>         Attachments: linearProblem.png, usingTheLevenbergMarquardtOptimizer.html
>
>
> Simple example of how to go about using the LMO

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira