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

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


    from 56ae620  Ignore site-content.README
     new e3b029d  Javadoc.
     new e9d811d  Override "toString".
     new 310b21e  MATH-1625: Enable callback in "SimplexOptimizer".
     new 5f36bf9  MATH-1625: Add callback to generate debugging output (unit 
test).

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../scalar/noderiv/HedarFukushimaTransform.java    |   6 ++
 .../scalar/noderiv/MultiDirectionalTransform.java  |   7 ++
 .../scalar/noderiv/NelderMeadTransform.java        |   9 ++
 .../nonlinear/scalar/noderiv/SimplexOptimizer.java | 120 +++++++++++++++++++--
 .../optim/nonlinear/scalar/TestFunction.java       |   8 +-
 .../scalar/noderiv/SimplexOptimizerTest.java       | 115 ++++++++++++++++++--
 .../std_test_func.simplex.hedar_fukushima.csv      |  50 ++++-----
 .../std_test_func.simplex.multidirectional.csv     |  49 ++++-----
 .../noderiv/std_test_func.simplex.nelder_mead.csv  |  49 ++++-----
 9 files changed, 324 insertions(+), 89 deletions(-)

Reply via email to