From 889c21f20c27a2e60730244dc5adcafa6edbdc34 Mon Sep 17 00:00:00 2001 From: Youngjoon Lee <5462944+youngjoon-lee@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:42:33 +0900 Subject: [PATCH] adjust params --- mixnet/ordering/src/paramset.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mixnet/ordering/src/paramset.rs b/mixnet/ordering/src/paramset.rs index a7e803f..660b3ee 100644 --- a/mixnet/ordering/src/paramset.rs +++ b/mixnet/ordering/src/paramset.rs @@ -344,8 +344,8 @@ impl ParamSet { match exp_id { ExperimentId::Experiment6 => { for num_mixes in [1000, 10000, 100000] { - for peering_degree in [14, 12, 10, 8, 6, 4] { - for transmission_rate in [2.0, 1.5, 1.0, 0.5, 0.2, 0.1, 0.05] { + for peering_degree in [8, 6, 4] { + for transmission_rate in [1.0] { for mix_data_msg_prob in [0.001, 0.005, 0.01] { let paramset = ParamSet { id,