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§
- Path
Reliability Scorer - Scores paths based on their reliability metric.
- Path
Scorer - Aggregates multiple path scorers into a single scoring function.
- Score
Report - A report of weighted scores contributing to a path’s total score.
Traits§
- Path
Scoring - Trait for scoring paths based on specific metrics.