Added iteration_logger

This commit is contained in:
Niels Geens
2024-11-19 20:24:21 +01:00
parent ef94d0d1a0
commit 03cf69d272
44 changed files with 9957 additions and 13 deletions

1
run.sh
View File

@@ -11,4 +11,5 @@ docker run \
-p 8080:8080 \
-v /$(pwd)/model/:/root/model/ \
-v /$(pwd)/.env:/root/.env \
-v /$(pwd)/iterations/:/root/sia/iterations \
sia "$@"