Heating controller with neural thermal model written in Python
Jacek Kowalski
2018-06-24 66a9fb40efe1311b34a3cee3f83f10c6990759af
commit | author | age
425bf7 1 #!/bin/bash
JK 2
3 FILE=results/design/design_`date +%Y%m%dT%H%M%S`
4
5 for model in neural neural_half neural_relu neural_hqh; do
6     ./test_design.py --file 1_data/xx00 --weather 0_data/weather_export.json --aggregate 15 --model-past 10 --model-future 10 --model-type $model --model-epochs 300 | grep RESULT >> $FILE
7 done