You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Ole Ersoy <ol...@gmail.com> on 2015/09/20 03:59:44 UTC

[Math] LeastSquaresOptimizer Javadoc

Reviewing the math4 leastsquares code ATM, and the class level javadoc for LeastSquaresOptimizer states:

==========================================
An algorithm that can be applied to a non-linear least squares problem.
==========================================

How about:

----------------------------------------------------------------------------------------------
Interface for algorithms that solve least squares problems.
----------------------------------------------------------------------------------------------

And the optimize method:

==========================================
Solve the non-linear least squares problem.
==========================================

 >>

----------------------------------------------------------------------------------------------
Solve the least squares problem.
----------------------------------------------------------------------------------------------

Cheers,
- Ole



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org