Author: erans
Date: Thu Nov 22 15:25:56 2012
New Revision: 1412586

URL: http://svn.apache.org/viewvc?rev=1412586&view=rev
Log:
MATH-902
"changes.xml" updated.

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=1412586&r1=1412585&r2=1412586&view=diff
==============================================================================
--- commons/proper/math/trunk/src/changes/changes.xml (original)
+++ commons/proper/math/trunk/src/changes/changes.xml Thu Nov 22 15:25:56 2012
@@ -52,6 +52,14 @@ If the output is not quite correct, chec
   <body>
     <release version="3.1" date="TBD" description="
 ">
+      <action dev="erans" type="add" issue="MATH-902">
+        New constructor in the custom checker classes (package
+        "o.a.c.m.optimization") for passing the number of iterations
+        after which the "convergence test" will return true.
+        This allows an algorithm to return the best solution found (after
+        the user-defined number of iterations) even if it does not meet the
+        other convergence criteria.
+      </action>
       <action dev="tn" type="update" issue="MATH-906" due-to="Patrick Meyer">
         Use "NaNStrategy#FAILED" as default strategy in "NaturalRanking".
       </action>


Reply via email to