Salome HOME
Minor documentation review corrections for bounds
[modules/adao.git] / doc / en / snippets / SampleAsMinMaxSobolSequence.rst
index 1afab0eedf7747f43cf3f5134bb27ecc896d8fff..584f2f33915f9f127e4a07bfdd9a54e68e8afff6 100644 (file)
@@ -10,7 +10,8 @@ SampleAsMinMaxSobolSequence
   minimum desired number of sample points (by construction, the number of
   points generated in the Sobol sequence will be the power of 2 immediately
   above this minimum number). Sampling is then automatically constructed using
-  the Latin hypercube method (LHS).
+  the Sobol sequence method. By nature, the points are included in the domain
+  defined by the explicit bounds.
 
   Example :
   ``{"SampleAsMinMaxSobolSequence":[[0.,1.],[-1,3]]+[[2,11]]}`` for a state space of dimension 2 and 11 sampling points (there will be 16 points in practice).