mirror of
https://github.com/logos-blockchain/research.git
synced 2026-08-07 11:43:20 +00:00
24 lines
588 B
YAML
24 lines
588 B
YAML
# 32k tier of the N-scaling ladder, case (b): + Poisson long-tail jitter — boundary delay only (memory-bound: the N x N
|
|
# path matrix is ~8 GB/worker, so this tier runs with few workers).
|
|
n_nodes: [32000]
|
|
stake_dist: [pareto]
|
|
topology: [blend]
|
|
degree: [4, 6, 8]
|
|
link_latency_mean: [0.5]
|
|
link_latency_dist: [geo]
|
|
blend_hops: [3]
|
|
blend_delay_max: [8.0]
|
|
max_uncles: [1, 2]
|
|
uncle_strategy: [oldest]
|
|
init_dest: [common]
|
|
replicates: 3
|
|
base:
|
|
k: 256
|
|
epochs: 40
|
|
f: 0.03333333333333333
|
|
genesis_d_factor: 0.5
|
|
jitter_mean: 3.0
|
|
jitter_dist: poisson
|
|
jitter_frac: 0.1
|
|
early_stop: true
|