This project is aimed to solve the MDVRPTW problem using the original ant algorithm but in parallel way. Each colony is places into a docker-container and all these slaves are controlled by the master-host.
- Parallel_ACO_Solver - Core python solver, based on Docker containers
- AntColonyWebGUI - WEB-based GUI for task input
- GoogleMatrixGetter - tools for building distance matrixes based on real adress locations
- AntColonyOptimization - Core solver, written on Java
Have a look at each project Readme