decrease T: 500000->100000 arbitrarily

This commit is contained in:
Youngjoon Lee 2024-09-01 21:54:55 -06:00
parent 5fe3e4d191
commit 71c9677e68
No known key found for this signature in database
GPG Key ID: 167546E2D1712F8C

View File

@ -96,7 +96,7 @@ impl ParamSet {
_ => 1,
};
let num_sender_msgs: u32 = match exp_id {
ExperimentId::Experiment6 => 500000,
ExperimentId::Experiment6 => 100000,
_ => 1000000,
};
let sender_data_msg_probs: &[f32] = match exp_id {