Generic configuration implementation¶
Implementation reference for generic configuration. For supported built-in algorithms, select a public configuration class instead.
Internal implementation API
These deep modules are not stable public imports. Documentation does not create a compatibility guarantee. See the stability policy.
GenericAlgorithmConfig
dataclass
¶
Minimal config wrapper for plugin/custom algorithms.
This exists to keep the public-facing APIs strongly typed while still allowing users (or tests) to pass a free-form mapping when integrating a third-party algorithm via the algorithm registry.