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 336811dff561ee2100874a700b60e289b0122bc7 Author: Gilles Sadowski <[email protected]> AuthorDate: Thu Jan 13 15:51:32 2022 +0100 Relax tolerance (unit tests). --- .../nonlinear/scalar/noderiv/std_test_func.simplex.nelder_mead.csv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/std_test_func.simplex.nelder_mead.csv b/commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/std_test_func.simplex.nelder_mead.csv index 50cf143..1dcceb5 100644 --- a/commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/std_test_func.simplex.nelder_mead.csv +++ b/commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/std_test_func.simplex.nelder_mead.csv @@ -48,11 +48,11 @@ TWO_AXES, 2, 0 0, 3, 4, 1e-4, 120, false CIG_TAB, 2, 0 0, 3, 4, 1e-3, 100, false #CIG_TAB, 11, 0 0 0 0 0 0 0 0 0 0 0, 3, 4, 1e-3, 100, false TABLET, 2, 0 0, 3, 4, 2e-4, 100, false -TABLET, 11, 0 0 0 0 0 0 0 0 0 0 0, 3, 4, 2e-4, 3000, false +TABLET, 11, 0 0 0 0 0 0 0 0 0 0 0, 3, 4, 2e-4, 3500, false SUM_POW, 2, 0 0, 3, 4, 1e-2, 75, false #SUM_POW, 11, 0 0 0 0 0 0 0 0 0 0 0, 3, 4, 1e-2, 75, false ACKLEY, 2, 0 0, 2, 4, 1e-6, 145, false -ACKLEY, 6, 0 0 0 0 0 0, 2, 4, 1e-6, 660, false +ACKLEY, 6, 0 0 0 0 0 0, 2, 4, 1e-6, 700, false RASTRIGIN, 2, 0 0, 6, 10, 5e-5, 105, false GRIEWANK, 2, 0 0, 2, 3, 1e-1, 80, false GRIEWANK, 11, 0 0 0 0 0 0 0 0 0 0 0, 2, 3, 1e-1, 1200, false
