You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's generally a lot better for performance to iterate lazily over QMC points, especially when the number of points is quite large. When users need the whole set, there's nothing stopping them from calling collect.
The text was updated successfully, but these errors were encountered:
I think what @ParadaCarleton had in mind is not for randomizing (which #85 do) but rather when sampling.
Like this is actually done for Sobol points in Sobol.jl with the next! function.
It's generally a lot better for performance to iterate lazily over QMC points, especially when the number of points is quite large. When users need the whole set, there's nothing stopping them from calling
collect
.The text was updated successfully, but these errors were encountered: