You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/24 17:41:01 UTC

[commons-math] branch master updated: Spelling

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f65a0f936 Spelling
f65a0f936 is described below

commit f65a0f936ca6626a6731092fb220779e6785c111
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 24 13:40:56 2023 -0400

    Spelling
---
 .../math4/legacy/optim/nonlinear/scalar/noderiv/CMAESOptimizer.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/CMAESOptimizer.java b/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/CMAESOptimizer.java
index c50498a45..76cf5cf05 100644
--- a/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/CMAESOptimizer.java
+++ b/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/optim/nonlinear/scalar/noderiv/CMAESOptimizer.java
@@ -433,7 +433,7 @@ public class CMAESOptimizer
             if (max(diagD) / min(diagD) > 1e7) {
                 break generationLoop;
             }
-            // user defined termination
+            // user-defined termination
             if (getConvergenceChecker() != null) {
                 final PointValuePair current
                     = new PointValuePair(bestArx.getColumn(0),