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
Exceptional GitLab maintenance is scheduled for June 24, 2025. The service will be unavailable between 8:00 am and 9:30 am. Please do not work on the platform until an announcement indicates that maintenance is complete.
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
.