commons-math/src
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
..
changes [MATH-749] Remove GrahamScan, GiftWrap, make MonotoneChain more robust wrt collinear points, add ConvergenceException in case the specified tolerance results in a non-convex hull. 2014-02-16 12:19:51 +00:00
main Use Evaluation instead of PointVectorValuePair 2014-02-18 14:32:44 +00:00
media Follow branding reqs from http://www.apache.org/foundation/marks/pmcs#graphics 2011-03-09 19:01:41 +00:00
site Updated user guide for geometry. 2014-01-22 15:55:03 +00:00
test Use Evaluation instead of PointVectorValuePair 2014-02-18 14:32:44 +00:00
userguide [MATH-749] Remove GrahamScan, GiftWrap, make MonotoneChain more robust wrt collinear points, add ConvergenceException in case the specified tolerance results in a non-convex hull. 2014-02-16 12:19:51 +00:00