mirror of
https://github.com/logos-storage/das-research.git
synced 2026-01-02 21:23:09 +00:00
Updated config file
This commit is contained in:
parent
71948db5ad
commit
e98de5bf9f
@ -108,7 +108,7 @@ def study():
|
||||
|
||||
# Configuration
|
||||
runs = 10
|
||||
degs = range(6, 9, 2)
|
||||
degs = range(6, 13, 2)
|
||||
mals = range(5, 100, 5)
|
||||
numberOfColumns = 128
|
||||
custody = 4
|
||||
|
||||
@ -113,7 +113,7 @@ deg = 8
|
||||
mals = range(5, 100, 5)
|
||||
numberOfColumns = 128
|
||||
custody = 4
|
||||
numberOfNodes = [int(_) for _ in (np.logspace(2, 3, 3, endpoint=True, base=10) * 5)]
|
||||
numberOfNodes = [int(_) for _ in (np.logspace(2, 4, 5, endpoint=True, base=10) * 5)]
|
||||
numberOfValidators = [int(nn * 2.4) for nn in numberOfNodes] # (0.8 * 1 + 0.2 * 8 = 2.4)
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user