Expand description
Self-tuning parameter selection for optimization algorithms
This module provides intelligent parameter selection and adaptation mechanisms that automatically tune optimization algorithm parameters based on problem characteristics and optimization progress.
Modules§
- presets
- Predefined parameter configurations for common algorithms
Structs§
- Adaptation
Result - Result of parameter adaptation
- Parameter
Change - Details of a parameter change
- Performance
Metrics - Performance metrics for parameter adaptation
- Self
Tuning Config - Configuration for self-tuning optimization
- Self
Tuning Optimizer - Self-tuning optimizer that adapts parameters automatically
- Tunable
Parameter - Generic tunable parameter
Enums§
- Adaptation
Strategy - Parameter adaptation strategies
- Parameter
Value - Type-erased parameter value