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 569e35d  Add variance tests for zero weights
     new 3ba0221  Simplify data format for "SimplexOptimizerTest" (randomized) 
input.
     new 1bdb310  Sonar fix: restore thread interrupted state
     new 26e4a73  Javadoc typo
     new 75c7377  Only restore interrupted state if necessary
     new 228a832  Javadoc typo
     new 30aa597  sonar fix: Ensure checkFeasableCount is not negative.
     new 5245a68  sonar fix: Handle variance=0 in skewness computation for 
input array
     new 033c7e2  Correct verification of zero length values and weights
     new bdb4160  Add variance tests for zero weights
     new 14ebd93  Relax expected number of evaluations (unit test).
     new 1e7bce1  Adapt input files for "SimplexOptimizerTest" (unit tests).
     new 78fbc5f  Update script for visual check of "SimplexOptimizerTest" 
debugging output.
     new f466637  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-math

The 13 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:
 .../nonlinear/scalar/noderiv/simplex_2D.gnuplot    | 24 +++++---
 .../optim/nonlinear/scalar/TestFunction.java       | 67 ++++++++++++----------
 .../scalar/noderiv/BOBYQAOptimizerTest.java        | 18 +-----
 .../scalar/noderiv/CMAESOptimizerTest.java         | 21 +------
 .../scalar/noderiv/SimplexOptimizerTest.java       | 61 +++++++++++---------
 .../std_test_func.simplex.hedar_fukushima.csv      | 65 ++++++++++-----------
 .../std_test_func.simplex.multidirectional.csv     | 64 ++++++++++-----------
 .../noderiv/std_test_func.simplex.nelder_mead.csv  | 64 ++++++++++-----------
 8 files changed, 180 insertions(+), 204 deletions(-)

Reply via email to