mirror of
https://github.com/logos-blockchain/logos-blockchain-simulations.git
synced 2026-01-19 21:43:12 +00:00
adjust params
This commit is contained in:
parent
a25fcc2431
commit
84f3e2d4bb
@ -331,7 +331,7 @@ impl ParamSet {
|
||||
let mut paramsets: Vec<ParamSet> = Vec::new();
|
||||
match exp_id {
|
||||
ExperimentId::Experiment6 => {
|
||||
for num_mixes in [100] {
|
||||
for num_mixes in [1000, 10000, 100000] {
|
||||
for peering_degree in [10, 9, 8, 7, 6, 5, 4, 3] {
|
||||
for transmission_rate in [100, 50, 10] {
|
||||
for mix_data_msg_prob in [0.01] {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user