git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1290910 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2012-02-19 00:09:56 +00:00
parent 6afb7fa54f
commit ed6ddfd713
1 changed files with 5 additions and 0 deletions

View File

@ -52,6 +52,11 @@ The <action> type attribute can be add,update,fix,remove.
If the output is not quite correct, check for invisible trailing spaces!
-->
<release version="3.0" date="TBD" description="TBD">
<action dev="erans" type="update" issue="MATH-698">
Classes "CMAESOptimizer" and "BOBYQAOptimizer" inherit from
"BaseAbstractMultivariateSimpleBoundsOptimizer (in package
"o.a.c.m.optimization.direct").
</action>
<action dev="sebb" type="fix" issue="MATH-650" >
Added pre-computed arrays to speed up initial loading time for FastMath.
</action>