Skip to content
Snippets Groups Projects
Commit 991d74bc authored by Fize Jacques's avatar Fize Jacques
Browse files

debug

parent a12ebebc
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
nb_iteration = 3
for alpha in 0 0.2 0.5 0.7 1
do
for nbcom in 2 3 4 5
do
echo "alpha= "$alpha", nb_com= "$nbcom
python eval_mixed_model.py 100 200 $nbcom $alpha -f pos,centrality,it_probs
python eval_mixed_model.py 300 600 $nbcom $alpha -f pos,centrality,it_probs
python eval_mixed_model.py 100 200 $nbcom $alpha $nb_iteration -f pos,centrality,it_probs
python eval_mixed_model.py 300 600 $nbcom $alpha $nb_iteration -f pos,centrality,it_probs
done
done
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment