Skip to main content

Module scoring

Module scoring 

Source
Expand description

Path scoring is the central component of path selection.

Each path is scored based on multiple metrics, and the scores are aggregated to form a final score. Higher scores indicate more preferred paths.

The scoring system is designed to be extensible, allowing new scoring metrics to be added as needed. Scores from multiple metrics can be weighted to reflect their relative importance in path selection.

Structs§

PathReliabilityScorer
Scores paths based on their reliability metric.
PathScorer
Aggregates multiple path scorers into a single scoring function.
ScoreReport
A report of weighted scores contributing to a path’s total score.

Traits§

PathScoring
Trait for scoring paths based on specific metrics.