feat: add SuccessiveHalvingPruner for SHA-based trial pruning
This commit is contained in:
+4
-2
@@ -202,7 +202,8 @@ pub use parameter::{
|
||||
BoolParam, Categorical, CategoricalParam, EnumParam, FloatParam, IntParam, ParamId, Parameter,
|
||||
};
|
||||
pub use pruner::{
|
||||
MedianPruner, NopPruner, PatientPruner, PercentilePruner, Pruner, ThresholdPruner,
|
||||
MedianPruner, NopPruner, PatientPruner, PercentilePruner, Pruner, SuccessiveHalvingPruner,
|
||||
ThresholdPruner,
|
||||
};
|
||||
pub use sampler::CompletedTrial;
|
||||
pub use sampler::grid::GridSearchSampler;
|
||||
@@ -227,7 +228,8 @@ pub mod prelude {
|
||||
BoolParam, Categorical, CategoricalParam, EnumParam, FloatParam, IntParam, Parameter,
|
||||
};
|
||||
pub use crate::pruner::{
|
||||
MedianPruner, NopPruner, PatientPruner, PercentilePruner, Pruner, ThresholdPruner,
|
||||
MedianPruner, NopPruner, PatientPruner, PercentilePruner, Pruner, SuccessiveHalvingPruner,
|
||||
ThresholdPruner,
|
||||
};
|
||||
pub use crate::sampler::CompletedTrial;
|
||||
pub use crate::sampler::grid::GridSearchSampler;
|
||||
|
||||
Reference in New Issue
Block a user