diff options
| author | JonZhao <[email protected]> | 2019-05-24 14:53:35 +0800 |
|---|---|---|
| committer | JonZhao <[email protected]> | 2019-05-24 14:53:35 +0800 |
| commit | 81326f8746e545a875b0c7f6f8e8ef96a7786705 (patch) | |
| tree | 578bf8906db8b05bd959b3753898855ac1fc657e /.gitignore | |
| parent | cc5e7266bc21e24d45ebd5d9d4a56f53cb98cb56 (diff) | |
| download | VRPTW-ACO-python-81326f8746e545a875b0c7f6f8e8ef96a7786705.tar.gz VRPTW-ACO-python-81326f8746e545a875b0c7f6f8e8ef96a7786705.tar.bz2 VRPTW-ACO-python-81326f8746e545a875b0c7f6f8e8ef96a7786705.zip | |
1. 添加Ant class
2. 记录当前最佳路径
3. 添加时间达到某一个地点的时间记录
4. 添加solomon数据集
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1 +1,2 @@ -.idea/
\ No newline at end of file +.idea/ +__pycache__/
\ No newline at end of file |
