Author: erans Date: Mon Nov 26 16:01:55 2012 New Revision: 1413695 URL: http://svn.apache.org/viewvc?rev=1413695&view=rev Log: MATH-902 Update "changes.xml".
Modified: commons/proper/math/trunk/src/changes/changes.xml Modified: commons/proper/math/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/changes/changes.xml?rev=1413695&r1=1413694&r2=1413695&view=diff ============================================================================== --- commons/proper/math/trunk/src/changes/changes.xml (original) +++ commons/proper/math/trunk/src/changes/changes.xml Mon Nov 26 16:01:55 2012 @@ -52,6 +52,12 @@ If the output is not quite correct, chec <body> <release version="3.1" date="TBD" description=" "> + <action dev="erans" type="update" issue="MATH-902" due-to="Bruce A. Johnson"> + Created a "maximum number of iterations" stopping criterion in the + convergence checkers (package "o.a.c.m.optimization") that allows the + optimizers to return the "current best point" even if the convergence + criteria are not met. + </action> <action dev="erans" type="fix" issue="MATH-905" due-to="Jeff Hain"> Fixed overflow in "sinh" and "cosh" methods in class "FastMath". </action>