From 5a45a629917785df25acdb5d4f0959cb20d1894d Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Fri, 18 May 2018 16:28:06 +1000 Subject: [PATCH 1/2] Add more text to 1c --- wk11/week11.tex | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/wk11/week11.tex b/wk11/week11.tex index cd0f3b8..ca711e6 100644 --- a/wk11/week11.tex +++ b/wk11/week11.tex @@ -106,7 +106,12 @@ world?} In cases where we are modelling systems over continuous time, then the clock scheme or random asynchronous updating would be appropriate to -use. These might be systems like +use. An advantage of these schemes compared to the other schemes is +that they allow for more complex agents as not all agents are updated +at every step. This means that many multi-agent systems would probably +use such a scheme. A well known example of this would be ``Boids'', a +simulation of flocking birds where every bird is evaluated as a separate +agent. \section{Sensitivity analysis - critical mass in a nuclear}\label{sensitivity-analysis---critical-mass-in-a-nuclear} From 6e4fb6d444d0b804a4f54560ad8f34a14af47a9a Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Fri, 18 May 2018 16:37:19 +1000 Subject: [PATCH 2/2] Correct q2 --- wk11/week11.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wk11/week11.tex b/wk11/week11.tex index ca711e6..773a22a 100644 --- a/wk11/week11.tex +++ b/wk11/week11.tex @@ -137,6 +137,6 @@ We take measurements of the energy released at densities of 0\%, 5\%, intervals of density closer to the density at which the maximum reading of the energy released exceeds 10. -This breakout first happens at 12, and so we deem this to be the -critical density of the system. +We found that the hightest desity for which no breakouts occur is at +10\%. We thus deem this to be the critical density of the system. \end{document}