Initial commit: T-ALNS-RRD paper reproduction project
- Paper: Optimizing urban last mile delivery efficiency (Liu & Wang, 2025) - 5 algorithms: Static-VRPTW, TA-Greedy, ALNS-Base, T-ALNS, T-ALNS-RRD - v1 baseline + v2 calibrated experiments with full results - Tabu memory ablation study with convergence analysis - Comprehensive final report (FINAL_REPORT.md)
This commit is contained in:
7
t_alns_rrd_reproduction/requirements.txt
Normal file
7
t_alns_rrd_reproduction/requirements.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
numpy>=1.24
|
||||
pandas>=2.0
|
||||
matplotlib>=3.7
|
||||
networkx>=3.1
|
||||
pyyaml>=6.0
|
||||
tqdm>=4.65
|
||||
scipy>=1.10
|
||||
Reference in New Issue
Block a user