vrp-benchmark
收藏资源简介:
该数据集是一个用于车辆路径问题(VRP)的基准数据集,旨在通过复制现实世界的数据分布来模拟真实场景。它包括客户位置、需求量、时间窗口、车辆容量和仓库位置等数据。数据生成过程考虑了人口密度、交通模式和典型业务分布等因素,以创建高度现实的基准。数据集适用于测试和比较不同的VRP算法和解决方案,并易于与流行的VRP求解器集成。
This is a benchmark dataset for the Vehicle Routing Problem (VRP), designed to simulate realistic scenarios by replicating real-world data distributions. It contains core data fields including customer locations, customer demands, time windows, vehicle capacities, and depot locations. The data generation process incorporates factors such as population density, traffic patterns, and typical business distributions to produce highly realistic benchmark instances. This dataset is well-suited for testing and comparing various VRP algorithms and solutions, and can be readily integrated with mainstream VRP solvers.
VRP Benchmarks 数据集概述
概述
VRP Benchmarks 数据集是一个用于车辆路径问题(Vehicle Routing Problem, VRP)的基准数据集,旨在通过复制真实世界的数据分布来模拟实际场景。该数据集为研究人员和从业者提供了一个全面的测试平台,用于测试和比较不同的 VRP 算法和解决方案。
关键特性
- 真实数据分布:数据集生成的数据分布接近现实世界的情况。
- 多样化问题实例:包含多种不同的问题实例,以适应不同的测试需求。
- 全面元数据:提供详细的元数据,便于数据分析和处理。
- 易于集成:方便与流行的 VRP 求解器集成。
数据集内容
数据集包含以下内容:
- 客户位置
- 需求量
- 时间窗口
- 车辆容量
- 仓库位置
数据生成过程考虑了人口密度、交通模式和典型商业分布等因素,以创建高度真实的基准数据。
使用方法
-
克隆仓库:
git clone https://github.com/ahmedheakl/vrp-benchmarks.git
-
安装所需依赖项(依赖项列表或参考 requirements 文件)
-
使用首选的 VRP 求解器或算法加载数据集
-
运行实验并与其他解决方案进行比较
许可证
该项目基于 [MIT 许可证] 授权,详细信息请参阅 LICENSE.md 文件。




