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

Konstantin Berlin commented on MATH-1008:
-----------------------------------------

This should not be done. Data fitting is only a specific application of 
non-linear least-squares. The general problem solves min_x ||f(x)||_2, this 
doesn't have to be a fitting problem. Non-linear least-squares is an 
optimization problem as is a constrained version of it, called quadratic 
programming.
                
> Move the contents of "o.a.c.m.nonlinear.vector.jacobian" to the 
> "o.a.c.m.fitting" package
> -----------------------------------------------------------------------------------------
>
>                 Key: MATH-1008
>                 URL: https://issues.apache.org/jira/browse/MATH-1008
>             Project: Commons Math
>          Issue Type: Sub-task
>            Reporter: Gilles
>            Assignee: Gilles
>            Priority: Minor
>              Labels: api-change
>             Fix For: 3.3
>
>
> The non-linear least-squares optimizers should be considered as "fitting" 
> algorithms and thus moved to the "o.a.c.m.fitting" package.
> As agreed on the [dev ML|http://markmail.org/message/3fjvucyz7rax4cyi], the 
> new classes will use the "fluent API".

--
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