adjust params

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

View File

@ -331,9 +331,9 @@ impl ParamSet {
let mut paramsets: Vec<ParamSet> = Vec::new();
match exp_id {
ExperimentId::Experiment6 => {
for num_mixes in [32] {
for peering_degree in [10, 9, 8, 7, 6, 5, 4, 3, 2] {
for transmission_rate in [1000, 500, 100, 50, 10, 1] {
for num_mixes in [100] {
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] {
let paramset = ParamSet {
id,