registries
orchard.optimization.orchestrator.registries
¶
Optuna Component Registries.
Centralized definitions for:
- Sampler type registry (TPE, CmaES, Random)
- Pruner type registry (Median, Percentile, Hyperband, Nop)
These registries enable the factory pattern in builders.py and provide a single point of maintenance for supported algorithms.