Generating low discrepancy quasi-random sequences in python/numpy/scipy?

前端 未结 3 406
不知归路
不知归路 2021-01-31 21:15

There is already a question on this but the answer contains a broken link, and being over two years old, I\'m hoping there\'s a better solution now :)

Low discrepancy qu

3条回答
  •  耶瑟儿~
    2021-01-31 21:31

    Chaospy is also a valid option. One can select several approaches for low-discrepancy sampling (including 'Sobol, latin hypercube, etc) - for more details see the documentation.

提交回复
热议问题