Skip to content

Commit

Permalink
Adjust grid sizes so batch run will actually complete
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Aug 1, 2024
1 parent 9002f11 commit a1f5907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulatingrisk/hawkdovemulti/batch_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# combination of parameters we want to run
params = {
"default": {
"grid_size": [10, 25, 50], # 100],
"grid_size": [5, 10, 25], # , 50], # 100],
"risk_adjustment": ["adopt", "average"],
"play_neighborhood": neighborhood_sizes,
"observed_neighborhood": neighborhood_sizes,
Expand Down

0 comments on commit a1f5907

Please sign in to comment.