Skip to content

Conversation

j143-zz
Copy link
Contributor

@j143-zz j143-zz commented Jan 30, 2018

Sobol Quasi Random Sequence generator
This outputs a matrix, of points of shape NxD. where N - no.of points, D - no. of dimensions.

How this works?

  1. This script contains precomputed direction numbers for initialization.
  2. Using these direction numbers further the direction vectors calculated.

Example sequence: N = 4, D =3

0.0    0.0    0.0
0.5    0.5    0.5
0.75   0.25   0.25
0.25   0.75   0.75

@akchinSTC
Copy link
Contributor

Test this Jenkins

@j143 j143 closed this Apr 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants