diff options
Diffstat (limited to 'main.py')
| -rw-r--r-- | main.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/main.py b/main.py deleted file mode 100644 index efb4951..0000000 --- a/main.py +++ /dev/null @@ -1,14 +0,0 @@ -from vrptw_base import VrptwGraph -from basic_aco import BasicACO -from multiple_ant_colony_system import MultipleAntColonySystem - - -if __name__ == '__main__': - file_path = './solomon-100/c101.txt' - graph = VrptwGraph(file_path) - - # vrptw = BasicACO(graph) - # vrptw.run_basic_aco() - - macs = MultipleAntColonySystem(graph) - macs.run_multiple_ant_colony_system() |
