MATH-1092

Added changelog entry.


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1591497 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2014-04-30 22:18:03 +00:00
parent 537eb4c22c
commit f5f960d1fe
1 changed files with 5 additions and 0 deletions

View File

@ -80,6 +80,11 @@ Users are encouraged to upgrade to this version as this release not
classes are intended to be package private only and are not supposed to be
used for other purposes.
">
<action dev="erans" type="fix" issue="MATH-1092">
Extracted class "LineSearch" from "PowellOptimizer", to be used in
"NonLinearConjugateGradientOptimizer" (in place of the implementation
that triggered this issue).
</action>
<action dev="luc" type="fix" issue="MATH-1115">
Build properly empty polyhedrons set when given equal min/max boundaries. Also explained
better in the javadoc about some wrong usage of PolyhedronsSet constructor.