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
┌ Warning: The generate_design_matrices(n, d, sampler, R =NoRand(), num_mats) method does not produces true and independent QMC matrices, see this doc warning
│ (https://docs.sciml.ai/QuasiMonteCarlo/stable/design_matrix/) for more context. Prefer using randomization methods such as R =Shift(), R =MatousekScrambling(),
│ etc., see documentation (https://docs.sciml.ai/QuasiMonteCarlo/stable/randomization/)
└ @ QuasiMonteCarlo /Users/david/.julia/packages/QuasiMonteCarlo/KvLfb/src/RandomizedQuasiMonteCarlo/iterators.jl:255
The design matrices for Sobol's method are not randomized (
GlobalSensitivity.jl/src/sobol_sensitivity.jl
Line 348 in 394dc74
(shows up e.g. in CI: https://github.com/SciML/GlobalSensitivity.jl/actions/runs/8972149466/job/24639486952#step:6:515)
See https://docs.sciml.ai/QuasiMonteCarlo/stable/design_matrix/#DesignMatrices, https://docs.sciml.ai/QuasiMonteCarlo/stable/randomization/ and SciML/QuasiMonteCarlo.jl#79 (comment).
The text was updated successfully, but these errors were encountered: