We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks like GridSample is generating points in a line. I would expect the points to form a grid.
> using QuasiMonteCarlo > QuasiMonteCarlo.sample(5, [-6.0, -6.0], [6.0, 6.0], GridSample()) 2×5 Matrix{Float64}: -4.8 -2.4 0.0 2.4 4.8 -4.8 -2.4 0.0 2.4 4.8
The text was updated successfully, but these errors were encountered:
Solved and tested better in #94. It was somewhat ill-defined what it's behavior truly was, so that was clarified as well:
A simple rectangular grid lattice. Samples n random samples from a grid with `dx = (ub -lb)/n``
n
Sorry, something went wrong.
No branches or pull requests
It looks like GridSample is generating points in a line. I would expect the points to form a grid.
The text was updated successfully, but these errors were encountered: