pub fn decay_adjusted_distance(
raw_distance: f32,
edge_timestamp: i64,
current_time: i64,
lambda: f64,
) -> f32Expand description
Apply time-decay to a distance score.
The effective distance increases for stale edges:
d_effective = d_raw / decay_weight