Commit Graph

4 Commits

Author SHA1 Message Date
a2f9e725de feat: Implement batch performance analysis dialog and routing policies
- Added BatchAnalysisDialog for running multiple simulations and generating reports.
- Implemented LeastCongestedRouteSelector for dynamic routing based on congestion levels.
- Created RandomRouteSelector for baseline random routing strategy.
- Developed ShortestPathRouteSelector to select routes based on the shortest path.
- Defined RouteSelector interface to standardize routing policy implementations.
- Introduced RoutingPolicy enum to manage available routing strategies.
2025-12-07 00:35:06 +00:00
240563419b removed empty impl test files 2025-12-05 02:38:11 +00:00
6fdcf376b2 i might kms 2025-11-22 00:13:19 +00:00
Leandro Afonso
ce226f261a added intersect, vehicle and light logic + random poisson dist 2025-10-21 11:11:56 +01:00