Skip to content

Commit a32023e

Browse files
committed
adding surrogate model example for SIR model
1 parent 3c685e2 commit a32023e

File tree

3 files changed

+577
-3
lines changed

3 files changed

+577
-3
lines changed

workshop/4_mesa_agent_based_models/1_geosir_network_reliability.ipynb

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,16 @@
305305
"\n",
306306
"Noting that our results are stochastic (and that the number of samples is fairly small), according to these results there is roughly an 80% probability that the $R_0$ estimate will be greater or equal to 1.\n",
307307
"\n",
308-
"A future exercise for the interested reader would be to execute more samples for the reliability analysis. In reality, you would want to run several thousands to tens of thousands of simulations, particularly as agent-based models are stochastic and tend to be quite noisy."
308+
"A future exercise for the interested reader would be to execute more samples for the reliability analysis. In reality, you would want to run several thousands to tens of thousands of simulations, particularly as agent-based models are stochastic and tend to be quite noisy. In addition, you may also be interested in simulating more agents and running the model for longer than 30 days."
309309
]
310+
},
311+
{
312+
"cell_type": "code",
313+
"execution_count": null,
314+
"id": "69e06bfb-13e6-4d88-9247-33a03cd22508",
315+
"metadata": {},
316+
"outputs": [],
317+
"source": []
310318
}
311319
],
312320
"metadata": {

workshop/4_mesa_agent_based_models/2_geosir_network_surrogate.ipynb

Lines changed: 568 additions & 2 deletions
Large diffs are not rendered by default.
Loading

0 commit comments

Comments
 (0)