SobolSampleΒΆ

Generates points from the Sobol sequence.

Abstract Signature:

SobolSample(dim: int, num_results: int, skip: int = 0)

PyTorch

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

TensorFlow

API: tf.math.sobol_sample
Strategy: Direct Mapping