You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2021/08/07 13:36:07 UTC

[commons-math] 10/11: Track changes.

This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git

commit 9246814e596ed5894e3e0f1a567f79ebedd4a1bf
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Sat Aug 7 15:26:37 2021 +0200

    Track changes.
---
 src/changes/changes.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0471499..8ccf515 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -97,6 +97,10 @@ Caveat:
  nightmare was one of the main reasons for creating more focused
  components.]
 ">
+      <action dev="erans" type="add" issue="MATH-1622">
+        Update class "SimplexOptimizer" (in package "o.a.c.m.legacy.optim.nonlinear.scalar.noderiv")
+        to support simulated annealing.
+      </action>
       <action dev="aherbert" due-to="Arturo Bernal" type="update" issue="MATH-1572">
         Simplify conditional expressions.
       </action>