axkr commented on a change in pull request #105: Extend the Sobol generator 
sequence dimension
URL: https://github.com/apache/commons-math/pull/105#discussion_r280491236
 
 

 ##########
 File path: 
src/main/java/org/apache/commons/math4/random/SobolSequenceGenerator.java
 ##########
 @@ -62,10 +62,10 @@
     private static final double SCALE = FastMath.pow(2, BITS);
 
     /** The maximum supported space dimension. */
-    private static final int MAX_DIMENSION = 1000;
+    private static final int MAX_DIMENSION = 21201;
 
 Review comment:
   Please update the "1000" to "21201" in the javadoc of SobolSequenceGenerator

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to