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 d0ed03c Use "final" (and other nits). new 2470c3f Factor out utilities that are useful for other unit test classes too. new 3d2b210 Add unit tests. The 2 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/BOBYQAOptimizerTest.java | 417 +++------------------ .../nonlinear/scalar/noderiv/OptimTestUtils.java | 396 +++++++++++++++++++ .../SimplexOptimizerMultiDirectionalTest.java | 233 ++++++++---- .../noderiv/SimplexOptimizerNelderMeadTest.java | 223 +++++++---- 4 files changed, 767 insertions(+), 502 deletions(-) create mode 100644 src/test/java/org/apache/commons/math4/optim/nonlinear/scalar/noderiv/OptimTestUtils.java