SobolSample =========== Generates points from the Sobol sequence. **Abstract Signature:** ``SobolSample(dim: int, num_results: int, skip: int = 0)`` .. raw:: html

PyTorch

API:
Strategy: Macro 'torch.quasirandom.SobolEngine(dimension={dim}).draw({num_results}).add({skip})'

TensorFlow

API: tf.math.sobol_sample
Strategy: Direct Mapping