How to generate multiple scrambled halton sequences?

1 vue (au cours des 30 derniers jours)
Hozumi Morohoshi
Hozumi Morohoshi le 9 Août 2017
Modifié(e) : Image Analyst le 9 Août 2017
I would like to use scrambled halton sequences. Manual says I can do it, e.g.,
p=haltonset(3);
p1=scramble(p,'RR2');
p1n=net(p1,100);
I tried to have another different scramble halton sequence by invoking scramble command again:
p2=scramble(p,'RR2');
p2n=net(p2,100);
Then I got, however, the same point sets p2n as p1n. Can I need any additional command to have another differently scrambled halton set?

Réponses (0)

Catégories

En savoir plus sur Source Code Generation dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!