From 49e0381286fc08557aae0e4b722b178d70f99b02 Mon Sep 17 00:00:00 2001 From: Mark Evenson Date: Thu, 1 Sep 2022 15:30:42 +0200 Subject: [PATCH] Goals for initial Glacier simulation --- mevenson/simulation/simulation.org | 33 ++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 mevenson/simulation/simulation.org diff --git a/mevenson/simulation/simulation.org b/mevenson/simulation/simulation.org new file mode 100644 index 0000000..92b679d --- /dev/null +++ b/mevenson/simulation/simulation.org @@ -0,0 +1,33 @@ +* Glacier et. al. Simulation +** Model +*** sync v. async +** Implementation +*** Rust (Currently Private to Logos) +* TODO Graphs for @alexanderw +For given choice of parameters, + +| | Parameter | Alexander | RFC 38 | +|----+--------------------+-------------+---------------------------------| +| k | neighbors in query | 100 (fixed) | 7 (undecided grow to a max 2^4) | +| l | look ahead | ~500 | 19 | +| a1 | alpha1 | 4/5 | 4/5 | +| a2 | alpha2 | 1/2 | 2/5 | + +retain a vector for all executed rounds contain the following three +integers per round: + + + total neighbors successfully queried + + total yes votes + + total no votes + +to produce a plot of total yes, no, and undecided per round. + +** TODO Double check that this is all we need. + +no opinion votes can be derived… +* Colophon +#+begin_example +@easye +Created: 01-SEP-2022 +Revised: <2022-09-01 Thu 15:20> +#+end_example