diff --git a/samplers/Sobol/index.html b/samplers/Sobol/index.html index 0b0f7eb3..db9e8c5a 100644 --- a/samplers/Sobol/index.html +++ b/samplers/Sobol/index.html @@ -1664,7 +1664,7 @@
The Sobol sequence. Samples are generated from a binary product between the binary representation of their index and a matrix, generated from primitive polynomials. By default, uses Juo & Kuo tables [JK03].
-The sequence is scrambled with Owen permutation [Owe95].
+The sequence can be scrambled with Owen’s permutation [Owe95].
For a more precise description of this sampler and its performances in terms of aliasing and discrepancy, please refer to the following web bundle https://liris.cnrs.fr/ldbn/HTML_bundle/index.html.
src/samplers/Sobol.cpp
@@ -1689,6 +1689,7 @@ Usage
-o,--out TEXT [out.dat] Output file (format). {i} splits outputs in multiple files and token is replaced by index.
--depth UINT [0] Owen depth (0: no randomness, 32: recommended).
--silent Silence UTK logs
+ --table TEXT Sobol init table file (Joe&Kuo format). If not specified the [JK03] table is used.