From 08e74f116a826768d0a38414263d2fc82482a0c9 Mon Sep 17 00:00:00 2001 From: Mark Evenson Date: Fri, 2 Sep 2022 07:08:39 +0200 Subject: [PATCH] Correct values collected --- mevenson/simulation/simulation.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mevenson/simulation/simulation.org b/mevenson/simulation/simulation.org index dc38bf3..cdee8d0 100644 --- a/mevenson/simulation/simulation.org +++ b/mevenson/simulation/simulation.org @@ -16,9 +16,9 @@ For given choice of parameters, retain a vector for all executed rounds contain the following three integers per round: - + total neighbors successfully queried - + total yes votes - + total no votes + + nodes in round + + nodes finalized to yes + + nodes finalized to no to produce a plot of total yes, no, and undecided per round. @@ -51,5 +51,5 @@ opinion votes can be derived… #+begin_example @easye Created: 01-SEP-2022 -Revised: <2022-09-01 Thu 15:45Z> +Revised: <2022-09-02 Fri 07:08> #+end_example