adjust params

This commit is contained in:
Youngjoon Lee 2024-09-26 12:48:45 +09:00
parent a25fcc2431
commit 84f3e2d4bb
No known key found for this signature in database
GPG Key ID: 167546E2D1712F8C

View File

@ -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] {