Skip to main content

Module config

Module config 

Source
Expand description

Configuration surface for the SphereQL pipeline.

Every tunable constant that governs projection, bridge detection, inner-sphere gating, domain-group routing, and spatial-quality Monte Carlo sample counts lives here. This is the first-class knob inventory that future auto-tuning and meta-learning passes optimize over.

The PipelineConfig::default values reproduce the historical hardcoded constants; the pipeline accepts any overriding config.

Structs§

BridgeConfig
Parameters controlling bridge detection and classification.
InnerSphereConfig
Thresholds governing when a category gets its own inner projection.
LaplacianConfig
Graph-construction parameters for LaplacianEigenmapProjection.
PipelineConfig
All tunable parameters for a SphereQL pipeline build.
RoutingConfig
Parameters for hierarchical domain-group routing.
SpatialConfig
Monte Carlo sample counts for SpatialQuality::compute.
UmapConfig
Hyperparameters for UmapSphereProjection.

Enums§

ProjectionKind
Which projection family the pipeline uses for the outer sphere.