From 0eb28ef020c814293aa715edb3bb112e49b2ea98 Mon Sep 17 00:00:00 2001 From: keyan Date: Mon, 18 Sep 2023 19:42:39 -0500 Subject: [PATCH] restore disagreement multiple --- worker/trust.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/trust.js b/worker/trust.js index d727bdd8..7de7cd96 100644 --- a/worker/trust.js +++ b/worker/trust.js @@ -24,7 +24,7 @@ const MAX_TRUST = 1 const MIN_SUCCESS = 1 // increasing disgree_mult increases distrust when there's disagreement // ... this cancels DISAGREE_MULT number of "successes" for every disagreement -const DISAGREE_MULT = 100 +const DISAGREE_MULT = 10 // https://en.wikipedia.org/wiki/Normal_distribution#Quantile_function const Z_CONFIDENCE = 6.109410204869 // 99.9999999% confidence const SEEDS = [616, 6030, 946, 4502]