test(sobol): add integration tests for SobolSampler via Study API

This commit is contained in:
Manuel Raimann
2026-02-12 16:02:46 +01:00
parent 12efbaabab
commit 0e0e9ff38f
2 changed files with 316 additions and 0 deletions
+2
View File
@@ -12,4 +12,6 @@ mod differential_evolution;
mod gp;
mod multivariate_tpe;
mod random;
#[cfg(feature = "sobol")]
mod sobol;
mod tpe;