Expand description
Black-box optimization module.
Provides model-based surrogate methods for optimizing expensive black-box
objective functions beyond the GP-based Bayesian optimization in
crate::bayesian.
§Modules
model_based– Random Forest surrogate and SMAC algorithm
Re-exports§
pub use model_based::ei_random_forest;pub use model_based::RandomForestSurrogate;pub use model_based::SmacConfig;pub use model_based::SmacOptimizer;pub use model_based::SmacResult;
Modules§
- model_
based - Model-Based Black-Box Optimization.