Add Halton sequence as a sampling method
This MR adds support for Halton sequence sampling with scipy
(version must be 1.10.0
or greater).
Note that scipy==1.10.0
requires Python>=3.8
.
Edited by SCHOULER Marc
This MR adds support for Halton sequence sampling with scipy
(version must be 1.10.0
or greater).
Note that scipy==1.10.0
requires Python>=3.8
.