mirror of
https://github.com/logos-blockchain/logos-blockchain-simulations.git
synced 2026-02-18 04:03:06 +00:00
decrease T: 50000->10000 by myself
This commit is contained in:
parent
ea29d2a3eb
commit
bb4ee26ea1
@ -96,7 +96,7 @@ impl ParamSet {
|
||||
_ => 1,
|
||||
};
|
||||
let num_sender_msgs: u32 = match exp_id {
|
||||
ExperimentId::Experiment6 => 50000,
|
||||
ExperimentId::Experiment6 => 10000,
|
||||
_ => 1000000,
|
||||
};
|
||||
let sender_data_msg_probs: &[f32] = match exp_id {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user