[
https://issues.apache.org/jira/browse/MATH-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13491048#comment-13491048
]
Gilles commented on MATH-887:
-----------------------------
First round of changes committed in revision 1406010.
"testMath199" in "LevenbergMarquardtOptimizerTest" disabled. Should we remove
it or update it?
> "AbstractLeastSquares" cleanup
> -------------------------------
>
> Key: MATH-887
> URL: https://issues.apache.org/jira/browse/MATH-887
> Project: Commons Math
> Issue Type: Task
> Affects Versions: 3.0
> Reporter: Gilles
> Assignee: Gilles
> Priority: Minor
> Labels: api-change
> Fix For: 3.1, 4.0
>
> Attachments: MATH-887.diff
>
>
> Class "AbstractLeastSquares" (in package "o.a.c.m.optimization.general") has
> a lot of "protected" fields that are modified by its subclasses (e.g.
> "LevenbergMarquardt"). This decreases encapsulation which in turn makes the
> code more difficult to understand and modify.
> I propose to deprecate (in 3.1) and remove or make "private" (in 4.0) all
> fields that could be hidden or should be modified through setter methods.
> Part of the code could also be more readable (and self-documenting) by making
> use of higher-level constructs such as "RealMatrix" rather than using
> explicit loops.
--
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