Author: tn Date: Sun Aug 5 20:20:43 2012 New Revision: 1369663 URL: http://svn.apache.org/viewvc?rev=1369663&view=rev Log: Added MATH-777 to changes.xml, thanks to Reid Hochstedler.
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=1369663&r1=1369662&r2=1369663&view=diff ============================================================================== --- commons/proper/math/trunk/src/changes/changes.xml (original) +++ commons/proper/math/trunk/src/changes/changes.xml Sun Aug 5 20:20:43 2012 @@ -52,6 +52,10 @@ If the output is not quite correct, chec <body> <release version="3.1" date="TBD" description=" "> + <action dev="tn" type="add" issue="MATH-777" due-to="Reid Hochstedler"> + Added additional crossover policies: "CycleCrossover", "NPointCrossover", + "OrderedCrossover" and "UniformCrossover". + </action> <action dev="tn" type="fix" issue="MATH-828"> Improved numerical stability of "SimplexSolver" by introducing Bland's rule to prevent cycling and a cutoff threshold to zero out very small values.