This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git
commit 5a536c851a182fd600ca596351348b2e5b39931c Author: aherbert <aherb...@apache.org> AuthorDate: Tue Jun 7 15:31:33 2022 +0100 Fix test resource file column descriptions --- .../scalar/noderiv/std_test_func.simplex.hedar_fukushima.csv | 4 ++-- .../scalar/noderiv/std_test_func.simplex.multidirectional.csv | 4 ++-- .../nonlinear/scalar/noderiv/std_test_func.simplex.nelder_mead.csv | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/std_test_func.simplex.hedar_fukushima.csv b/commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/std_test_func.simplex.hedar_fukushima.csv index 6ce69421c..a6ea8778f 100644 --- a/commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/std_test_func.simplex.hedar_fukushima.csv +++ b/commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/std_test_func.simplex.hedar_fukushima.csv @@ -20,8 +20,8 @@ # 0: Function name (value from "TestFunction" enum) # 1: Space dimension (n) # 2: Optimum ("n" space-separated values) -# 3: Minimal radius of the spherical shell around the optimum (within which to randomly select a start point) -# 4: Minimal radius of the spherical shell around the optimum (within which to randomly select a start point) +# 3: Minimum radius of the spherical shell around the optimum (within which to randomly select a start point) +# 4: Maximum radius of the spherical shell around the optimum (within which to randomly select a start point) # 5: Maximum expected distance from the result to the optimum # 6: Expected number of function evaluations # 7: Whether to perform simulated annealing diff --git a/commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/std_test_func.simplex.multidirectional.csv b/commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/std_test_func.simplex.multidirectional.csv index a63e54d3a..511d1e2ff 100644 --- a/commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/std_test_func.simplex.multidirectional.csv +++ b/commons-math-legacy/src/test/resources/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/std_test_func.simplex.multidirectional.csv @@ -20,8 +20,8 @@ # 0: Function name (value from "TestFunction" enum) # 1: Space dimension (n) # 2: Optimum ("n" space-separated values) -# 3: Minimal radius of the spherical shell around the optimum (within which to randomly select a start point) -# 4: Minimal radius of the spherical shell around the optimum (within which to randomly select a start point) +# 3: Minimum radius of the spherical shell around the optimum (within which to randomly select a start point) +# 4: Maximum radius of the spherical shell around the optimum (within which to randomly select a start point) # 5: Maximum expected distance from the result to the optimum # 6: Expected number of function evaluations # 7: Whether to perform simulated annealing 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 1dcceb5ba..eca85d541 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 @@ -20,8 +20,8 @@ # 0: Function name (value from "TestFunction" enum) # 1: Space dimension (n) # 2: Optimum ("n" space-separated values) -# 3: Minimal radius of the spherical shell around the optimum (within which to randomly select a start point) -# 4: Minimal radius of the spherical shell around the optimum (within which to randomly select a start point) +# 3: Minimum radius of the spherical shell around the optimum (within which to randomly select a start point) +# 4: Maximum radius of the spherical shell around the optimum (within which to randomly select a start point) # 5: Maximum expected distance from the result to the optimum # 6: Expected number of function evaluations # 7: Whether to perform simulated annealing