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

 ##########
 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:
   Done :) 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to