diff options
Diffstat (limited to 'artifacts/synth_v1/consensus_seed.json')
| -rw-r--r-- | artifacts/synth_v1/consensus_seed.json | 132 |
1 files changed, 132 insertions, 0 deletions
diff --git a/artifacts/synth_v1/consensus_seed.json b/artifacts/synth_v1/consensus_seed.json new file mode 100644 index 0000000..08fcef1 --- /dev/null +++ b/artifacts/synth_v1/consensus_seed.json @@ -0,0 +1,132 @@ +{ + "protocol": "Many independent descents vote on pairings; the most-agreed pairs become anchors and the rest are assigned against them, repeated. Hidden pairs are read only for scoring.", + "restarts": 60, + "rows": [ + { + "field": "omit-size", + "trials": [ + { + "vote_baseline": 0.14453125, + "history": [ + { + "round": 0, + "anchors": 16, + "seed_precision": 0.3125, + "accuracy_after_expansion": 0.07421875 + }, + { + "round": 1, + "anchors": 32, + "seed_precision": 0.15625, + "accuracy_after_expansion": 0.08984375 + }, + { + "round": 2, + "anchors": 48, + "seed_precision": 0.10416666666666667, + "accuracy_after_expansion": 0.08984375 + }, + { + "round": 3, + "anchors": 64, + "seed_precision": 0.140625, + "accuracy_after_expansion": 0.0859375 + } + ] + }, + { + "vote_baseline": 0.109375, + "history": [ + { + "round": 0, + "anchors": 16, + "seed_precision": 0.3125, + "accuracy_after_expansion": 0.04296875 + }, + { + "round": 1, + "anchors": 32, + "seed_precision": 0.15625, + "accuracy_after_expansion": 0.03515625 + }, + { + "round": 2, + "anchors": 48, + "seed_precision": 0.10416666666666667, + "accuracy_after_expansion": 0.0390625 + }, + { + "round": 3, + "anchors": 64, + "seed_precision": 0.09375, + "accuracy_after_expansion": 0.03515625 + } + ] + } + ] + }, + { + "field": "synth-full", + "trials": [ + { + "vote_baseline": 0.9375, + "history": [ + { + "round": 0, + "anchors": 16, + "seed_precision": 1.0, + "accuracy_after_expansion": 0.80078125 + }, + { + "round": 1, + "anchors": 32, + "seed_precision": 1.0, + "accuracy_after_expansion": 0.8125 + }, + { + "round": 2, + "anchors": 48, + "seed_precision": 0.9791666666666666, + "accuracy_after_expansion": 0.76953125 + }, + { + "round": 3, + "anchors": 64, + "seed_precision": 0.984375, + "accuracy_after_expansion": 0.73046875 + } + ] + }, + { + "vote_baseline": 0.92578125, + "history": [ + { + "round": 0, + "anchors": 16, + "seed_precision": 0.875, + "accuracy_after_expansion": 0.796875 + }, + { + "round": 1, + "anchors": 32, + "seed_precision": 0.9375, + "accuracy_after_expansion": 0.79296875 + }, + { + "round": 2, + "anchors": 48, + "seed_precision": 0.9583333333333334, + "accuracy_after_expansion": 0.734375 + }, + { + "round": 3, + "anchors": 64, + "seed_precision": 0.96875, + "accuracy_after_expansion": 0.7109375 + } + ] + } + ] + } + ] +}
\ No newline at end of file |
