decrease G

This commit is contained in:
Youngjoon Lee 2024-09-30 12:37:52 +09:00
parent a663c0ea17
commit 7ad8825e9a
No known key found for this signature in database
GPG Key ID: 167546E2D1712F8C

View File

@ -350,7 +350,7 @@ impl ParamSet {
let mut paramsets: Vec<ParamSet> = Vec::new();
match exp_id {
ExperimentId::Experiment7 => {
for num_mixes in [100, 1000, 10000] {
for num_mixes in [20, 40, 60, 80] {
for peering_degree in [12, 10, 8, 6, 4] {
for transmission_rate in [1.0, 1.5, 2.0] {
for mix_data_msg_interval in [1.0, 2.0, 4.0, 6.0, 8.0, 10.0, 12.0, 14.0]