Increase the data for stick-probability substantially, do some more maths, add data to gitignore for now

This commit is contained in:
2023-03-02 00:04:15 +00:00
parent d285c236a6
commit 4a6be2f054
4 changed files with 3680 additions and 62 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
MODEL="models/stick-probability"
mkdir -p data/stick-probability
PROBABILITIES=$(seq 0.1 0.1 1)
PROBABILITIES=$(seq 0.05 0.1 1)
for i in $PROBABILITIES; do
mkdir data/stick-probability/"$i"
@@ -12,4 +12,4 @@ done
MAX_PARTICLES=2000
parallel "$MODEL" '{1}' $MAX_PARTICLES '{2}' 'data/stick-probability/{2}/{1}.csv' ::: {1..20} ::: $PROBABILITIES
parallel "$MODEL" '{1}' $MAX_PARTICLES '{2}' 'data/stick-probability/{2}/{1}.csv' ::: {1..100} ::: $PROBABILITIES