+9
−0
+56
−3
+33
−2
+415
−3
+22
−0
Loading
Implement UGAL, Valiant, and minimal routing algorithms for Dragonfly networks. UGAL selects between minimal and non-minimal paths based on link congestion. Valiant supports configurable bias for probabilistic path selection. - Add RoutingAlgorithm enum (minimal, valiant, ugal) to policy.py - Add routing config fields to SystemNetworkConfig - Implement path computation functions in dragonfly.py - Update NetworkModel to track link loads for adaptive routing - Configure Frontier with Slingshot dragonfly topology and UGAL routing - Add comprehensive unit tests for routing functions🤖 Generated with [Claude Code](https://claude.com/claude-code ) Co-Authored-By:Claude Opus 4.5 <noreply@anthropic.com>