Skip to main content

Module planner

Module planner 

Source

Structsยง

PathPlanner
Path planner that resolves [DestinationRouting] to [ResolvedTransportRouting].
PathPlannerConfig
Configuration for PathPlannerโ€™s internal path cache.
WeightingParams ๐Ÿ”’
Parameters that shape how per-path aggregates modulate the WeightedCollection weight.

Functionsยง

capacity_factor ๐Ÿ”’
Continuous, monotonically increasing capacity factor, bounded in (0.05, 1.0].
composite_weight ๐Ÿ”’
Composite selection weight for a candidate path.
latency_factor ๐Ÿ”’
Continuous, monotonically decreasing latency factor, bounded in (0, 1].
validate_unit_interval ๐Ÿ”’

Type Aliasesยง

PlannerCacheKey ๐Ÿ”’
Cache key for the path planner: (source, destination, hops).
PlannerCacheValue ๐Ÿ”’