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})'
Generates points from the Sobol sequence.
Abstract Signature:
SobolSample(dim: int, num_results: int, skip: int = 0)
β