COM2014 Evolutionary Algorithm Template
Go to file
Wu Han e120708d8d Initial Commit 2020-12-19 18:20:11 +00:00
data Initial Commit 2020-12-19 18:20:11 +00:00
model Initial Commit 2020-12-19 18:20:11 +00:00
output Initial Commit 2020-12-19 18:20:11 +00:00
utils Initial Commit 2020-12-19 18:20:11 +00:00
.dockerignore.txt Initial Commit 2020-12-19 18:20:11 +00:00
.gitignore Initial Commit 2020-12-19 18:20:11 +00:00
README.md Initial Commit 2020-12-19 18:20:11 +00:00
main.py Initial Commit 2020-12-19 18:20:11 +00:00
requirements.txt Initial Commit 2020-12-19 18:20:11 +00:00
run_all.sh Initial Commit 2020-12-19 18:20:11 +00:00

README.md

Windows

docker container run --rm -v /f/COM2014/template:/tsp python:3.8 /bin/bash -c "cd /tsp; ./run_all.sh"

Linux

docker container run --rm -v $pwd:/tsp python:3.8 /bin/bash -c "cd /tsp; ./run_all.sh"