feat: add WilcoxonPruner for statistics-based trial pruning

This commit is contained in:
Manuel Raimann
2026-02-11 16:59:05 +01:00
parent a885d10436
commit 12c35e7cb4
3 changed files with 533 additions and 1 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ pub use parameter::{
};
pub use pruner::{
HyperbandPruner, MedianPruner, NopPruner, PatientPruner, PercentilePruner, Pruner,
SuccessiveHalvingPruner, ThresholdPruner,
SuccessiveHalvingPruner, ThresholdPruner, WilcoxonPruner,
};
pub use sampler::CompletedTrial;
pub use sampler::grid::GridSearchSampler;