COM2014 Evolutionary Algorithm Template
Go to file
Wu Han 38dce8dc73 [fix] Container output not added 2020-12-20 21:48:55 +00:00
data Initial Commit 2020-12-19 18:20:11 +00:00
model [new] Implement container 2020-12-19 22:32:38 +00:00
output [fix] Container output not added 2020-12-20 21:48:55 +00:00
utils [new] Implement container 2020-12-19 22:32:38 +00:00
.dockerignore [new] Implement container 2020-12-19 22:32:38 +00:00
.gitignore [fix] Container output not added 2020-12-20 21:48:55 +00:00
Dockerfile [new] Support docker 2020-12-20 21:29:54 +00:00
README.md [new] It just worked 2020-12-20 19:47:26 +00:00
main.py [new] Implement container 2020-12-19 22:32:38 +00:00
requirements.txt [new] Implement container 2020-12-19 22:32:38 +00:00

README.md

Windows

docker container run -v $PWD/requirements.txt:/tsp/requirements.txt -v $PWD/output/:/output/ com2014-tsp

Linux

docker container run -v $PWD/requirements.txt:/tsp/requirements.txt -v $PWD/output/:/output/ com2014-tsp