MrUrq / LatinHypercubeSampling.jl

Julia package for the creation of optimised Latin Hypercube Sampling Plans
Other
36 stars 8 forks source link

Apply Simulated Annealing to Randomized QMC #20

Open ParadaCarleton opened 2 years ago

ParadaCarleton commented 2 years ago

I'm not very well-versed in the technique you used to optimize Latin Hypercubes, but I'd be interested in using something similar to optimize randomized QMC sequences, which are similar, but stratify as many marginals as possible (e.g. all 2-d projections when n > d^2) rather than just one-dimensional marginals. I suspect it should be possible, since randomized Faure sequences have similar properties to LHS.

Randomized QMC sequences can be found in QuasiMonteCarlo.jl, where I've gone through the work of adding them.