Luc Maisonobe a7a380f934 Use Evaluation instead of PointVectorValuePair
Use Evaluation instead of PointVectorValuePair in the ConvergenceChecker. This
gives the checkers access to more information, such as the rms and covariances.
The change also simplified the optimizer implementations since they no longer
have to keep track of the current function value.

A method was added to LeastSquaresFactory to convert between the two types of
checkers and a method added to LeastSquaresBuilder so that it can accept either
type. I would have prefered to do this through method overloading, but
overloading doesn't play well with generics.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1569353 13f79535-47bb-0310-9956-ffa450edef68
2014-02-18 14:32:44 +00:00
2014-01-10 22:01:27 +00:00
2014-01-10 22:01:27 +00:00
2012-03-02 20:46:42 +00:00
2010-03-29 00:10:10 +00:00
2014-01-06 12:11:24 +00:00
2011-12-01 21:20:47 +00:00
Languages
Java 99.3%
R 0.5%