diff options
| -rwxr-xr-x | simulations/results/paper.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/simulations/results/paper.sh b/simulations/results/paper.sh index f2c12af..2e4eb79 100755 --- a/simulations/results/paper.sh +++ b/simulations/results/paper.sh @@ -64,7 +64,7 @@ do [ -e "${results}" ] && rm "${results}" # Inputs - parameters=$(cat ../../inputs_${input_suffix}.csv |tail -n +2) + parameters=$(cat ../../inputs_${input_suffix}.csv |tail -n +2) # Fetch random target generated by the models (DT and KNN) and the predicted policy (called simkey here) nseed=200 while read -r parameter @@ -73,7 +73,7 @@ do wakeupfor=$(echo "$parameter" |tail -n1|cut -d ',' -f2) econstraint=$(echo "$parameter" |tail -n1|cut -d ',' -f3) cconstraint=$(echo "$parameter" |tail -n1|cut -d ',' -f4) - simkey=$(echo "$parameter" |tail -n1|cut -d ',' -f5) + simkey=$(echo "$parameter" |tail -n1|cut -d ',' -f5) # Predicted policy to use to meet econstraint and cconstraint model=$(echo "$parameter" |tail -n1|cut -d ',' -f6) if [ "$wireless" == "lora" ] then |
